Oh-oh. Not really sure how to proceed? If I bring up wvlan0 with 192.168.1.1 and add a route - something like route add -net 192.168.1.0 netmask 255.255.255.0 wvlan0 I can ping the WIN95 client sucessfully from the linux box and vice-versa. But IP Masq doesn't work. I even tried executing: /sbin/ipchains -A forward -s 192.168.1.0/14 -j MASQ in the vain attempt that IP Masq would simply work. By defining wvlan0 on a different subnet, am I precluding the use of IP Masq? Is my route table correct? Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.1 * 255.255.255.255 UH 0 0 0 eth0 212.155.245.9 * 255.255.255.255 UH 0 0 0 ppp0 192.168.1.0 * 255.255.255.0 U 0 0 0 wvlan0 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 212.155.245.9 0.0.0.0 UG 0 0 0 ppp0 Not really sure what to do next. Alan |