Displaying 1 result from an estimated 1 matches for "ethernetlan".
2008 Oct 21
3
OT: Setting a CentOS to gateway a private IP address
...a few feathers
I would like some advice on how to resolve the following routing problem:
Given:
dual homed host running CentOS-5.2 with
eth0 = 2xx.yyy.zzz.23
eth1 = 192.168.219.1
and a Cisco gateway at 2xx.1xx.y7y.1 with the following networks:
interface FastEthernet0/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-duple...