Debian 2.6.32 (bez GUI). Po IP pinguje wszystko, po nazwie nic (żadnych DNS - NIC).
interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameserver 192.168.1.1
resolv.conf:
nameserver 192.168.1.1
root@debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:b0:d0:b8:5f:7b
inet addr:192.168.1.200 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2b0:d0ff:feb8:5f7b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:93343 errors:0 dropped:0 overruns:1 frame:0
TX packets:603 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16331586 (15.5 MiB) TX bytes:168882 (164.9 KiB)
Interrupt:5 Base address:0x6c00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:236 errors:0 dropped:0 overruns:0 frame:0
TX packets:236 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15776 (15.4 KiB) TX bytes:15776 (15.4 KiB)
Debian podłączony do Mikrotika przez switch. Z MT pinguje wszystko poprawnie łącznie z Debianem.
interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.200
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameserver 192.168.1.1
resolv.conf:
nameserver 192.168.1.1
root@debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:b0:d0:b8:5f:7b
inet addr:192.168.1.200 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::2b0:d0ff:feb8:5f7b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:93343 errors:0 dropped:0 overruns:1 frame:0
TX packets:603 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16331586 (15.5 MiB) TX bytes:168882 (164.9 KiB)
Interrupt:5 Base address:0x6c00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:236 errors:0 dropped:0 overruns:0 frame:0
TX packets:236 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:15776 (15.4 KiB) TX bytes:15776 (15.4 KiB)
Debian podłączony do Mikrotika przez switch. Z MT pinguje wszystko poprawnie łącznie z Debianem.