Hi All,
I'm putting together a Linux RH 7.2 Gateway Server. Here is the install that I'm using:
* Install the OS (RH 7.2)
* Set up Cards
192.168.1.150 255.255.255.0
166.70.X.150 255.255.255.128
* Update /etc/hosts
127.0.0.1 spain localhost.localdomain localhost
192.168.1.150 Interior
166.70.X.150 Exterior
198.60.X.2 DNS_1
198.60.X.22 DNS_2
* Add the Gateway to /etc/rc.d/rc.local
route add default gw 166.70.X.129
* Add Packet Forwarding to /etc/rc.d/rc.local
echo 1 > /proc/sys/net/ipv4/ip_forward
* Add the following line to /etc/hosts.allow
ALL:ALL
* Add the following line to /etc/host.conf
multi on
With these setting my server can ping all of the interior clients of my network, and my interior network can ping my server. My server can also ping all exterior clients, my interior clients can ping my exterior NIC card but nothing on the outside of my card.
Thankx for your help in advance,
Goatr Gerdes
jag@nffs.com
Network Admin