Я не могу подключиться к своему рабочему столу с удаленных компьютеров. Я подозреваю некоторую неправильную конфигурацию брандмауэра.
Детали ОС (Linux Mint 17):

11:16:23 ~ $ cat /etc/linuxmint/info 
RELEASE=17
CODENAME=qiana
EDITION="Cinnamon 64-bit"
DESCRIPTION="Linux Mint 17 Qiana"
DESKTOP=Gnome
TOOLKIT=GTK
NEW_FEATURES_URL=http://www.linuxmint.com/rel_qiana_cinnamon_whatsnew.php
RELEASE_NOTES_URL=http://www.linuxmint.com/rel_qiana_cinnamon.php
USER_GUIDE_URL=http://www.linuxmint.com/documentation.php
GRUB_TITLE=Linux Mint 17 Cinnamon 64-bit

Ниже приведен вывод iptables

11:05:29 ~ $ sudo iptables -L -v
Chain INPUT (policy ACCEPT 243 packets, 24661 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 60 packets, 3958 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Я попробовал iptables -F также. Когда я перезагружаюсь, вывод iptables идет как показано ниже.

10:26:53 ~ $ sudo iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         
ACCEPT     udp  --  anywhere             anywhere             multiport dports mdns
ACCEPT     tcp  --  anywhere             anywhere             multiport dports 4000

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

Я попробовал также gufw, чтобы отключить брандмауэр.
Есть идеи, что может быть не так?
Я смотрю в неправильном месте? Виновным может быть что-то кроме брандмауэра?

0