Here is my problem. IOS: c2600-i-mz.121-3.T.bin
Cisco 2611 Dual Ethernet Router. 8mb Flash, 32mb Ram.
Ethernet0/0 exists and gets and ip via dhcp ip = x.x.x.x
It gets the Default Gateway address properly.
y.y.y.y = Next Hop address / Default Gateway
Is this an IOS version problem or somthing?
should ip default-gateway be set? or can that be set dynamicaly like ip default-gateway Ethernet0/0 ?
Any help would be appreciated.
I can do port forwarding by interface name.
- Bill
Cisco 2611 Dual Ethernet Router. 8mb Flash, 32mb Ram.
Ethernet0/0 exists and gets and ip via dhcp ip = x.x.x.x
Code:
sh dhcp lease
Temp IP addr: 68.147.174.101 for peer on Interface: Ethernet0/0
Temp sub net mask: 255.255.254.0
DHCP Lease server: 24.71.223.144, state: 3 Bound
DHCP transaction id: 1DDC
Lease: 172800 secs, Renewal: 86400 secs, Rebind: 151200 secs
Temp default-gateway addr: 68.147.174.1
Next timer fires after: 23:38:56
Retry count: 0 Client-ID: cisco-0002.165a.34e0-Et0/0
It gets the Default Gateway address properly.
y.y.y.y = Next Hop address / Default Gateway
Code:
ip route 0.0.0.0 0.0.0.0 y.y.y.y <- Works
ip route 0.0.0.0 0.0.0.0 Ethernet0/0 <- Doesnt Work
ip route 0.0.0.0 0.0.0.0 Mac of Ethernet0/0<- Doesnt Work
Is this an IOS version problem or somthing?
should ip default-gateway be set? or can that be set dynamicaly like ip default-gateway Ethernet0/0 ?
Any help would be appreciated.
I can do port forwarding by interface name.
- Bill