-2
votes
1answer
26 views

connect to tap interface [closed]

Im working on proxy I have this setup LAN---[eth0 tap0] LAN = 172.16.0.0/26 eth0 = no ip promisc tap0 = 192.168.0.1/24 I want to communicate LAN with tap0 ?
-1
votes
2answers
86 views

VPN with authentication/encryption with separate tap interface for each client

is there any VPN program that handles client authentication, data encryption and ends in a tap interface for every authenticated client? I need 1 shared UDP port (VPN service port) to which clients ...
0
votes
0answers
37 views

what are determined by USER and GROUP options for tun/tap device?

During the creation of tun and tap interfaces one can specify USER and GROUP for the device. For example: # ip tuntap add mode tap dev tap0 # ip tuntap add mode tap dev tap1 user martin # ip tuntap ...
4
votes
1answer
272 views

Open source network tap

I've recently begun researching network monitoring solutions. I've configured SPAN on our cisco catalyst, and it's working ok, but I've been reading up on taps too. Most of the articles I've seen ...
0
votes
2answers
1k views

Cannot open TUN/TAP dev

Can someone please help me with this? I have a linux 2.6.9 server (I know it's outdated, but it has some special modules and so kernel cannot be updated/recompiled/etc), and I need to have a tun/tap ...