willianrosa
(usa Debian)
Enviado em 10/06/2016 - 09:10h
Carlos, dê uma olhada nas minhas regras de firewall.
Tenho as regras liberando as portas de vpn e mais essas regras.
iptables -t nat -A POSTROUTING -s 129.13.221.0/24 -d 10.2.0.0/24 -j ACCEPT # VPN
iptables -t nat -A POSTROUTING -d 192.13.221.0/24 -s 10.2.0.0/24 -j ACCEPT # VPN
iptables -t nat -I POSTROUTING -s 10.13.221.0/24 -o eth1 -j MASQUERADE # VPN
iptables -t nat -A POSTROUTING -s 129.13.221.0/24 -d 10.5.0.0/24 -j ACCEPT # VPN
iptables -t nat -A POSTROUTING -d 192.13.221.0/24 -s 10.5.0.0/24 -j ACCEPT # VPN
iptables -t nat -I POSTROUTING -s 10.13.221.0/24 -o eth1 -j MASQUERADE # VPN
Se eu criar uma regra dessa apontando apenas para o ip 129.13.221.101 que é do servidor da pasta compartilhada?
iptables -t nat -A POSTROUTING -s 129.13.221.101/24 -d 10.2.0.0/24 -j ACCEPT # VPN
iptables -t nat -I POSTROUTING -s 10.13.221.101/24 -o eth1 -j MASQUERADE # VPN