Tagged Questions
1
vote
1answer
66 views
Route Traffic Through Linux Server With Two Devices
Here is my current setup (all servers are Ubuntu Server Edition 12.04):
Server 0 has two devices, eth0 and eth1. eth0 is connected to the wall (the internet), and eth1 is connected to a switch. ...
1
vote
1answer
73 views
Unexpected auto-route after adding a new /29-Net
I added a new Network to a Debian 6.0.1 x86_64 Linux 2.6.32-5-amd64 Server with this configuration in the interfaces:
allow-hotplug eth2
iface eth2 inet static
address 172.251.1.86
netmask ...
0
votes
1answer
507 views
Check packet vlan tag using Tap virtual interface
I am trying to learn how to implement virtual interfaces using the Tap driver.
So far my understanding is that using the tap driver I can create a virtual interface and then have a userspace program ...
2
votes
2answers
181 views
“Symbolic link” for NICs under Linux?
Currently on my Linux server I've enabled bridging so that I can use OpenVPN in bridged mode. Works great. eth0 is connected to the LAN; tun0 is the OpenVPN gateway; these are bridged to a new ...