On Tue, Jun 27, 2000 at 04:34:19PM -0400, Lee Bradshaw wrote: > Something like: > > # proxy arp for internal addresses or dsl router can't find them > arp -i eth0 -Ds x.x.x.99 eth1 pub > arp -i eth0 -Ds x.x.x.100 eth1 pub > arp -i eth0 -Ds x.x.x.101 eth1 pub > ...
Or maybe fixing the second eth# would work better: arp -i eth0 -Ds x.x.x.99 eth0 pub arp -i eth0 -Ds x.x.x.100 eth0 pub arp -i eth0 -Ds x.x.x.101 eth0 pub ... -- Lee Bradshaw [EMAIL PROTECTED] (preferred) Alantro Communications [EMAIL PROTECTED]

