search for: tap1

Displaying 20 results from an estimated 70 matches for "tap1".

Did you mean: tap
2001 May 08
4
tap1 problem
Hi Tinc Mailing-Group, Having set up the kernel correctly, and got tinc running successfully, I am now trying to get two VPNs running at once. Hence I need to have two ethertap devices ( /dev/tap0 and /dev/tap1 ). The first tap0 device was created thus: mknod -m 600 /dev/tap0 c 36 16 chown 0.0 /dev/tap0 The second tap1 device was created too: mknod -m 600 /dev/tap1 c 36 17 chown 0.0 /dev/tap1 I am running a Linux 2.2.18 kernel, and the following lines have been added to the /etc/modules.conf file:...
2001 May 24
0
ipchains
...pre3, and firewall rulesets and routing. I did once manage to get Tinc to work okay in a test-bed environment. I then tried to set it up for a 'real-life' setup and cannot get it to work properly. My real-life setup looks like this: Network A: 192.168.1.0 / 255.255.255.0 192.168.1.7 tap1 device gateway > > 192.168.1.3 eth0 gateway >---- Firewall / NAT / Tinc box A > 62.49.252.50 eth1 gateway > Network B: 192.168.3.0 / 255.255.255.0 192.168.3.6 tap0 device gateway >...
2007 Aug 13
3
bonding tap devices
...two OpenVPN tunnels with tap devices: +-- tap0 (A)--- OpenVPN tunnel over 24Mbit --- tap0 (B) ---+ | | A-+ +-B | | +-- tap1 (A)--- OpenVPN tunnel over 2Mbit ---- tap1 (B) ---+ I set up bond0 on both sides with tap0 as primary device using arpings: /sbin/modprobe -v bonding \ mode=1 \ primary=tap0 \ arp_interval=2000 \ arp_ip_target=10.1.0.1 (2 on the other end) bond0 (A) 10.1.0.1 bond0 (B) 10.2.0.1...
2007 Mar 13
1
Problem
Hello. I am trying to get multi paths running, i.e I want to specify 2 paths from a particular node to another. To test this, I am setting up the following scenario: I create 2 tap devices tap0 = 10.1.1.1/32 netmask 255.255.255.0 tap1 = 10.2.2.2/32 netmask 255.255.255.0 I then issue the route command: ip route add 10.3.3.3/32 nexthop via 10.1.1.2 nexthop via 10.2.2.3 The route table then looks like: 10.3.3.3 nexthop via 10.1.1.2 dev tap0 weight 1 nexthop via 10.2.2.3 dev tap1 weight 1 Pinging 10.3.3.3 caus...
2004 Dec 22
6
vpn bridging
[This email is either empty or too large to be displayed at this time]
2002 Dec 26
1
Questions about multiple Tinc daemons
...e setup files. /etc/tinc/nets.boot contains: itfvpn microvpn /etc/tinc/itfvpn/tinc-up contains: #!/bin/sh ifconfig tap0 hw ether fe:fd:0:0:0:0 ifconfig tap0 192.168.1.250 netmask 255.255.0.0 ifconfig tap0 mtu 1400 ifconfig tap0 -arp and cat /etc/tinc/microvpn/tinc-up contains: #!/bin/sh ifconfig tap1 hw ether fe:fd:0:0:0:0 ifconfig tap1 172.16.1.1 netmask 255.255.0.0 ifconfig tap1 mtu 1400 ifconfig tap1 -arp I'm using tap0 for the first tinc vpn and tap1 for the second tinc vpn. Is it proper to use hw ether fe:fd:0:0:0:0 for both of them? The docs say that you must use this MAC address fo...
2011 Mar 27
4
ipconfig problem if multiple devices are up
...recise, the packet gets discarded in do_pkt_recv as the ifindex from state differs always from the incoming packet To reproduce create two tap devices: $ sudo tunctl -u uli -t tap0 Set 'tap0' persistent and owned by uid 1000 $ sudo tunctl -u uli -t tap1 Set 'tap1' persistent and owned by uid 1000 $ I am using for the following step the vde2 software as it runs as a normal user, but you can do it manually (create a bridge, add tap{0,1} to that bridge, give the bridge a ip address, start a dhcp...
2007 Apr 18
1
[Bridge] Freezing bridges
I have the following situation: A Linux 2.4.22 server: Physical ethernet: lan1 - Ethernet port (Internet) lan2 - Ethernet port (Cisco Switch, Trunk port) Tunnel: tap1 - OpenVPN in tcp-server mode VLAN's: lan2.201 lan2.202 lan2.203 tap1.201 tap1.202 tap1.203 Bridges: br201 (lan2.201, tap1.201) br202 (lan2.202, tap1.202) br203 (lan2.203, tap1.203) On the other end, the same type of server: Physical ethernet: lan1 - Ethernet port (Internet) lan2 - Ethernet...
2005 Jul 01
5
linux bridging problem: how to emulate 2 separate interfaces on a single one?
...need to do. LAN__________________________________ | | eth0 (no IP) ________|________ | | | br0 | | (no IP) | |_________________| tap0 | | tap1 192.168.40.1/24 | | 192.168.30.1/24 MAC_0 | | MAC_1 __|________|__ | | | PC | | | |______________| I would need this picture to be equivalent to this one: LAN___...
2015 Jan 06
4
Xen4CentOS python-virtinst version issue, blktap2 problem
...st you end up getting python-virtinst from c6 base repo: python-virtinst-0.600.0-24.el6.noarch and not from Xen4CentOS repo, because the version there is "older": 0.600.0-19. .. which means the centos/xen-specific patch in python-virtinst is "lost". (default to tap2 instead of tap1, to make blktap2 work out-of-the-box with virt-install and virt-manager when using file based images as disks for VMs). So.. who can build a new version of python-virtinst, with the blktap2 patch applied? -- Pasi
2004 Oct 12
1
Equalize Patch
...ning on Linux edm 2.4.21-20.EL.c0custom #2 Tue Oct 12 08:52:23 BST 2004 i686 i686 i386 GNU/Linux And have install Quagga at each end to provide me with Zebra and OSPF which are configured and working as expected. 172.16.2.0/30 dev tap2 proto kernel scope link src 172.16.2.2 172.16.1.0/30 dev tap1 proto kernel scope link src 172.16.1.2 10.0.0.0/24 proto zebra metric 20 equalize nexthop via 172.16.1.1 dev tap1 weight 1 nexthop via 172.16.2.1 dev tap2 weight 1 192.168.18.0/24 dev eth2 proto kernel scope link src 192.168.18.4 192.168.17.0/24 dev eth1 proto kernel sco...
2013 May 10
1
ARP resolution not done from one end
...is there again as that end does forward ARP requests, and things are back to normal. The roaming node seems to initiate ARP resolution, while the central node does not. Any points as to why the central tinc is not doing / able to do the ARP request? tinc.conf on the central node: Device = /dev/tap1 Name = centralnode Mode = switch DirectOnly = yes TunnelServer = yes PingInterval = 60 PingTimeout = 15 ReplayWindow = 0 BindToAddress = 192.168.50.82 BindToAddress = 192.168.50.84 BindToAddress = 192.168.50.83 tap1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 opt...
2010 May 17
0
virsh domxml-from-native not working
Dear list, when I try to convert the (working) command /usr/bin/qemu-system-x86_64 \ -drive file=/dev/xen_vol/xen_ca,cache=none,if=virtio,boot=on \ -net nic,model=virtio,macaddr=00:16:3E:04:F5:6D \ -net tap,ifname=tap1 -m 256 -name ca \ -vnc 10.0.0.100:4 -daemonize -k de into an xml file: <domain type='qemu'> <name>ca</name> <uuid>dfef3884-d7a9-f6cf-5204-1615963cc0e8</uuid> <memory>262144</memory> <currentMemory>262144</currentMemory&g...
2006 May 04
11
Shorewall/OpenVPN issue
Good day, I have gone through a couple of the HOWTO''s on how to get this to work, but I am still sitting with a very strange (for me) issue. If two clients connect via OpenVPN (bridged), they can access each other without any problems, but neither of them can access the server, nor any system behind it. I am fairly sure it is a Shorewall issue, but I am very new to Shorewall, having
2010 Dec 20
16
Network isolation - PCI passthrough question
Hello, I thinking about using PCI passthrough to dedicated a domU as firewall. I understand PCI passthrough concept. When done, my domU will see network card and the dom0 won''t any more. So I''ll be able to filter all trafic from outside, since it will go through network domU. Then, how will I be able to connect other domU (and maybe dom0) to the network domU ? In a normal way,
2014 Feb 25
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...aggressive in some cases, since any delay or blocking of a single packet may delay or block the guest transmission. Consider the following setup: +-----+ +-----+ | VM1 | | VM2 | +--+--+ +--+--+ | | +--+--+ +--+--+ | tap0| | tap1| +--+--+ +--+--+ | | pfifo_fast htb(10Mbit/s) | | +--+--------------+---+ | bridge | +--+------------------+ | pfifo_fast | +-----+ | eth0|(100Mbit/s) +-----+ - start two VMs and connect...
2014 Feb 25
2
[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
...aggressive in some cases, since any delay or blocking of a single packet may delay or block the guest transmission. Consider the following setup: +-----+ +-----+ | VM1 | | VM2 | +--+--+ +--+--+ | | +--+--+ +--+--+ | tap0| | tap1| +--+--+ +--+--+ | | pfifo_fast htb(10Mbit/s) | | +--+--------------+---+ | bridge | +--+------------------+ | pfifo_fast | +-----+ | eth0|(100Mbit/s) +-----+ - start two VMs and connect...
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...gt; transmission. Consider the following setup: >> > >> > +-----+ +-----+ >> > | VM1 | | VM2 | >> > +--+--+ +--+--+ >> > | | >> > +--+--+ +--+--+ >> > | tap0| | tap1| >> > +--+--+ +--+--+ >> > | | >> > pfifo_fast htb(10Mbit/s) >> > | | >> > +--+--------------+---+ >> > | bridge | >> > +--+------------------+ >> &...
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
...gt; transmission. Consider the following setup: >> > >> > +-----+ +-----+ >> > | VM1 | | VM2 | >> > +--+--+ +--+--+ >> > | | >> > +--+--+ +--+--+ >> > | tap0| | tap1| >> > +--+--+ +--+--+ >> > | | >> > pfifo_fast htb(10Mbit/s) >> > | | >> > +--+--------------+---+ >> > | bridge | >> > +--+------------------+ >> &...
2005 Jun 27
5
Bridging problem with Shorewall and OpenVpn
...book I would like to be able to browse the local network, behind the vpn server, for shared resources (samba). That''s why I am trying to implement bridging on this VPN server. Problems arise when I try to set up bridging in cooperation with shorewall. Setting up the bridge br0 with tap0, tap1 and eth1, without shorewall works fine. using the "brctl show" command shows that the bridge is working with the right interfaces (tap0, tap1 and eth1). In this situation I can ping from the firewall machine to a local network pc and receive answer. From the local network pc, I can brow...