Shortest masquerade config
Voici la commande la plus courte et simple afin de faire du masquerading sous Linux
# this will masquerade all packet to ppp0 iptables -F; iptables -t nat -F; iptables -t mangle -F iptables -t nat -A POSTROUTING -o ppp0-j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward
- Using Broadcom Wireless-G card (Linksys WMP54G) on Linux
- Media Player (Dvico 3100) + Netgear WGT634U = Cheap Wifi Media Player
- Stateless vs Statefull firewalls
- Suspend to disc with Dell Latitude D400 on Linux
- Packet filtering w/ Python and Linux
admin September 18th, 2003
- Unix
- Comments(0)