Tagged Questions
1
vote
1answer
56 views
Routing 4 Networks
I've been trying for almost a week to make it work but without success. I'm starting to feel hopeless.
I have 4 Ethernet adapters :
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state ...
2
votes
1answer
69 views
How do I route traffic through specific interface for a specific process
I have a script that runs from cron every 15 minutes. The script is meant to ping my DNS server to update a dynamically changing IP. I want this script to ping through the wlan interface and not the ...
1
vote
1answer
361 views
Only routing certain traffic through VPN
I have a central development server, running a VPN server, and a couple clients that need to connect to it. The server is running Apache, but is only accepting local requests (only listening on ...
9
votes
2answers
4k views
iptables --set-mark - Route diferent ports through different interfaces
Short story,
3 interfaces, eth0 (LAN), eth1(ADSL), eth2(4G).
eth0 -> eth1: Works
(ports 80, 443, 4070) eth0 -> eth2: Doesn't happen
This is a graphical representation of the idea:
Port 80 & ...
1
vote
1answer
1k views
iptables forwarding and routing
In fact, this question is about openwrt and CoovaAP, but I guess it's the same in other linux distributions.
I've two interfaces, a "wan" and a "wlan" interface.
Is there by default any filter, ...
5
votes
2answers
304 views
Route and “e” flag
k# route -6
Destination Next Hop Flag Met Ref Use If
::/0 fe80::8001 UGDAe 1024 0 0 eth0
[...]
What does flag "e" mean?