search for: iptunnel

Displaying 17 results from an estimated 17 matches for "iptunnel".

2004 Apr 21
1
iproute2 - Compile Error
...ute2# make make[1]: Entering directory `/home/oluap/iproute2/lib'' make[1]: Nada a ser feito para `all''. make[1]: Leaving directory `/home/oluap/iproute2/lib'' make[1]: Entering directory `/home/oluap/iproute2/ip'' gcc ip.o ipaddress.o iproute.o iprule.o rtm_map.o iptunnel.o ipneigh.o iplink.o ipmaddr.o ipmonitor.o ipmroute.o ../lib/libnetlink.a ../lib/libutil.a -lresolv -L../lib -lnetlink -lutil -o ip iptunnel.o(.text+0x65a): In function `parse_args'': : undefined reference to `__constant_htons'' iptunnel.o(.text+0x678): In function `parse_args'...
2004 Oct 19
9
[ANNOUNCE] iproute2 2.6.9-041019
Now that 2.6.9 is final. Here is an update of the iproute2 utilities that contains all the patches in my queue. * lnstat to replace rtstat and ctstat (from Harald Welte) * latest xfrm related changes * several small typo''s and build fixes for older systems http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.9-041019.tar.gz
2005 Apr 26
13
IP Tunneling
Hello I have /25 addressed on a box (virtual devices on eth0) and I want to tunnel some of these addresses to my home network. One address to my gateway (a.b.c.d, external IP) and one address to my internal network (192.168.0.0/24-style). I will use the tunnels for irc, smtp and surfing. What protocol and which technique is easiest and best to use? One more thing. I don''t want to set up
2007 Mar 21
7
how can i compile tc
Hi, i''m just new here, i''m searching for how to compile tc (if i''ve understood correctly, i must compile the whole iproute2 thing). So i did like the read me file said: ------ 1. Look at start of Makefile and set correct values for: KERNEL_INCLUDE ----- i did that, and then i doesn''t understand a damn thing about the reste of the the 1st step about ADDLIB
2002 Dec 29
1
Multiple domain browselist over a wanlink
...empty. Currently I've added the following rules to the smb.conf remote browse sync = 192.168.2.2 192.168.2.4 remote announce = 192.168.2.2 192.168.2.4 As far as I understand both should do the trick but even together they don't work. Network Two samba servers (2.2.7a) connected by a iptunnel (no broadcasts) both with own domain/workgroup Here are the current browselists: Browselist 1 "QUICKSOFT" c0001000 "LUNA" "QUICKSOFT" "LUNA" 400d9a03 "Luna our moon" "QUICK...
2005 Oct 31
1
ip tunnel doesn''t show warning or error
This is really strange behavior .. root@garfield ~# ip tunnel add testing123 mode ipip remote 192.168.1.1 local 192.168.1.12 root@garfield ~# ip tunnel show .. testing123: ip/ip remote 192.168.1.1 local 192.168.1.12 ttl inherit root@garfield ~# ip tunnel add testingabc mode ipip remote 192.168.1.1 local 192.168.1.12 root@garfield ~# echo $? 0 root@garfield ~# ip tunnel show .. testing123:
2004 May 26
1
error compilling TC
...ibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o rtm_map.o rtm_map.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o iptunnel.o iptunnel.c iptunnel.c: En la función `parse_args'': iptunnel.c:175: aviso: declaración implícita de la función `htons'' iptunnel.c:217: aviso: declaración implícita de la función `htonl'' iptunnel.c:338: aviso: declaración implícita de la función `ntohl'' gcc -D_GN...
2003 Jun 07
1
Impossible to IPfilter this?
Hi! I'm trying to increase security on my FreeBSD 4.8 firewall/DSL router/VPN router. My problem is with firewalling the VPN part. I'm using a tunnel to a RedHat 7.1 box running FreeS/WAN. This tunnel allows traffic from my internal net (172.17.0.0/24) to that box only: spdadd 172.17.0.0/24 $REDHAT/32 any -P out ipsec esp/tunnel/$MYADDR-$REDHAT/unique; spdadd $REDHAT/32 172.17.0.0/24
2016 Oct 11
3
gigE -> 100Mb problems
On 10/10/2016 09:31 PM, John R Pierce wrote: > > oh. Yeah, the entire "net-tools" package is deprecated. I tend to forget which of the two (ethtool or mii-tool) is in that set. # Avoid using any of these: $ rpm -ql net-tools
2005 Oct 04
4
iproute2-050929 ERORR compiling
...D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o iprule.o iprule.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o rtm_map.o rtm_map.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o iptunnel.o iptunnel.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ipneigh.o ipneigh.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o iplink.o iplink.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE...
2004 Dec 20
5
Load Balance Outbound AND Inbound Internet Traffic to one location over multiple links
...the client standpoint, receive traffic for that given public IP network, deliver it accordingly to computers, and also, send out traffic from the computers on it''s network with the correct public IP source address. it''s actually a lot like the http://www.linuxvirtualserver.org/VS-IPTunneling.html diagram, but instead of the "server" sending / manipulating packets to go to three destinations, it''s taking a complete (sub)network of 16 or so IP''s and sending them directly to one computer. Any suggestions are greatly appreciated Thanks -Joe Comeaux _________...
2016 Oct 11
0
gigE -> 100Mb problems
...ted. I tend to forget > which of the two (ethtool or mii-tool) is in that set. > > # Avoid using any of these: > $ rpm -ql net-tools /bin/dnsdomainname /bin/domainname /bin/hostname /bin/netstat /bin/nisdomainname /bin/ypdomainname /sbin/ether-wake /sbin/ifconfig /sbin/ipmaddr /sbin/iptunnel /sbin/mii-diag /sbin/mii-tool /sbin/nameif /sbin/plipconfig /sbin/route /sbin/slattach ok, so the mii-* stuff is deprecated (as is route, ifconfig, netstat, and arp? sigh). apparently the network administrator went ahead and forced the switch port to use gigE, so its no longer in the 'brok...
2007 Sep 23
2
Unnumbered GRE tunnel
Hi! Can I create the unnumbered GRE tunnel with iproute2 utility? Can someone provide me a link/howto/example_config how to do it? The topology is one tunnel between two linux boxes: -- eth1-|__|-eth0 <-------------> eth0-|__|-eth1 -- I''m trying now with: ip tu add tun1 mode gre local loc.IP remote rem.IP ttl 255 dev eth0 ip addr add tun1 0.0.0.0 ip link set tun1 up but it
2004 Jan 16
2
ext3 bug?
...ot 9104 29. Mai 2002 halt ?-----xr-x 2240 1931476992 1952802008 1700749935 1. J� 1970 hciattach cr-Srwsr-T 2240 487270 25816 5, 16 1. J� 1970 hciconfig -rwxr-xr-x 1 root root 27048 10. Apr 2003 hcid [...] -rwxr-xr-x 1 root root 14092 24. Nov 2001 iptunnel lrwxrwxrwx 1 root root 15 23. Jul 08:53 kallsyms -> insmod.modutils --wsrwxrw- 16406 3257942038 1075218782 4618131408204237070 27. J� 2004 kallsyms.modutils -rwxr-xr-x 1 root root 5776 12. Nov 2001 kbdrate ?rwxrw-rwt 16896 21845 12079 26 27. J� 199...
2009 Nov 17
11
[Bridge] [PATCH 0/3] macvlan: add vepa and bridge mode
This is based on an earlier patch from Eric Biederman adding forwarding between macvlans. I extended his approach to allow the administrator to choose the mode for each macvlan, and to implement a functional VEPA between macvlan. Still missing from this is support for communication between the lower device that the macvlans are based on. This would be extremely useful but as others have found out
2009 Nov 17
11
[Bridge] [PATCH 0/3] macvlan: add vepa and bridge mode
This is based on an earlier patch from Eric Biederman adding forwarding between macvlans. I extended his approach to allow the administrator to choose the mode for each macvlan, and to implement a functional VEPA between macvlan. Still missing from this is support for communication between the lower device that the macvlans are based on. This would be extremely useful but as others have found out
2009 Nov 17
11
[Bridge] [PATCH 0/3] macvlan: add vepa and bridge mode
This is based on an earlier patch from Eric Biederman adding forwarding between macvlans. I extended his approach to allow the administrator to choose the mode for each macvlan, and to implement a functional VEPA between macvlan. Still missing from this is support for communication between the lower device that the macvlans are based on. This would be extremely useful but as others have found out