Sunucuya ping atıp ssh yapabilirim. Ancak, yeni mac'a taşıdıktan sonra onu krom veya firefox'ta açamazsınız. Kurulumum, ubuntu sunucusu işleten Mountain Lion'daki vmware Fusion. Ana bilgisayardaki dosya mac:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
192.168.222.128 local.server.com
Ping iyi çalışıyor, ancak telnet başarısız oluyor:
$ telnet local.server.com
Trying 192.168.222.128...
telnet: connect to address 192.168.222.128: Connection refused
Vmware imajı NAT kullanacak şekilde ayarlanmıştır. Bridged'e geçersem hiçbir şey işe yaramaz, hatta ping veya ssh bile olmaz.
Görüntüdeki ipctables şöyle görünür:
sudo iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Herhangi bir fikir çok takdir edilmektedir. Her yerde bir çözümün galip gelmediğini aradım.