Hi!
I have a
dedicated server with only one external IP, I've just installed a virtual
vmware server , I'm trying to configure
that for an external access with NAT
networking, but I can't acces. My
network config in dedicated server is:
eth0 Link encap:Ethernet HWaddr 00:19:B9:FA:2C:71
inet addr:82.194.76.167 Bcast:82.194.76.255 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500
Metric:1
RX packets:547012 errors:0 dropped:0
overruns:0 frame:0
TX packets:51279 errors:0 dropped:0
overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:42799077 (40.8 MiB) TX bytes:12926114 (12.3 MiB)
Interrupt:169
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436
Metric:1
RX packets:6 errors:0 dropped:0
overruns:0 frame:0
TX packets:6 errors:0 dropped:0
overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:328 (328.0 b) TX bytes:328 (328.0 b)
vmnet1 Link encap:Ethernet HWaddr 00:50:56:C0:00:01
inet addr:192.168.241.1 Bcast:192.168.241.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500
Metric:1
RX packets:0 errors:0 dropped:0
overruns:0 frame:0
TX packets:11 errors:0 dropped:0
overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
inet addr:192.168.124.1 Bcast:192.168.124.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500
Metric:1
RX packets:41 errors:0 dropped:0
overruns:0 frame:0
TX packets:11 errors:0 dropped:0
overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
And this is
the output on netstat -ta
tcp 0
0 *:vmware-authd
: LISTEN
tcp 0
0 *:8333
: LISTEN
tcp 0
0 *:http
: LISTEN
tcp 0
0 *:8886
: LISTEN
tcp 0
0 *:ssh
: LISTEN
tcp 0
0 *:8887
: LISTEN
tcp 0
0 localhost.localdomain:ipp
: LISTEN
tcp 0
0 *:ddi-tcp-1 : LISTEN
tcp 0
0 *:ddi-tcp-2
: LISTEN
tcp 0
0 *:8222
: LISTEN
tcp 0
248 hsle-038.dedicated.host:ssh 81.202.248.215.dyn.us:65515 ESTABLISHED
tcp 0
0 hsle-038.dedic:vmware-authd 81.202.248.215.dyn.us:65505 ESTABLISHED
tcp 0
872 hsle-038.dedic:vmware-authd 81.202.248.215.dyn.us:65504 ESTABLISHED
I can't
figure out what I'm missing when config it, any idea?