Link to home
Start Free TrialLog in
Avatar of 4dm1n
4dm1n

asked on

Redhat 6.0 Routing

I have set up a machine running Redhat 6.0. The machine contains three different network cards, each with a different address. I have a number of different clients running windows 95 and NT with their gateway pointing to this machine. Basically I am trying to make the three different networks become one. I can't get any services to go throught the Redhat box including ping or telnet. Does anyone have a solution?
Avatar of schells082999
schells082999

First, you need to make sure you have the interfaces up.  What are the interfaces (eth0, lo, etc..) listed when you type in the command:

ifconfig

at the command prompt? (you must be logged in as root)

You also need to make sure IP forwarding is turned on.  What is the content of your /etc/sysconfig/network file?

There is one more step, but let's make sure these two are correct first.

-schells
Avatar of 4dm1n

ASKER

All interfaces are enabled and ip forwarding is enabled.
Ok, what is your subnet mask?
Also, what IP addresses are you using for the two lan network cards?
Avatar of 4dm1n

ASKER

My subnet mask on all networks is 255.255.255.0 . Note, when I originally set up my two internal networks I did not understand ip fully, therefore my two sets of addresses aren't private and they should be. But for now I don't have time to change them on all client machines. The address on the cards belonging to my two local networks are 223.166.89.8 and 172.16.140.52 . The third card is connected to our parent company who we should be getting internet access through. They gave me a address of 38.241.47.8 to use on the card connected to them.
ASKER CERTIFIED SOLUTION
Avatar of schells082999
schells082999

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 4dm1n

ASKER

Thank you very much, but I figured it out before you answered it. And yes that was what fixed it.