Posted by Laughing Man on March 22, 2010, 7:12 pm
Please log in for more thread options
hello,
Today due to my ISP gave me a new ip address and netmask. I changed
the ip address on the Ethernet 1 interface but it would not even pink
the gateway. I made sure that the default gateway was set correctly
with the ip route 0.0.0.0 0.0.0.0 201.159.177.X command. After
troubleshooting a few hours and being stumped it worked when I used
the command ip route 0.0.0.0 0.0.0.0 Eth1. Why would using the
interface name make a difference?
Eth 1 configuration: (last octet replaced with X)
interface Ethernet1
description Internet
bandwidth 10240
ip address 201.159.177.X 255.255.255.252
ip access-group 10 in
ip access-group 10 out
ip nat outside
ip route-cache flow
duplex auto
!
ip route 0.0.0.0 0.0.0.0 Ethernet1
Any thoughts? :-/
Thanx!
Posted by Doug McIntyre on March 22, 2010, 10:57 pm
Please log in for more thread options
fills up and falls down.
I'd verify with your ISP that you two have your IP addressing correct,
and your idea of your default route matches what they have setup for real.
Mistakes happen with humans entering numbers.
I'd also make sure that you had old info really cleared out. If you
had two default routes, you might get every other one through. Or your
access-groups are filtering out ICMP echo's, or something else.
Posted by Thrill5 on March 22, 2010, 11:17 pm
Please log in for more thread options
| This Thread |
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
Home Cabling Guide
Finally, an instantly downloadable book that saves you thousands in home improvement dollars! Enjoy living in 21st century technology-advanced home while increasing its selling value and competitive advantage on the real estate market. Whether your cabling is for home office or high-tech leisure, you can wire your home yourself or learn "wirish" to speak with your cabling contractors in their language! Order Now for Instant Download |

Interface name vs interface IP address
Yahoo!
Windows Live
del.icio.us
digg
Netscape 




>the ip address on the Ethernet 1 interface but it would not even pink
>the gateway. I made sure that the default gateway was set correctly
>with the ip route 0.0.0.0 0.0.0.0 201.159.177.X command. After
>troubleshooting a few hours and being stumped it worked when I used
>the command ip route 0.0.0.0 0.0.0.0 Eth1. Why would using the
>interface name make a difference?
>Eth 1 configuration: (last octet replaced with X)
>interface Ethernet1
> description Internet
> bandwidth 10240
> ip address 201.159.177.X 255.255.255.252
> ip access-group 10 in
> ip access-group 10 out
> ip nat outside
> ip route-cache flow
> duplex auto
>!
>ip route 0.0.0.0 0.0.0.0 Ethernet1
>Any thoughts? :-/