Displaying 20 results from an estimated 15869 matches for "route".
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 ol...
2007 Mar 05
4
Polycom Questions
Any Polycom gurus out there? If so, I have a few config file questions.
First off, does anyone have the daylight savings time rules written for
this Sunday's big change?
Secondly, if there any way in the config file to tell the phone not to
display the number of missed calls? I don't mind it keeping the missed
calls list, I just don't want that running count.
Lastly, I am trying
2005 Sep 26
1
Make check fails on d-p-q-r-tests.R...
Hi,
R-2.1.1
OS: OpenBSD-current (3.8) on i386
Compiler:gcc version 3.3.5 (propolice)
Thread model: single
configure \
--with-readline \
--with-tcltk \
--with-tcl-config=/usr/local/lib/tcl8.4/tclConfig.sh \
--with-tk-config=/usr/local/lib/tk8.4/tkConfig.sh \
--with-libpng \
--with-jpeglib \
--with-zlib \
--with-bzlib \
--with-pcre \
--with-libiconv-prefix=/usr/local/
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
table...
2017 Apr 06
3
failure of make check-all
This run was done this AM on my linux box, and older 32 bit Dell optiplex (core 2 duo).
The failure message is at the very end. (It's due to be replaced in a couple of weeks.)
The sequence of steps was
svn up
tools/rsync-recommended
./configure
make
make check-all |& tee zzz
Terry T.
Result of ./config
R is now configured for i686-pc-linux-gnu
Source directory: .
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 eth1 table isp1
ip route flush cache
Its work fine when request...
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 dev...
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 sometimes source routing, with no problems;
- We got our own ASN with a IP range assigned: 101.30.0.0/20;
- We ha...
2005 Apr 29
1
problem with nth patch, counter parameter...I think
...ver 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 tunnels to Tunnel Client B (works fine)
Tunnel Server 2 (kernel 2.6.11, iptables 1.3.1 with nth and route)
Network C is delivered over two tunnels to Tunnel Client C (works fine)
Network D...
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/2...
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@ma...
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 interface, set up with a netmask of /32:
# ip addr
...
2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:08:74:48:1f:...
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)
...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
ROUTES CONFIGURATION:
# service rt status
=== REGLAS DE ENRUTAMIENTO ===
0: from all lookup local
50: from all lookup main
151: from NET_PUB1 lookup 151
152: from NET_PUB2 lookup 152
220: from all lookup 220
32766: from all lookup main
32767: from all lookup default
=== TABLAS DE RUTA...
2017 Apr 06
0
failure of make check-all
You may want to retry that after a make distclean, in case anything changed in the toolchain.
-pd
> On 6 Apr 2017, at 14:43 , Therneau, Terry M., Ph.D. <therneau at mayo.edu> wrote:
>
> This run was done this AM on my linux box, and older 32 bit Dell optiplex (core 2 duo). The failure message is at the very end. (It's due to be replaced in a couple of weeks.) The sequence
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 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U...
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.
The route is not created, how can i add it to a another rout...
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
Hi all.
I just installed bunch of IP450's and everything went well and my
customer is happy.... except that they are unable to transfer calls to
other extenstions.
They can dial them directly just fine.
However, when the user is in a call and presses the transfer soft key,
they get dial tone, and start typing the extension, say 1008. But by
the time they get 100 typed in, the phone tries