On Wed, 2011-02-23 at 13:47 +0100, Samuel Thibault wrote: > Svante Signell, le Wed 23 Feb 2011 10:20:43 +0100, a écrit : > > root 80 0.1 0.2 132M 2.04M - So 8:40PM 0:55.75 /hurd/pfinet > > --interface=eth0 --address=10.0.2.15 --netmask=255.255.0.0 > > --gateway=10.0.2.2 > > That information may be not relevant. Use fsysopts /servers/socket/2 to > get the actual parameters.
Thanks, Looks like the gateway is missing: /hurd/pfinet --interface=eth0 --address=10.0.2.15 --netmask=255.255.0.0 How to stop and restart /hurd/pfinet with new parameters, kill the precess and start with: /hurd/pfinet --interface=eth0 --address=10.0.2.15 --netmask=255.255.0.0 --gateway 10.0.2.2 or do I need the fsysopts command. (I did not find any man/info page on fsysopts or pfinet). 'command --help' is not very verbose! BTW: Why is the pfinet process running data not relevant?