[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Are my routing issues firewall-related?



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                 lee@sectionIV.com (preferred)
Alantro Communications       lee@alantro.com



Reply to: