Skip to main content

Questions tagged [tap]

0 votes
0 answers
62 views

As explained here in my own Q&A, reconsider the following scenario. A Linux host with a two port Linux bridge and two Linux guest VMs connected to it: the first bridge's port is connected to TAP ...
CarloC's user avatar
  • 385
2 votes
1 answer
85 views

I've created two Linux network namespaces (ns1 and ns2), and inside each, I have: A bridge (ns1-br0, ns2-br0) A TAP device (tap0, tap1) connected to the respective bridge Each TAP device gets an IP ...
Bhautik Chudasama's user avatar
0 votes
2 answers
189 views

I have two debian based machines with IP adresses XXX.XXX.8.76/26 and XXX.XXX.8.77/26. Now i need to create a tap0 interface on both machines for an application that communicates with UDP messages. ...
Simon's user avatar
  • 1
1 vote
0 answers
162 views

I have vps server, install softether on it , softether use tap device name tap_se with subnet 192.168.24.0/21 netmask 255.255.248.0 broadcast 192.168.31.259, clients connect with openvpn or l2tp to ...
Arman Kabir's user avatar
2 votes
1 answer
942 views

I want to create a tap with sudo, and then attach the user space program (ssh) to it. I don't want to hard code the interface name, as multiple users will be using it, so I want the interface name to ...
Gary van der Merwe's user avatar
0 votes
3 answers
182 views

I am working on an application which can create TUN/TAP interface on host machine. I can create such interfaces using: sudo ip tuntap add tap0 mode tap Now the thing is, tap0 is hardcoded here. It ...
Santosh Kumar's user avatar
0 votes
0 answers
374 views

I am getting stuck in a bit of a rut and not sure if it's a limitation with EC2 servers, my attempts to get it working or a limitation with Softether. I have an EC2 server with 2 NICs; eth0 and eth1. ...
Dean Baldwin's user avatar
1 vote
0 answers
4k views

I have the following standard configuration: A remote server connected to internet and that I can only control using SSH On this server, a QEMU instance I'm trying to find the right configuration so ...
Fitz's user avatar
  • 111

15 30 50 per page
1
2 3 4 5