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

Re: IP handling in Mach/Hurd - route & ifconfig functionality



On Wed, May 01, 2002 at 07:30:41AM -0700, Grant Bowman wrote:
>
> Now comes another "hurd"le - directing IP packets in the kernel.
> I'm so close and yet so far away from getting it working.  I
> followed the directions for '/hurd/pfinet --help' but when I try to
> ping I see:
>
> hurd:~# settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 -a \
> 192.168.0.2 -g 192.168.0.1 -m 255.255.255.0

  The -g option to settrans makes a translator go away, i.e., removes
the translator from the node; the -f option forces the translator
removal.  You probably want

# settrans -fgap /servers/socket/2
# settrans -ap /servers/socket/2 /hurd/pfinet -i eth0 -a 192.168.0.2 \
	-g 192.168.0.1 -m 255.255.255.0

So it's two separate commands: one clears the node, so to speak
('force-goaway-active-passive'); the other sets the new (active and
passive) translator.

Hope that helps,
Richard


-- 
To UNSUBSCRIBE, email to debian-hurd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: