I'm confused by this error from netstat -M. I'm indeed using MASQUERADE on this box -- it is working.
Yes, this /proc "file" is missing: $ ls /proc/net/ip_masquerade ls: /proc/net/ip_masquerade: No such file or directory I built as a module: $ fgrep MASQ /boot/config-`uname -r` CONFIG_IP_NF_TARGET_MASQUERADE=m I'm not sure what module that builds. I don't see it in lsmod, though (but it *is* masquerading right this second). # lsmod Module Size Used by Tainted: P ppp_deflate 39072 0 (autoclean) bsd_comp 3968 0 (autoclean) ppp_async 6176 1 (autoclean) ppp_generic 18728 3 (autoclean) [ppp_deflate bsd_comp ppp_async] slhc 4368 0 (autoclean) [ppp_generic] ipt_state 608 4 (autoclean) ipt_LOG 3104 1 (autoclean) iptable_filter 1728 1 (autoclean) ip_nat_ftp 2912 0 (unused) iptable_nat 12756 2 [ip_nat_ftp] ip_conntrack_irc 2432 0 (unused) ip_conntrack_ftp 3168 0 (unused) ip_conntrack 12876 4 [ipt_state ip_nat_ftp iptable_nat ip_conntrack_irc ip_conntrack_ftp] ip_tables 10464 6 [ipt_state ipt_LOG iptable_filter iptable_nat] ymfpci 40416 0 ac97_codec 9568 0 [ymfpci] soundcore 3492 2 [ymfpci] apm 9148 0 (unused) keybdev 1664 0 (unused) usbkbd 2880 0 (unused) usb-uhci 20996 0 (unused) usbcore 47840 0 [usbkbd usb-uhci] -- Bill Moseley mailto:[EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

