grrr
Cisco 806 router, cox cable branded cable modem.
I've cloned the MAC and host on the router, still no go. What's weird is that my pc gets a 70.0.0.0 ip when connected to the modem. But my router will get a 10.0.0.0 router when connected.
here's my config:
I can ping the other (eth1) interface from my pc, but that's it.
Cisco 806 router, cox cable branded cable modem.
I've cloned the MAC and host on the router, still no go. What's weird is that my pc gets a 70.0.0.0 ip when connected to the modem. But my router will get a 10.0.0.0 router when connected.
here's my config:
Current configuration : 1107 bytes
!
version 12.2
no parser cache
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname TIVO
!
logging rate-limit console 10 except errors
enable secret 5
enable password 7
!
ip subnet-zero
ip dhcp excluded-address 192.168.100.1
!
ip dhcp pool 313
network 192.168.100.0 255.255.255.0
dns-server 68.109.202.25 68.109.202.30
default-router 192.168.100.1
!
no ip dhcp-client network-discovery
lcp max-session-starts 0
!
!
!
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
ip nat inside
!
interface Ethernet1
mac-address 00e0.17d8.755c
ip address dhcp
ip nat outside
no ip mroute-cache
fair-queue
!
ip nat inside source list 102 interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1
ip route 10.129.0.0 255.255.0.0 Ethernet1
no ip http server
!
access-list 102 permit ip 192.168.100.0 0.0.0.255 any
!
line con 0
stopbits 1
line vty 0 4
password
login
!
scheduler max-task-time 5000
end
I can ping the other (eth1) interface from my pc, but that's it.