search for: rout

Displaying 20 results from an estimated 15839 matches for "rout".

Did you mean: out
2019 Jan 30
2
Applying changes to route-eth0
I have a series of static routes in route-eth0 Recently I had to made changes and could not find an effective way to get the old routes out and the new routes in. ifdown-route seems to apply the content of route-eth0 to take down the routes listed and ifup-route brings up routes based on route- So what ends up is that the o...
2007 Mar 05
4
Polycom Questions
....1 firmware, if that matters. from sip.cfg: <dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1"> <digitmap dialplan.digitmap="9[2-9]xx[2-9]xxxxxx|91[2-9]xx[2-9]xxxxxx" dialplan.digitmap.timeOut="3"/> <routing> <server dialplan.routing.server.1.address="10.0.17.8" dialplan.routing.server.1.port="5060"/> <emergency dialplan.routing.emergency.1.value="911" dialplan.routing.emergency.1.server.1="1"/> </routing> <...
2005 Sep 26
1
Make check fails on d-p-q-r-tests.R...
...\ --with-zlib \ --with-bzlib \ --with-pcre \ --with-libiconv-prefix=/usr/local/ I'm brand new to R so I don't know how critical this error is. Here's the last bit what make check FORCE=FORCE outputs: running code in 'grDevices-Ex.R' ... OK comparing 'grDevices-Ex.Rout' to 'grDevices-Ex.Rout.prev' ... OK running code in 'graphics-Ex.R' ... OK comparing 'graphics-Ex.Rout' to 'graphics-Ex.Rout.prev' ... OK running code in 'stats-Ex.R' ... OK comparing 'stats-Ex.Rout' to 'stats-Ex.Rout.prev' ... OK running...
2003 May 05
5
iproute2: gatewayed routes in ancillary tables
Hello all, Tomas Bonnedahl and I recently corresponded about a rather odd behaviour with routes in ancillary routing tables. We both receive a "Network is unreachable" error when we try to add gatewayed routes to ancillary tables and the main routing table does not contain an entry for the gateway IP. It seems that unless a route to the gateway IP exists in the main routing tabl...
2017 Apr 06
3
failure of make check-all
...rkable. Here is make test-all make[1]: Entering directory '/usr/local/src/R-devel/tests' make[2]: Entering directory '/usr/local/src/R-devel/tests' make[3]: Entering directory '/usr/local/src/R-devel/tests/Examples' Testing examples for package ?base? comparing ?base-Ex.Rout? to ?base-Ex.Rout.prev? ... NOTE 1573,1607c1573,1608 < [35] "MANDATORY_PATH" "MFLAGS" < [37] "PAGER" "PATH" < [39] "PWD" "QT4_IM_MODULE" < [41] "QT_ACCESSIBILITY" "QT_IM_MODULE" < [...
2002 Feb 27
6
Newbie question
Hello All, I have two Internet link and two LAN networks I have Redhat-7.1 linux-2.4.17 kernel and 2 NICs In eth0 172.16.1.1 and eth0:1 192.168.1.1 in eth1 are public ips of isps as eth1 a.b.c.d and eth1:0 w.x..y.z I want do source routing using ip rule command. echo 200 isp1 >> /etc/iproute2/rt_tables ip rule add from 172.16.1.0/24 table isp1 ip rule ls 0: from all lookup local 32765: from 172.16.1.0/24 lookup isp1 32766: from all lookup main 32767: from all lookup default ip route add default via a.b.c.d dev et...
2007 Jul 05
4
Load Balancing , MSN and SSL
...c.org/howto/lartc.rpdb.multiple-links.html # # # IF0=eth1 function interface_interna() { VALOR_IP=0 while [ $VALOR_IP -lt 254 ] ; do if [ $VALOR_IP -ne 33 ] ; then P0_NET=192.168.${VALOR_IP}.0 IP0=192.168.${VALOR_IP}.1 ip route add $P0_NET dev $IF0 src $IP0 table T1 ip route add $P0_NET dev $IF0 src $IP0 table T2 fi VALOR_IP=$(expr $VALOR_IP + 1) done ip route add 192.168.33.0/24 via 10.1.2.1 dev eth1 src 10.1.2.2 ip route add 192.168.33.0/24 via 10.1.2.1 de...
2006 Dec 27
1
Advanced Policy Routing not working properly
Hi list, I''m trying to setup a Linux box with a complicated source routing and could use a hand from you. The box has 4 NICs and lots of VLANs attached. It is a firewall and router in the following scenario: (obs: IP addresses have being changed for security purposes) - eth0 holds the default route (GW: 200.1.0.1, Firewall: 200.1.0.2); - The box is routing and som...
2005 Apr 29
1
problem with nth patch, counter parameter...I think
...is labeled as status ''works''. I have tunnels back and forth across the internet, using ''nth'' to balance packets between different public networks (over the tunnels). I need to access some networks over two tunnels, and some network over three tunnels. I cant get routing working correctly when combinations of two and three tunnels are involved. *now for the more techincal explanation* Tunnel Server 1 (kernel 2.4.28, iptables 1.2.11 with nth and route) Network A is delivered over three tunnels to Tunnel Client A (works fine) Network B is delivered over three tunn...
2016 Feb 29
2
need help on tinc route problem
my network: local pc(192.168.1.2)-->openwrt_adsl_router A( 192.168.1.1/24&11.22.33.44pppoe&10.10.10.1/24 tinc)<---remote B: 10.10.20.1/24 ^ | remote C:10.10.0.1/...
2003 Oct 30
7
default route
Hi, Is it possible to use more than one default route? I believe yes. Any comments on them. If I use more than one, where will the trafficc be diverted from? With warm regards, -Payal -- For GNU/Linux Success Stories and Articles visit: http://payal.staticky.com _______________________________________________ LARTC mailing list / LARTC@m...
2006 Nov 14
6
netmask 255.255.255.255 vs ip route add via ... (bug?)
Greetings routing folks, I want to use the netmask 255.255.255.255 to insulate (not quite isolate) machines on a shared subnet from each other. This works just fine on win XP, but Linux iproute will not acccept the gateway address in one step -- neither on the command line nor via DHCP: Here''s the...
2002 Oct 29
1
the routing cache and route selection; is this correct?
Hello all, I do not read C very well (especially kernel C). Though I have tried to muddle my way through an understanding of what''s going on in fib_hash.c, fib_rules.c, and route.c, I have not succeeded to my satisfaction, hence my post. I''m trying to document the general process of route selection, and have come up with the following overview. Could somebody point out any flaws in my understanding of the use of the routing cache during route selection and the...
2007 Jan 10
2
dst cache overflow (bridged wan interfaces)
...nal (eth1 and eth3) interfaces with balanced links (as described in nato-howto) bridged as wan0 with static IPs assigned to wan0 and wan0:1 b) 2 internal ineterfaces (eth0 and eth2) in bridge zlan0 with STP enabled and configured. IPTABLES relevant configuration: # iptables -t nat -vn -L POSTROUTING Chain POSTROUTING (policy ACCEPT 185 packets, 16649 bytes) pkts bytes target prot opt in out source destination 26 1529 MASQUERADE 0 -- * wan0 10.1.1.0/27 0.0.0.0/0 0 0 MASQUERADE 0 -- * wan0:1 10.1.1.0/27 0.0.0.0/0...
2017 Apr 06
0
failure of make check-all
...ll > > make[1]: Entering directory '/usr/local/src/R-devel/tests' > make[2]: Entering directory '/usr/local/src/R-devel/tests' > make[3]: Entering directory '/usr/local/src/R-devel/tests/Examples' > Testing examples for package ?base? > comparing ?base-Ex.Rout? to ?base-Ex.Rout.prev? ... NOTE > 1573,1607c1573,1608 > < [35] "MANDATORY_PATH" "MFLAGS" > < [37] "PAGER" "PATH" > < [39] "PWD" "QT4_IM_MODULE" > < [41] "QT_ACCESSIBILITY" "QT_IM_MODULE&q...
2006 Jan 05
5
multiple links and nat
...4.2 (http://lartc.org/howto/lartc.rpdb.multiple-links.html) fairly clear and straightforward. I implemented those, and a couple of trivial iptables commands and tried it. Persistent masqueraded connections (like ssh) weren''t very happy. The frequently hung, and I saw the "MASQUERADE: Route sent us somewhere else." error. googling for that, I see lots of suggestions to use connmark, but no examples of how connmark and the multiple link stuff interact. Does anyone have a pointer? The rules I''m using are roughly: /sbin/ip route add P1_NET dev IF1 src IP1 table 201 /sbin...
2014 Feb 26
4
Static routing on CentOS
Hi All I have two hosts. Host A and Host B Host A routing table ------------------------ [root at localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 172.29.110.0 172.29.109.1 255.255.255.0 UG 0 0 0 eth0 172.29.109.0 0.0.0.0 255.255.255.0 U 0 0...
2011 Jan 06
3
linux ip command and routing
Hi, I have a routing problem. When i start tinc it creates the following route in the main routing table. 192.168.2.0/24 dev nb003004 proto kernel scope link src 192.168.2.8 The problem is that i want to use extra routing tables for each tinc vpn. When i set the netmask for the tinc device to 255.255.255.255....
2006 Aug 18
3
iproute2, alternative tables, no default route: routing trouble for localhost
Hi. The task: 1. There 3 servers and a router with 2 PPPoE connections (let call them: ppp0, ppp1). 2. There are several groups of Inet-clients to be served (Servers, Clients and Club). 3. The task is: - to route Club through the ppp1; - to Servers and Clients through ppp0; (Next is reproduced from memory and may be slightly incorrect...
2013 May 05
2
My new Polycom 450's can't xfer to 4-digit extension
...digitmap="" dialplan.3.digitmap.timeOut="" dialplan.4.digitmap="" dialplan.4.digitmap.timeOut="" dialplan.5.digitmap="" dialplan.5.digitmap.timeOut="" dialplan.6.digitmap="" dialplan.6.digitmap.timeOut=""/> <routing> <server dialplan.1.routing.server.1.address="" dialplan.1.routing.server.1.port="" dialplan.2.routing.server.1.address="" dialplan.2.routing.server.1.port="" dialplan.3.routing.server.1.address="" dialplan.3.routing.server.1.port=...