Displaying 20 results from an estimated 1000 matches similar to: "problem with iproute and TEQL over predefinited tables"
2004 Jul 12
0
Multipath load balance issues
Hi All,
I''ve configured a mutlipath as detailed in the HOWTO.
For the most part it''s great, but when the cheap DSL line drops it''s
connection, as it regularly does, the outbound routing doesn''t
automatically use the remaining path for internal outbound traffic.
Ip route show lists no default route once the default path dies, and if
the ppp connection is
2015 May 18
2
tinc stopped working after restart
Hi.
I'm in desperate need of some good advice.
I have a tinc network with 16 nodes. It's a star topology where all nodes
are connecting to the one node (Node1) that have a static IP.
Node 1 accepts incomming connections
Node 2 through 16 connects to Node1
One of the nodes (Node5) stopped working a while ago (2 - 3 weeks or so),
other than that everything was working fine. Today I
2005 Oct 18
0
Two differente networks at the same ethernet pci adapter
Hello all,
I need to put an IP alias to the same ethernet card, like this:
eth0 - IP1/MASK1/BROADCAST1
eth0:1 - IP2/MASK2/BROADCAST2
In this box I will have another card that conects to a LAN netowork. I
need this two alias in eth0 becouse I have two routes do take, but it seens
to do not work. This is the script I am using (this scripts works fine when
I have two ethernet cards
2005 May 29
1
Routing for multiple uplinks and SNAT to 2 source IPs
Hi,
I configured a router box to use 2 providers, as described
in the HOWTO. (Apendix 1)
I want to use both links to reach a single smtp server. As I read
in the kptd and in some old messages of this list, doing a SNAT
in the postrouting chain comes _after_ the routing desision.
So I guess the following lines I''m trying to use are wrong.
(See Apendix 1)
What can I do to have multiple
2005 Nov 24
0
Load Balancing/NAT
Hey, I''m trying to set up a Gentoo box to replace an aging BSD box here.
The BSD box is running packet filter and I have it set up to take all
data and route it to one of six sattelites. I have come up with the
following config, but unfortunately I have no real way to test it short
of switching the satellites over to the new system and prayer.
The setup is:
192.168.252/22 - The LAN
2004 Aug 12
0
Advanced Routing and FreeSwan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I''m trying to setup a central IPSEC-Gateway with several ipsec tunnels.
Some are to be routed over one leased line, some over the other leased
line. Both leased lines have their own public ip adress.
The setup looks kinda like this:
eth1(ipsec0)--ISP0--Internet--eth1-Linux1-eth0--Subnet1
/
2006 Mar 28
1
IP route balance problem
Hello
Im having a problem similar to sawar
Here is my configuration
--------------eth1---192.168.1.128---------- -------------192.168.1.1 ISP router 1
| my |
---Eth0---192.168.10.157----| |
| linux |
2005 Jun 11
1
problem with ip route and multiple lans
Hi, I have a little problem to setup iproute in my network
It looks like this:
---- ----- ------
R1 R2 R3
---- ----- ------
| | |
| | |
-------------------------------
ETH1 ETH2 ETH3
ETH0 ETH4 -------------> DMZ
------------------------------
|
|
2007 Feb 15
0
Brige + Firewall + Squid problem
Hi, guys
I am new to linux and iptables/ebtables
===========================
My network is as follows
LAN
IP1 : 10.10.3.25 Web Server
BRIDGE : Bridge + Squid + Firewall Which is between IP1 and IP2 which is
given IP and Defuault Gateways for this
is 192.168.1.1
IP2 : 10.10.3.61 Normal Machine Acting as Clinet
If I enable Squid, I am unable to acces web on IP1.
===========================
How
2007 Jan 19
2
2.6.17 kernels and equalize patch
Hi
Everybody in the list
I have a situation like this
------ (IP1)
linux |----eth0.40------ |
router | | |
box | (IP2) |------|Client Router ( Destiantion Net DNET)
|----eth0.41------ | | /27 subnet
------
I just want to balance the load of bandwidth per packet based between the
two vlan interfaces to Client Destination network
2006 Dec 24
1
Question regarding Split Access description
Hi All,
I''m a big user of the LARTC document but am currently stuck with a question
around section 4.2 (http://lartc.org/howto/lartc.rpdb.multiple-links.html)
in relation to "Routing for multiple uplinks/providers".
I''m wanting to do a similar setup to the diagram where I have - lets just
say for the moment - two uplink providers where I want to route over two
2004 Sep 23
0
two internet connections don''t appear to be masqing
I have a script for dual internet connections that does this:
-------------------------
#!/bin/bash
IF1=eth1
IP1=203.219.190.106
P1=203.219.190.105
P1_NET=203.219.190.104
IF2=eth2
IP2=220.245.224.46
P2=220.245.224.45
P2_NET=220.245.224.44
IF0=eth0
P0_net=192.168.0.0
TABLE1=inet1
TABLE2=inet2
ip route add $P1_NET dev $IF1 src $IP1 table $TABLE1
ip route add default via $P1 table $TABLE1
ip
2024 Jul 29
1
[SPAM] Re: share enumeration, samba-dcerpcd, variable %i
from ip1=192.168.222.96 and ip2=192.168.22.96 user zvn2 receive test in
list, hosts allow = 192.168.222.96 in config for share test and global
access based share enum = Yes, but I need share test in list only from
ip1=192.168.222.96
when ip1=192.168.222.96
$ smbclient -L 192.168.22.135 --use-kerberos=off -U zvn2%pppppppp -W .
?? ?Sharename?????? Type????? Comment
?? ?---------??????
2002 Jun 15
1
RES: ADVANCED ROUTING USING IPROUTE2 -> Multiple Firewalls
Hi William. Thanks a lot for your help.
Im having some trouble recompiling my kernel after a installed the
patch.
Im running RH 7.3 with kernel 2.4.18-3.
The patch I installed is routes-2.4.16-6.diff. I got no errors
installing it.
I added the multipath support, and recompiled it.
The make dep and the make bzImage went fine.
I got error during the make modules.
These are the errors:
2020 Jul 23
0
Off Topic bash question
On 23/07/2020 15:46, Jerry Geis wrote:
Hi Jerry,
See below, inline, for some comments.
> I have a simple script:
> #!/bin/bash
> #
> index=0
> total=0
> names=()
> ip=()
> while read -r LINE
> do
> NODENAME=` echo $LINE | cut -f 1 -d ','`
NODENAME=$(cut -d, -f1 <<< $LINE)
Notes: use $( instead of backticks. There's no need to quote the
2012 Apr 16
1
bridge connection and two linux servers
I need to set up following network architecture :
Internet
^
+-----------------+ | +------------------+
| Centos6-1 | | | Centos6-2 |
| +---- eth0 + ----+ | |
| (br0)| | | |
| +---- eth1 +----------------+
2006 Mar 26
1
vpn multihoming
Hello all,
I have a linux router with 2 interfaces(eth0 - ISP and
eth1 - LAN). I''ve established a VPN
connection(openvpn) over eth0 with a friend of mine =>
tun0 interface.
I want half of my LAN to have Internet access through
the eth0 interface and the other half through the tun0
interface.
I''ve set up a script like the "load balancing split
access" instructions
2005 Jul 06
0
can''t figure out nat''ing by port
Hello folks: This may have been discussed many times before but I
have not been able to find it. I have also not been able to resolve
it myself so I am asking here with hope that someone can straighten me
out.
I am using ip to do multisource policy routing or two connections to
the internet. I have a linksys wrt54gs route which connects two
machines by wire through the switch and three
2020 Jul 23
5
Off Topic bash question
I have a simple script:
#!/bin/bash
#
index=0
total=0
names=()
ip=()
while read -r LINE
do
NODENAME=` echo $LINE | cut -f 1 -d ','`
IP=` echo $LINE | cut -f 2 -d ','`
names[index]="$NODENAME"
ip[index]="$IP"
index=`expr index+1`
total=`expr total+1`
done <<< $(cat list.txt)
simple file:
more list.txt
name1,ip1
name2,ip2
name3,ip3
output when
2005 Oct 19
2
Load balance (two links in one server): why is this not working?
Hello,
I am trying to make a load balance at my box using two conections. I have compile my kernel with this patch routes-2.6.13-12.diff (tha I get from this website: http://www.linuxvirtualserver.org/~julian/#routes).
The problem is that when I try to balance using weight sintaxe (i will put the script bellow) some conectios just drop. So I can enter some pages but other I could not...