  ston_rose
@comcast.net
| I Can't ping my router E0 iterface
Hi All,
Network structure Modem Router2514 Switch PC
I Can't ping my router E0 interface which is facing toward my camcast DSL modem
But i hav no problem ping my switch and even E1 interface of my router Please Help me Below is the my router config ..Also new address taht i have got from Modem
hostname Router911 ! boot-start-marker boot-end-marker ! enable secret 5 $1$aY6M$FYic8xwrHVA05hV8CXI9r1 enable password super10 ! no aaa new-model ip subnet-zero ip cef ip dhcp excluded-address 192.168.0.1 192.168.0.30 ! ip dhcp pool insideDHCP network 192.168.0.0 255.255.255.224 default-router 192.168.0.1 dns-server 4.2.2.5 4.2.2.6 4.2.2.66 ! interface Ethernet0 description "This interfae towerd DSL modem" ip address dhcp ip nat outside ! interface Ethernet1 description " This int facing towerd Switch " ip address 192.168.0.1 255.255.255.224 ! interface Serial0 shutdown ! interface Serial1 shutdown ! router rip redistribute connected network 192.168.0.0 ! no ip http server ip classless ip route 0.0.0.0 0.0.0.0 Ethernet0 ******************************************************** outer911#sho ip int brie Interface IP-Address OK? Method Status Protocol Ethernet0 98.193.56.228 YES DHCP up up Ethernet1 192.168.0.1 YES manual up up
Thansk |
|
  TomS_ debugger it Premium,MVM join:2002-07-19 Australia
| You'll probably want to change your enable secret after this, since we all now know what it is.
In future, make sure all passwords are deleted or replaced with random characters or something like "*******" or the likes.
Whereabouts are you not able to ping the IP from? Your PC or out on the Internet? |
|
  kamikatze
join:2007-11-02
2 edits | reply to ston_rose You're missing a few nat statements:
You don't need this, as you're getting your default route from DHCP:
And change the password. Don't expect too much out of the 2500. It's older than you, no matter what age you are :) |
|
  ston_rose
@comcast.net
| Re:I Can't ping my router E0 interface can't connect to internet
Hi All,
After changed still notabe to ping nither can connect to internet New screen shot see below
From my pc Can't pint 98.193.56.228 which is my router E0 Ip address was assigned through DHCP method by modem
hostname Router911 ! enable secret 5 $1$aY6M$FYic8xwrH enable password
no aaa new-model ip subnet-zero ip cef ip dhcp excluded-address 192.168.0.1 192.168.0.30 ! ip dhcp pool insideDHCP network 192.168.0.0 255.255.255.224 default-router 192.168.0.1 dns-server 4.2.2.5 4.2.2.6 4.2.2.66 ! interface Ethernet0 description "This interfae towerd DSL modem" ip address dhcp ip nat outside ! interface Ethernet1 description " This int facing towerd Switch " ip address 192.168.0.1 255.255.255.224 ip nat inside !
router rip redistribute connected network 192.168.0.0 ! ip nat inside source list 10 interface Ethernet0 overload no ip http server ip classless ! ! access-list 10 permit 192.168.0.0 0.0.0.255 dialer-list 1 protocol ip permit ! snmp-server community public RO line con 0 line aux 0 line vty 0 4 password cisco login Router911# ********************************************** Router911#sho ip int brie Interface IP-Address OK? Method Status Protocol Ethernet0 98.193.56.228 YES DHCP up up Ethernet1 192.168.0.1 YES manual up up
Switch Config
hostname switch911 ! ! ip subnet-zero ! spanning-tree mode pvst no spanning-tree optimize bpdu transmission spanning-tree extend system-id ! ! interface FastEthernet0/1 switchport mode access spanning-tree portfast ! interface FastEthernet0/2 ! interface FastEthernet0/3 ! interface FastEthernet0/4 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface Vlan1 description Connected with my router E1 Ip address, ip address 192.168.0.2 255.255.255.0 no ip route-cache ! ip default-gateway 192.168.0.1 ip http server ! line con 0 line vty 0 4 login line vty 5 15 login ! ! end
switch911#
Thanks |
|
 aryoba Premium,MVM join:2002-08-22 | Check your LAN subnet mask  |
|
  ston_rose
@comcast.net | Hi,
Its 255.255.255.224 If not correct then what it should be .
Thanks |
|