6 reputation
1
bio website
location
age
visits member for 1 year
seen Sep 6 '12 at 9:20
stats profile views 0

May
14
comment how to pass traffic for port 80 not through openvpn?
is it possible to change the openvpn server to forward connections for port 80 for example, with external ip instead of the internal ip
May
14
awarded  Student
May
13
comment how to pass traffic for port 80 not through openvpn?
my client is running openvpn on windows and my current configuration is basically dev tun and is aimed for users that will connect from anywhere (road warrior) the server iptable is configured for port forwarding, the problem is that i need to get the real ip's for the clients that go out for port 80, this is why i wan't to avoid using openvpn on port 80, although i don't mind using openvpn for port 80 as well, as long as the ip's that will leave my server will be the real ip's of the connected clients instead of the one server ip.
May
13
comment how to pass traffic for port 80 not through openvpn?
my client is running openvpn on windows and my current configuration for it looks like that: client dev tun proto tcp remote my-server-2 1194 resolv-retry infinite nobind persist-key persist-tun ca ../keys/ca.crt cert ../keys/client1.crt key ../keys/client1.key ns-cert-type server verb 3 route-metric 1 show-net-up dhcp-renew dhcp-release route-delay 0 120 hand-window 180 management localhost 13010 management-hold management-query-passwords management-forget-disconnect management-signal auth-user-pass
May
13
asked how to pass traffic for port 80 not through openvpn?