Hello, many thanks for your help.
The problem was already solved with the first answer I read by Steve Bertrand, ... > You essentially gave yourself an address outside of the gateways LAN > address scope, and then proceeded to route all unknown traffic to yourself. > > You probably want: > > # ifconfig rl0 192.168.2.100 255.255.255.0 > > ...and > > # route add default 192.168.2.1 Tanks also for your hint: > Then, for name resolution: > > # echo "nameserver ip.of.isp.dns" >> /etc/resolv.conf I'm also thankful for all the other replies to my question, of course; always happy to learn something. Regards, Johannes-Maria _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
