удалил Ubuntu Server поставил desktop 9.10
root@fire:/home/max# ifconfig
читать дальше »
eth0 Link encap:Ethernet HWaddr 00:e0:50:8b:01:9a
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::2e0:50ff:fe8b:19a/64 Диапазон:Ссылка
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:90905 errors:0 dropped:62 overruns:0 frame:0
TX packets:75339 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:1000
RX bytes:124900299 (124.9 MB) TX bytes:5451323 (5.4 MB)
Прервано:5 Base address:0xd000
lo Link encap:Локальная петля (Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Диапазон:Узел
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:0
RX bytes:4662 (4.6 KB) TX bytes:4662 (4.6 KB)
В дефолтном конфиге sshd_config сменил только одну строчку
ListenAddress 192.168.0.2
root@fire:/home/max# netstat -l -p -n
читать дальше »
Активные соединения с интернетом (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 192.168.0.2:22 0.0.0.0:* LISTEN 976/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1095/cupsd
tcp6 0 0 ::1:631 :::* LISTEN 1095/cupsd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 742/avahi-daemon: r
udp 0 0 0.0.0.0:55790 0.0.0.0:* 742/avahi-daemon: r
Активные сокеты домена UNIX (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Путь
....
unix 2 [ ACC ] STREAM LISTENING 6949 1504/ssh-agent /tmp/ssh-CujYCe1465/agent.1465
.....
max@fire:~$ sudo iptables -L
читать дальше »
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
max@fire:~$ sudo iptables -t nat -L
читать дальше »
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination