Code: Alles auswählen
ifconfig
und
route
Code: Alles auswählen
ifconfig
und
route
Code: Alles auswählen
$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:7D:C5:B5:57
inet addr:192.168.0.3 Bcast:192.168.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:668736 errors:0 dropped:0 overruns:0 frame:0
TX packets:639427 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:286794444 (273.5 MiB) TX bytes:66015328 (62.9 MiB)
Interrupt:5 Base address:0x6000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1373351 errors:0 dropped:0 overruns:0 frame:0
TX packets:1373351 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:338596666 (322.9 MiB) TX bytes:338596666 (322.9 MiB)
$ /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 1 0 0 eth0
Code: Alles auswählen
ifconfig eth0 txqueuelen 10
ifconfig eth0 txqueuelen 50
ifconfig eth0 txqueuelen 1000