0
votes
0answers
83 views

Routing eth1 to ppp0 (PPTPD VPN)

I have some problems connecting a Playstation to my VPN via another PC. Hardware: PC that should route incoming traffic from the Playstation to VPN: eth0 - connected to the internet eth1 - connected ...
0
votes
0answers
42 views

How to be able to ping a subnet in a ipsec vpn?

This is supposed to be a pretty simple question but I couldn't google a answer for it! I have a ipsec VPN tunnel established between 1.1.1.1 and 2.2.2.2 (public IPs). The first machine (1.1.1.1) has ...
0
votes
2answers
244 views

How to route the incoming connections through a specific interface?

I have multiple ethernet cards with two different set of networks configured on them. The output of route -n is given here:: Kernel IP routing table Destination Gateway Genmask ...
1
vote
0answers
296 views

Routing table on Linux not respected

I have a very specific problem, building a Linux VPN endpoint (with external VPN Gateway), which should route certain networks over the tunnel, others via default gateway. The Linux VPN should do a ...
4
votes
1answer
780 views

iptables vs route

What's the difference between these two tools? Can anybody tell me what the main workflow of networking behind Linux (in relation to IPv4 packet filtering, NAT and IP routing table) is?