Options

Cant't ping accross my router!

inscom.brigadeinscom.brigade Member Posts: 400 ■■■□□□□□□□
From my other topic about setting up my cisco 871w.

from the CMD: I can ping my router interface fastethernet 0/1

from CMD: I cannot ping my router interface fastethernet 0/4 <(WAN) The oterhside of my router



From terminal connertion at the CLI:

I can ping my PC
I can ping yahoo.com
I can ping 4.2.2.2


I will post a config:



871w#
871w#
871w#
871w#sh
871w#show run
871w#show running-config
Building configuration...
Current configuration : 3844 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 871w
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-2798706763
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-2798706763
revocation-check none
rsakeypair TP-self-signed-2798706763
!
!
crypto pki certificate chain TP-self-signed-2798706763
certificate self-signed 01
30820254 308201BD A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32373938 37303637 3633301E 170D3039 30353139 30323035
33355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 37393837
30363736 3330819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100B9F1 DCC34343 1E58C4A4 4FBFC021 2B37B86A 3909182C F75A5D1A C7764A8B
9251E780 B487D344 86785B38 293E2232 4635F674 0233E95D 4ADB6FD1 EB913176
DDD36108 D53CF187 317443D0 C7828B1E 3EA57E9E D6D89949 64E7C894 27DB24D8
2A2821AD 49B7EFD5 A918C90A A9EEB2CC 88ECE2B9 FB93747A 937141DD 213E8D37
E5D90203 010001A3 7C307A30 0F060355 1D130101 FF040530 030101FF 30270603
551D1104 20301E82 1C383731 772E4D63 5363726F 74795F4D 63626F67 6765725F
62616C6C 73301F06 03551D23 04183016 8014AA00 40425E0E E35C9D37 256C1238
0E854CAB A6A8301D 0603551D 0E041604 14AA0040 425E0EE3 5C9D3725 6C12380E
854CABA6 A8300D06 092A8648 86F70D01 01040500 03818100 7FC5ACF7 E8BCACB6
E97021B8 F9A48089 293D7589 C9646B52 751EEE1A A6D5B03D B3CCB243 1FB5353D
A06930D7 A1C6477C A4B4CC82 1C640E58 AA119300 02FD63E1 0D7EA80C EB114359
CD5E335A CD76368F EFD24669 35C71370 5AA725D2 DCA45A76 9B7809FB 303A863E
95503BAD E8FCD52F BBD0B6A9 1BCB7310 53399488 5CC05CBA
quit
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool comcast_WAN
import all
network 68.34.80.0 255.255.248.0
domain-name hsd1.md.comcast.net
dns-server 75.75.75.75 75.75.76.76
default-router 68.34.80.1
!
!
ip domain name McScroty_Mcbogger_balls
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
!
!
username jeff privilege 15 password 0 cisco
!
!
archive
log config
hidekeys
!
!
!
bridge irb
!
!
interface FastEthernet0
!
interface FastEthernet1
switchport access vlan 222
!
interface FastEthernet2
switchport access vlan 222
!
interface FastEthernet3
switchport access vlan 222
!
interface FastEthernet4
ip address dhcp client-id FastEthernet4
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
no ip address
bridge-group 1
!
interface Vlan222
no ip address
ip nat inside
ip virtual-reassembly
bridge-group 222
!
interface Vlan13
no ip address
bridge-group 13
!
interface BVI13
no ip address
ip nat inside
ip virtual-reassembly
!
interface BVI222
ip address 10.0.0.2 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface BVI1
no ip address
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 68.34.81.246
!
!
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface FastEthernet4 overload
!
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 10.0.0.0 0.0.0.255
!
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
bridge 13 protocol ieee
bridge 13 route ip
bridge 222 protocol ieee
bridge 222 route ip
alias exec s show ip int brief
!
line con 0
no modem enable
line aux 0
line vty 0 4
login local
!
scheduler max-task-time 5000
end

871w#
871w#
871w#
871w#

Comments

  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    Whats your hosts default gateway?
    An expert is a man who has made all the mistakes which can be made.
  • Options
    inscom.brigadeinscom.brigade Member Posts: 400 ■■■□□□□□□□
    my host vlan222

    my default gateway is the ISP 68.34.80.1
  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    Ok, you have some fundamental misunderstanding going on here. Your host can't use that as a default gateway. It must be able to ARP for its default gateway. ARP is a L2 protocol that does not cross L3 boundaries. So your host's gateway needs to be accessible on the same L2 domain, and in this instance should be set to 10.0.0.2.

    I know you want to get this up and going, but you are lacking a lot of the understanding that goes into making even a simple solution like this possible.
    An expert is a man who has made all the mistakes which can be made.
  • Options
    inscom.brigadeinscom.brigade Member Posts: 400 ■■■□□□□□□□
    I got it!
    Thanks networker050184.

    I got confused because I had been trying so many things

    thank you!

    I am connected through my Cisco router now!
    I did not use SDM hahaha
  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    Congrats!
    An expert is a man who has made all the mistakes which can be made.
Sign In or Register to comment.