hi, On Di, 2007-11-20 at 12:52 -0500, Tom Wolfe wrote: > Hi, > > I'm trying to allow access from the eth1 subnet (external) to the eth0 subnet > (ineternal/Thin Client) > > I have a route set up on the external network (192.168.192.0/255.255.252.0) > as > follows: > > route add -net 192.168.100.0 netmask 255.255.255.0 gw 192.168.192.18 additionaly you need to enable ip forwarding though echoing 1 into /proc/sys/net/ipv4/ip_forward like:
echo 1|sudo tee -a /proc/sys/net/ipv4/ip_forward
ciao
oli
signature.asc
Description: This is a digitally signed message part
-- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
