"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Hello, > I've got a 3com PCI 3c905C NIC > In order to start my network I did > settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 > this didn't work gave me no errors, but ping 192.168.0.172 (an other > pc on my network) was unreachable.
Try something like: settrans -fgap /servers/socket/2 /hurd/pfinet -a 192.168.0.123 -m 255.255.255.0 -i eth0 Or is it socket instead of sockets. I am confused today. > I also tryed > settrans -ap /servers/socket/2 /hurd/pfinet -i eth0 That is about the same. > Also does hurd have dhcp support ? Only if you volunteer :) This won't be too hard and I can help you a bit. I already put some patches on savannah. If you are interested, please tell me. There are 3 things that need to be done: - Add some required interfaces to pfinet. This is almost done, please don't look at this stuff, just kick my ass. :) - Implement these interfaces as ioctls in glibc. - Add support to one (or if possible some) dhcp clients. Thanks, Marco _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
