>>>>> "Dick" == Dick Steffens <[email protected]> writes:
>> >From the other devices, including the buffalo (you should be able to >> ssh in), try pinging the various addresses of significance, and see >> what replies. That should provide some clues. Dick> I tried pinging 8.8.8.8 from the second laptop and from the router Dick> (using ssh) and got no return. I get a return when pinging from Dick> the X200 laptop. Aha! I remember now, you need to turn on forwarding on the X200. Check "cat /proc/sys/net/ipv4/conf/all/forwarding" ... it is probably 0. If so, "echo 1 > /proc/sys/net/ipv4/conf/all/forwarding" will turn it on. You can add this to your script with the iptables rule. -- Russell Senior, President [email protected] _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
