0
votes
0answers
20 views

IPTable Routing - Why output doesn't have any affect?

I'm confused over why my iptables are behaving like this. I'm attempting to block port 25 from PPTP VPN users. Most of the guides online mention blocking port 25 in the output chain to block SMTP. ...
0
votes
0answers
56 views

OpenVPN: route all except local network

So, I have a OpenVPN proxy and this configuration file: dev tun0 proto tcp remote 0.1.2.3 443 client nobind tun-mtu 1500 tun-mtu-extra 32 ca ca.crt cert user.crt key user.key tls-client ...
0
votes
0answers
236 views

OpenVPN routing without affecting host routing table [closed]

I have an OpenVPN server with two clients, A and B. I've set these up with client-to-client so they can talk to each other. I want to make client A to be the default route for client B so that B can ...
0
votes
0answers
1k views

iptables configuration with openvpn

I have a network setup as depicted in the upper part of this figure: http://tinypic.com/r/k2zudg/6 All devices in the local network are connected to the router via Ethernet/WIFI, while the router ...
0
votes
1answer
308 views

Routing private subnet traffic trough VPN on AWS

Heading interesting issue today. We're trying to have multiple VPCs on AWS, and only one 'router' (linux server) which will also have VPN connection to my company's router, but also act as internet ...
0
votes
1answer
267 views

How to configure Routing, VPN and masquerading in Windows?

i need to link a branch office to a new subnet. I'm wronging something... i try to be more specific: i have this object virtually connected as follows: GW_U ---- S-OpenVPN ----- OpenVPN-C ----- ...
0
votes
2answers
429 views

Ping to subnet on IPsec Host only works with -I parameter

I have the following situation. Two hosts connect two subnets over the Internet using Strongswan IpSec Host 1 a router for subnet 10.13.0.0/24 Host 2 is rented dedicated Ubuntu server with no subnet ...