Results 1 to 2 of 2
i have a linux machine with four NIC. one for WAN linkand other three for difrrent three subnets.there are three real ip also should be routed through this machine.
please ...
- 02-03-2009 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 15
routing through linux machine
i have a linux machine with four NIC. one for WAN linkand other three for difrrent three subnets.there are three real ip also should be routed through this machine.
please guide me how we do this job. before this we are using windows 2003 server for this purpose.
thanks in advance.
- 02-07-2009 #2
Make sure FORWARD'ing is turned on.
Then edit sysctl.conf and ensure the followingCode:echo 1 > /proc/sys/net/ipv4/ip_forward
Code:net.ipv4.ip_forward = 1


Reply With Quote
