Displaying 20 results from an estimated 3000 matches similar to: "nexthop match"
2006 Dec 08
0
May problem with iproute2 nexthop?
Hi, I am new in LARTC list. I had intermediate skills in networking.
What I tried to do: Use 2 links with loadsharing + falt toletant (to add
bandwitdh)
ok ! I am use Debian Etch in router/fw With kernel debian default +
routes-2.6.17-12.diff patch
The Problem:
The iproute2 just route thought the last gateway of nexthop rule.
I was running tcpdump in 2 terminals,
tcpdump -nni eth0 ...
2009 Oct 16
0
routing using iproute2 nexthop
Hello Everyone,
I configured a server for a friend's Internet cafe. He has 2 ISPs.
Here is what I did:
## NAT
-A POSTROUTING -s 10.0.0.0/255.255.255.128 -o eth2 -j SNAT --to-source
82.77.148.83
-A POSTROUTING -s 10.0.0.0/255.255.255.128 -o eth0 -j SNAT --to-source
83.103.190.175
## Removing default routing
/sbin/ip rule add prio 50 table main
/sbin/ip route del default table main
##
2001 Dec 05
0
Problem setting up nexthop
Dear Alexey,
Sorry to bother you with this small question about nexthop syntax failing,
but I haven''t found anyone else who can answer it - including Matthew Marsh
or those on the lartc mailing list. The problem, with 2.2.19 and 2.2.20
kernels and versions of iproute2 up to iproute2-2.2.4-now-ss001007 (the most
recent that compiles for me), is that this command does not work:
# ip ro
2002 Aug 30
1
Problem with nexthop and gets dead
Hello,
We have debian with 2.4.19-pre8 kernel
We active the load balancing with two ethernets to internet, wih the
command:
ip rule add from 128.1.3.1/32 lookup host_proxy preference 2060
ip route add default table host_proxy proto static nexthop via
80.25.175.1 dev eth0 \
nexthop via
212.170.14.1 dev eth1
when see the route
2004 Aug 20
1
trouble with nexthop when I try to load balance
I have two internet lines and I want to do equal cost loadbalancing on the two
uplinks to the internet. This is what I do:
ip route add 200.200.200.0/24 dev eth2 table 200
ip route add default via 200.200.200.254 dev eth2 table 200
ip route add 100.100.100.0/24 dev eth1 table 100
ip route add default via 100.100.100.254 dev eth1 table 100
ip route add 200.200.200.0/24 src 200.200.200.1 dev eth2
2012 Feb 01
2
ip route and nexthop: the "CentOS" way
Hi,
I'm wanting to configure a CentOS 6 server to have a fall-back default route via
a second network interface.
Given:
- eth0 with 192.168.0.10 on subnet 192.168.0.0/24 gateway 192.168.0.1
- eth1 with 192.168.1.10 on subnet 192.168.1.0/24 gateway 192.168.1.1
Where eth0's network is a "back door" to the internet, and eth1's is the "front
door", I believe I can
2003 Dec 14
0
nexthop: free service to pstn via fwd/iaxtel
(found on dslr voip forum)
http://www.freephoneproject.com/nexthop/
I think this is pretty cool. not too sure how stable/durable though, at
least not until there are a lot more nodes providing service. also
unsure of the legality vs. your average telco's consumer tos, but it's
definitely not reselling.
jeff pulver (crom bless him) seemed to be fairly amused, stuff like this
fits
2006 Jan 16
10
Multi-path routing only using last nexthop in default route.
I''ve applied julian''s paches to a 2.6.14 gentoo kernel with the appropiate
options enabled, and i''m using a modified version of the mpath2.sh script
also available on julian''s site http://www.ssi.bg/~ja/
Overall everything works nearly perfectly. Incomming connections to either
the fios (PPPoE) connection, or cable modem get routed back out correctly.
The
2001 Apr 06
0
Subscript out of bounds- (my) problem with expansion of expression?
Hi,
I have this problem (R 1.2.2 on Pentium, OS WinNT4 SP6) :
mytable
is a 3D (n*p*2) table of non-negative "integers".
There is a need to do n times
chisq.test (rbind(mytable[i,,1], mytable[i,,2])) #on p*2 tables
Columns with zero value in the first row should be omitted, for example
chisq.test (rbind(mytable[i,-c(3,4,6),1], mytable[i,-c(3,4,6),2])) #for
i-th table with zero
2010 Dec 02
0
default route with two nexthops and MASQUERADE problem
Dear all,
I''ve the following problem with routing + NAT:
If I''ve two ISP and I''m using two nexthop in default route with MASQUERADE on both ISP links, I see routing cache regenerated, but sometimes packets sent to a new link (after cache regeneration) uses wrong source address for masquerading.
Here is the config.
I''ve two links to outside via two
2006 Feb 08
1
Sort of solution to traffic only going to last nexthop
Just wanted to let the people who have trouble with this know that I got
it to work.
I ditched my Gentoo install and fired up Fedora Core 4. But it was not
working out of the box.
When I updated to the latest kernel rpm 2.6.15 it worked like a charm :D
So.. Fedora Core 4 with the latest 2.6 kernel ought to get you up and
running.
Hope this helps someone. My three weeks of anguish are
2006 Sep 02
3
Traffic shaper based on UIDs
Hello!
I need assistance to solve my problem related to traffic shaping based on
the user ids.
The problem: each unix user (of the linux host) has to be limited with
incoming channel (internet) bandwidth. I need this to implement
internet access solution based on ltsp (http://www.ltsp.org).
As far as I know the best way to shape traffic in linux is CBQ.
But there is no filter based on unix
2005 Jul 14
2
Coxph with factors
Hello,
I am fitting a coxph model with factors. I am running into problems when
using 'survfit'. I am unsure how R is treating the factors when I fit, say:
> DATA<-data.frame(time.sec,done,f.pom=factor(f.pom),po,vo)
> final<-coxph(Surv(time.sec,done)~f.pom*vo+po,data=DATA)
> final.surv<-survfit((final), individual=T,conf.type="log-log")
2013 Oct 10
0
Re: pom for 0.5.1
On Thu, Oct 10, 2013 at 9:10 AM, Daan Hoogland
<DHoogland@schubergphilis.com> wrote:
> H,
>
>
>
> I am using libvirt from maven using a nexus proxy pointing to
> http://www.libvirt.org/maven2/
>
> It downloads the jar fine but is expecting libvirt-0.5.1.pom (and …sha1). In
> the proxy only the jar appears. When I download and rename the pom to my
> local .m2
2012 May 18
1
[Bug 788] New: Allow saving to/restoring from a file without shell redirection
http://bugzilla.netfilter.org/show_bug.cgi?id=788
Summary: Allow saving to/restoring from a file without shell
redirection
Product: ipset
Version: unspecified
Platform: x86_64
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: default
AssignedTo:
2017 Feb 08
3
[Bug 1119] New: Hash code evicting other entries upon entry deletion (v6.25.1-v6.30)
https://bugzilla.netfilter.org/show_bug.cgi?id=1119
Bug ID: 1119
Summary: Hash code evicting other entries upon entry deletion
(v6.25.1-v6.30)
Product: ipset
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: default
2016 Sep 21
1
ipset and blacklisting
-------- Original Message --------
Subject: Re: [CentOS] ipset and blacklisting
From: "Albert McCann" <mac358 at newsguy.com>
Date: Wed, September 21, 2016 5:34 am
To: "'CentOS mailing list'" <centos at centos.org>
How are you saving and reloading the ipsets over a reboot?
> -----Original Message-----
> From: centos-bounces at centos.org
2016 Jul 29
2
[Bug 1081] New: /tmp/ccKT2Q7s.o: In function `help': ipset.c:(.text+0x27c): undefined reference to `ipset_envopts'
https://bugzilla.netfilter.org/show_bug.cgi?id=1081
Bug ID: 1081
Summary: /tmp/ccKT2Q7s.o: In function `help':
ipset.c:(.text+0x27c): undefined reference to
`ipset_envopts'
Product: ipset
Version: unspecified
Hardware: i386
OS: Ubuntu
Status: NEW
Severity:
2024 Apr 20
3
[Bug 1750] New: 'ipset save' does not save in format loadable by systemd (it saves in 'ipset list' format)
https://bugzilla.netfilter.org/show_bug.cgi?id=1750
Bug ID: 1750
Summary: 'ipset save' does not save in format loadable by
systemd (it saves in 'ipset list' format)
Product: ipset
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
2012 Apr 26
2
[Bug 783] New: ipset fails to parse port names with hyphen for bitmap:port type
http://bugzilla.netfilter.org/show_bug.cgi?id=783
Summary: ipset fails to parse port names with hyphen for
bitmap:port type
Product: ipset
Version: unspecified
Platform: All
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: default
AssignedTo: