Eu tenho alguns conhecimentos básicos sobre rede e linux, no entanto, um servidor virtual que eu provisionei no Strato tem uma configuração estranha que não consigo entender.
#ifcfg-lo content DEVICE=lo IPADDR=127.0.0.1 NETMASK=255.0.0.0 NETWORK=127.0.0.0 # If you're having problems with gated making 127.0.0.0/8 a martian, # you can change this to something else (255.255.255.255, for example) BROADCAST=127.255.255.255 ONBOOT=yes NAME=loopback #ifcfg-venet0 content DEVICE=venet0 BOOTPROTO=static ONBOOT=yes IPADDR=127.0.0.1 NETMASK=255.255.255.255 BROADCAST=0.0.0.0 NM_CONTROLLED="no" ARPCHECK="no" GATEWAYDEV="venet0" IPV6INIT="yes" IPV6_DEFAULTDEV="venet0" #ifcfg-venet0:0 content DEVICE=venet0:0 ONBOOT=yes IPADDR=xxx.xxx.xxx.xxx (here is my public ip address) ARPCHECK="no" NM_CONTROLLED="no" NETMASK=255.255.255.255
Eu tenho algumas perguntas:
Espero encontrar alguns esclarecimentos sobre essas configurações básicas, para que eu possa corrigir algumas regras de redirecionamento de portas no iptables.
Atenciosamente, Ozgur
Tags networking centos