очень хочется зайти на комп не через hamachi
Проблема такая - что бы зайти по ssh и vnc приходится запускать хамачи. Что и куда писать что бы они были не нужны?
Файрволы снесены, вот пара команд о состоянии подключений:
login@serv:/$ sudo netstat -lptun
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:5800 0.0.0.0:* LISTEN 5984/x11vnc
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 5984/x11vnc
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 5135/xinetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:10774 0.0.0.0:* LISTEN 5864/skype
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 4993/cupsd
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 4931/postgres
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 5087/master
tcp6 0 0 :::22 :::* LISTEN 4882/sshd
udp 0 0 0.0.0.0:10774 0.0.0.0:* 5864/skype
udp 0 0 127.0.0.1:37668 0.0.0.0:* 5864/skype
udp 0 0 82.200.77.50:48085 0.0.0.0:* 5842/hamachi
udp 0 0 0.0.0.0:51938 0.0.0.0:* 4903/avahi-daemon:
udp 0 0 0.0.0.0:5353 0.0.0.0:* 4903/avahi-daemon:
login@serv:/$ sudo netstat -napAinet
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:995 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:5800 0.0.0.0:* LISTEN 5984/x11vnc
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 5984/x11vnc
tcp 0 0 0.0.0.0:5901 0.0.0.0:* LISTEN 5135/xinetd
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 5189/dovecot
tcp 0 0 0.0.0.0:10774 0.0.0.0:* LISTEN 5864/skype
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 4993/cupsd
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN 4931/postgres
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 5087/master
tcp 0 0 82.200.77.50:37484 95.28.255.66:47981 ESTABLISHED 5864/skype
tcp 0 0 5.69.243.47:5900 5.230.179.37:2311 ESTABLISHED 5984/x11vnc
tcp 0 0 82.200.77.50:46368 77.242.193.69:12975 ESTABLISHED 5842/hamachi
udp 0 0 127.0.0.1:34186 127.0.0.1:34186 ESTABLISHED 4931/postgres
udp 0 0 0.0.0.0:10774 0.0.0.0:* 5864/skype
udp 0 0 127.0.0.1:37668 0.0.0.0:* 5864/skype
udp 0 0 82.200.77.50:48085 0.0.0.0:* 5842/hamachi
udp 0 0 0.0.0.0:51938 0.0.0.0:* 4903/avahi-daemon:
udp 0 0 0.0.0.0:5353 0.0.0.0:* 4903/avahi-daemon:
вот содержимое /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 82.200.77.50
netmask 255.255.255.192
network 82.200.77.0
broadcast 82.200.77.63
gateway 82.200.77.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 82.200.77.1
dns-search gde-to-tam.com