|
Rafael Mateus,
No iptables:
iptables -A FORWARD -p gre -d IP_VPN_SERVER_INSIDE -j ACCEPT
iptables -A FORWARD -p tcp --dport 1723 -d IP_VPN_SERVER_INSIDE -j ACCEPT Microsoft PPTP VPN uses TCP port 1723 (to establish the connection) plus GRE protocol (47) for data sending/receiving after the tunnel is up. If you're doing NAT on that firewall you can try this: iptables -A PREROUTING -t nat -p gre -d FIREWALL_IP -j DNAT --to-destination IP_VPN_SERVER_INSIDE iptables -A PREROUTING -t nat -p tcp --dport 1723 -d FIREWALL_IP -j DNAT --to-destination IP_VPN_SERVER_INSIDE:1723
|
- Re: [squid-br] VPN Rafael Melo
- RES: [squid-br] VPN Alexandre S.Alves - Zics Informática
- Re: [squid-br] VPN Rafael Melo
- [squid-br] VPN aguiardez
- RES: [squid-br] VPN zeca
- Re: RES: [squid-br] VPN Eliezer Felipe Santiago
