Here are the commands that I thought made my network to ip_masq: ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 ( echo 1 >/proc/sys/net/ipv4/ip_forward ) ipchains -P forward DENY ipchains -A forward -s 192.168.1.0/24 -d \! 192.168.1.0/24 -j MASQ
But my network cannot transfer any packets... What have I left out? I have all the ip_masq/firewall/aliasing stuff compiled into the kernel. What do I still need to do? NatePuri Certified Law Student & Debian GNU/Linux Monk McGeorge School of Law [EMAIL PROTECTED] http://ompages.com