Re: Connect(2) problem

2001-10-15 Thread Mark Blackman
This actually sounds like a problem I hit once where the default settings actually restrict the number of ports. net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 1024 net.inet.ip.portrange.last: 5000 net.inet.ip.portrange.hifirst: 49152 net.ine

default route disappears on address changes for interface.

2001-07-09 Thread Mark Blackman
g ep0 inet 10.0.0.1 netmask 255.255.255.0 route add default 10.0.0.254 then i do ifconfig ep0 inet 10.0.0.2 (or even 10.0.0.1) suddenly my default route disappears. Is this expected behaviour and has this always been the case? I'm pretty sure it wasn't. Thanks, Mark Blackman To Un