netstat
run " watch netstat -tn " so that you can see how many connections are opened up during your X over SSH sessions. On LAPTOP (where an X Server will be running), you put the system into runlevel 3. If it is in runlevel 5, you can login as root and issue the command: init 3 to drop it into runlevel 3. Use the " runlevel " command to verify. The last number is your current runlevel. # netstat -r показывает таблицу маршрутизации ядра -n заставляет netstat печатать IP-адреса вместо имен хостов и сетей # netstat -nr Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 127.0.0.1 * 255.255.255.255 UH 0 0 0 lo 172.16.1.0 * 255.255.255.0 U 0 0 0 eth0 172.16.2.0 172.16.1.1 255.255.255.0 UG 0 0 0 eth0 Flags : G маршрут...