Проблема в следующем:
Есть локальная сеть 192.168.144.0/24
Gateway: 192.168.144.11 (7.0-RELEASE FreeBSD)
DNS: 192.168.144.1 (W2K3)
В сети есть комп, только что проинсталеный с установленным mc
Код: Выделить всё
uname -a
FreeBSD cactus.strum.local 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Код: Выделить всё
ifconfig em0
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00:30:48:72:c9:2a
inet 192.168.144.235 netmask 0xffffff00 broadcast 192.168.144.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
Код: Выделить всё
tail -f /var/log/messages
Jun 18 11:35:45 cactus kernel: em0: link state changed to DOWN
Jun 18 11:35:47 cactus kernel: em0: link state changed to UP
Jun 18 11:59:21 cactus kernel: em0: link state changed to DOWN
Jun 18 11:59:22 cactus kernel: em0: link state changed to UP
Jun 18 12:23:35 cactus kernel: em0: link state changed to DOWN
Jun 18 12:23:36 cactus kernel: em0: link state changed to UP
На всякий случай конфиги:
/etc/rc.conf
Код: Выделить всё
font8x14="cp866-8x14"
font8x16="cp866b-8x16"
font8x8="cp866-8x8"
keymap="ru.koi8-r"
mousechar_start="3"
scrnmap="koi8-r2cp866"
defaultrouter="192.168.144.11"
hostname="cactus.strum.local"
ifconfig_em0="inet 192.168.144.235 netmask 255.255.255.0"
sshd_enable="YES"
Код: Выделить всё
domain strum.local
nameserver 192.168.144.1
Код: Выделить всё
netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.144.11 UGS 2 5309 em0
127.0.0.1 link#3 UH 0 0 lo0
192.168.144.0/24 link#1 U 2 415 em0
192.168.144.235 link#1 UHS 0 0 lo0
Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UH lo0
fe80::%lo0/64 link#3 U lo0
fe80::1%lo0 link#3 UHS lo0
ff01:3::/32 fe80::1%lo0 U lo0
ff02::%lo0/32 fe80::1%lo0 U lo0