Fedora Tips
by Krishnan Subramanian2004-01-15 Fedora Tips #12:
To share your internet connection:
In /etc/sysctl.conf set
net.ipv4.ip_forward = 1
and then exec
# sysctl -p
Now exec
# iptables -t nat -A POSTROUTING -s your_network -j MASQUERADEWhere your_network is the network address, for example192.168.0.0/24
Then exec:
# service iptables save
- submitted by Franco Catrin.
Trackback 0 And
Comment 0