I am trying to route between two networks, with a RH6.2 box as the router...

The IP addresses are 172.16.128.x and 172.16.132.x with MASK = 255.255.252.0

Machines on the 172.16.128.x subnet can see the 172.16.132.x interface on
the RH box, but no other machines on the 172.16.132.x, while machines on the
172.16.132.x subnet can see the 172.16.128.x interface on the RH box and no
other machines on the 172.16.128.x subnet. The RH box can see both networks.
And I have add the FORWARD_IPV4="yes" to the network file.

The /etc/sysconfig/network file is:

NETWORKING=yes
HOSTNAME="JBPN9"
GATEWAY="172.16.128.1"
GATEWAYDEV="eth0"
FORWARD_IPV4="yes"

The ifcfg-eth0 file is:

DEVICE="eth0"
BOOTPROTO="none"
BROADCAST=172.16.131.255
IPADDR="172.16.128.27"
NETMASK="255.255.252.0"
NETWORK=172.16.128.0
ONBOOT="yes"

And the ifcfg-eth1 file is:

DEVICE="eth1"
BOOTPROTO="none"
BROADCAST=172.16.132.255
IPADDR="172.16.132.28"
NETMASK="255.255.252.0"
NETWORK=172.16.132.0
ONBOOT="yes"

The routing table is:

Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
172.16.132.28   0.0.0.0         255.255.255.255 UH    0      0        0 eth1
172.16.128.27   0.0.0.0         255.255.255.255 UH    0      0        0 eth0
172.16.128.0    0.0.0.0         255.255.252.0   U     0      0        0 eth0
172.16.132.0    0.0.0.0         255.255.252.0   U     0      0        0 eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         172.16.128.1    0.0.0.0         UG    0      0        0 eth0


The client on the 172.16.128.0 network has the GW=172.16.128.1, which is a
CISCO router. The router has the following route:

IP ROUTE 172.16.132.0 255.255.252.0 172.16.128.27

The client on the 172.16.132.0 network has the GW=172.16.132.28, which is
the interface card on the RH box.

Any help would be appreciated...

Regards
Enrico


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to