Enviado em 02/04/2015 - 01:03h
Tudo bom galera?
Tenho um dedicado com o CentOS 7 64bits e tenho apenas 1 ip válido.
Instalei nele o VMWare Workstation 11.
Criei uma VM com o Windows 2008 R2 Server.
Escolhi o protocolo NAT.
A internet funciona em ambos (CentOS e VM) , o centos e vm conseguem pingar um ao outro, é possível acessar as páginas do apache rodando na VM no firefox do CentOs.
O problema é que não funciona na internet. Não consigo acessar as páginas pelo ip do server. Simplesmente a página não carrega: Esta página não pode ser exibida.
Desativei o SELinux e o firewall do windows 2008 server, então não é problema de bloqueio por causa de firewall...
Segue abaixo o arquivo de configuração da placa de rede que a VM está usando:
# VMware NAT configuration file
[host]
# NAT gateway address
ip = 192.168.199.128
netmask = 255.255.255.0
# VMnet device if not specified on command line
device = /dev/vmnet8
# Allow PORT/EPRT FTP commands (they need incoming TCP stream ...)
activeFTP = 1
# Allows the source to have any OUI. Turn this on if you change the OUI
# in the MAC address of your virtual machines.
allowAnyOUI = 1
# Controls if (TCP) connections should be reset when the adapter they are
# bound to goes down
resetConnectionOnLinkDown = 1
# Controls if (TCP) connection should be reset when guest packet's destination
# is NAT's IP address
resetConnectionOnDestLocalHost = 1
[tcp]
# Value of timeout in TCP TIME_WAIT state, in seconds
timeWaitTimeout = 30
[udp]
# Timeout in seconds. Dynamically-created UDP mappings will purged if
# idle for this duration of time 0 = no timeout, default = 60; real
# value might be up to 100% longer
timeout = 60
[netbios]
# Timeout for NBNS queries.
nbnsTimeout = 2
# Number of retries for each NBNS query.
nbnsRetries = 3
# Timeout for NBDS queries.
nbdsTimeout = 3
[incomingtcp]
# Use these with care - anyone can enter into your VM through these...
# The format and example are as follows:
#<external port number> = <VM's IP address>:<VM's port number>
#8080 = 172.16.3.128:80
80 = 192.168.199.128:80
3306 = 192.168.199.128:3306
443 = 192.168.199.128:443
[incomingudp]
# UDP port forwarding example
#6000 = 172.16.3.0:6001
80 = 192.168.199.128:80
3306 = 192.168.199.128:3306
443 = 192.168.199.128:443
Como devo proceder para liberar o apache e mysql para toda internet?
Muito obrigado!
Tenho um dedicado com o CentOS 7 64bits e tenho apenas 1 ip válido.
Instalei nele o VMWare Workstation 11.
Criei uma VM com o Windows 2008 R2 Server.
Escolhi o protocolo NAT.
A internet funciona em ambos (CentOS e VM) , o centos e vm conseguem pingar um ao outro, é possível acessar as páginas do apache rodando na VM no firefox do CentOs.
O problema é que não funciona na internet. Não consigo acessar as páginas pelo ip do server. Simplesmente a página não carrega: Esta página não pode ser exibida.
Desativei o SELinux e o firewall do windows 2008 server, então não é problema de bloqueio por causa de firewall...
Segue abaixo o arquivo de configuração da placa de rede que a VM está usando:
# VMware NAT configuration file
[host]
# NAT gateway address
ip = 192.168.199.128
netmask = 255.255.255.0
# VMnet device if not specified on command line
device = /dev/vmnet8
# Allow PORT/EPRT FTP commands (they need incoming TCP stream ...)
activeFTP = 1
# Allows the source to have any OUI. Turn this on if you change the OUI
# in the MAC address of your virtual machines.
allowAnyOUI = 1
# Controls if (TCP) connections should be reset when the adapter they are
# bound to goes down
resetConnectionOnLinkDown = 1
# Controls if (TCP) connection should be reset when guest packet's destination
# is NAT's IP address
resetConnectionOnDestLocalHost = 1
[tcp]
# Value of timeout in TCP TIME_WAIT state, in seconds
timeWaitTimeout = 30
[udp]
# Timeout in seconds. Dynamically-created UDP mappings will purged if
# idle for this duration of time 0 = no timeout, default = 60; real
# value might be up to 100% longer
timeout = 60
[netbios]
# Timeout for NBNS queries.
nbnsTimeout = 2
# Number of retries for each NBNS query.
nbnsRetries = 3
# Timeout for NBDS queries.
nbdsTimeout = 3
[incomingtcp]
# Use these with care - anyone can enter into your VM through these...
# The format and example are as follows:
#<external port number> = <VM's IP address>:<VM's port number>
#8080 = 172.16.3.128:80
80 = 192.168.199.128:80
3306 = 192.168.199.128:3306
443 = 192.168.199.128:443
[incomingudp]
# UDP port forwarding example
#6000 = 172.16.3.0:6001
80 = 192.168.199.128:80
3306 = 192.168.199.128:3306
443 = 192.168.199.128:443
Como devo proceder para liberar o apache e mysql para toda internet?
Muito obrigado!