Displaying 2 results from an estimated 2 matches for "fonrout".
Did you mean:
fonroute
2006 May 10
0
Problem with routing 2 isps with 2.6.15 kernel
....org/howto/lartc.rpdb.multiple-links.html
Have done it for over a year.
Tried a new 2.6.15 kernel.
Firewall is based on debian sarge.
Most things work ok dnat snat etc.
Can simultaneous ssh in to an internal host via both isps with no problems.
At the moment the default route is via eth2.
root@fonroute:~# ip rule
0: from all lookup local
200: from all lookup 200
201: from 216.170.136.0/24 lookup isp1
201: from 24.196.120.28/30 lookup isp2
222: from all lookup multi
32766: from all lookup main
32767: from all lookup default
root@fonroute:~# ip route list table 200
192.168.0.0/1...
2005 Jul 28
3
Routing for multiple uplinks/providers problem.
...from all lookup multi
222: from all lookup multi
32766: from all lookup main
32767: from all lookup default
cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
1 inr.ruhep
201 isp1
202 isp2
222 multi
root@fonroute:~# ip route list table 200
192.168.0.0/16 via 192.168.2.254 dev eth0
root@fonroute:~# ip route list table 201
default via 216.170.136.1 dev eth1 proto static src 216.170.136.82
prohibit default proto static metric 1
root@fonroute:~# ip route list table 202
default via 24.196.120.29 dev eth2 p...