Ich habe schon länger nichts mehr mit FreeBSD gemacht und scheitere bald
an einem simplen routing/config Problem:
#ping localhost
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping sendto: No route to host
#ifconfig lnc0
lnc0: flags=8843
inet 192.168.1.128 netmask 0xffffff00 broadcast 192.168.1.255
#netstat -rn
Routing tables
Internet:
Dest Gateway
default 192.168.1.254
127.0.0.1 127.0.0.1
192.168.1 link#1
192.168.1.128 <mac>
192.168.1.254 link#1
#more /etc/resolv.conf
domain localnet
nameserver 192.168.1.1
/var/log/messages hat viele "routed[60]: sendto(lnc0, 224.0.0.2): No
route to host" drin..
(das ganze funktioniert auch nach sh /etc/rc.firewall open) nicht..)
Was mache ich falsch?
Vielen Dank für Tip(p)s :)
-phil
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 09 Aug 2004 - 15:50:40 CEST