Displaying 1 result from an estimated 1 matches for "fastethernet_0_1".
2008 Oct 21
3
OT: Setting a CentOS to gateway a private IP address
...t0/1
description connected to EthernetLAN
ip address 10.0.0.1 255.0.0.0 secondary
ip address 172.16.0.1 255.240.0.0 secondary
ip address 192.168.71.1 255.255.255.0 secondary
ip address 192.168.0.1 255.255.0.0 secondary
ip address 2xx.yyy.zzz.1 255.255.255.0
ip access-group 101 in
ip inspect FastEthernet_0_1 in
speed 100
full-duplex
!
router rip
version 2
passive-interface FastEthernet0/0
network 10.0.0.0
network 172.16.0.0
network 192.168.0.0
network 2xx.yyy.zzz.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
and with the following routes on the CentOS host:
# rout...