paccorobin
Technical User
Can someone please help me? I need a very simple routing config for a Cisco 871.
On the WAN side I have an IP address that is in the same network as my DSL modem. On the LAN side I have an IP address that is in the same network as my ASA.
Right now I use a pc with two NICs and that works ok. But when I connect the 871 traffic is dropped.
This is the config I put in (please don't laugh, I am no expert at all with IOS):
hostname Cisco871
interface FastEthernet0
interface FastEthernet1
interface FastEthernet2
interface FastEthernet3
interface FastEthernet4
ip address xxx.xxx.xxx.xxx 255.255.255.252
duplex auto
speed 10
interface Vlan1
ip address yyy.yyy.yyy.yyy 255.255.255.248
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx-1
What am I doing wrong?
Regards and thanks!
Frank
On the WAN side I have an IP address that is in the same network as my DSL modem. On the LAN side I have an IP address that is in the same network as my ASA.
Right now I use a pc with two NICs and that works ok. But when I connect the 871 traffic is dropped.
This is the config I put in (please don't laugh, I am no expert at all with IOS):
hostname Cisco871
interface FastEthernet0
interface FastEthernet1
interface FastEthernet2
interface FastEthernet3
interface FastEthernet4
ip address xxx.xxx.xxx.xxx 255.255.255.252
duplex auto
speed 10
interface Vlan1
ip address yyy.yyy.yyy.yyy 255.255.255.248
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx-1
What am I doing wrong?
Regards and thanks!
Frank