All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Changing default route for an entire subnet/NIC
@ 2003-12-18  5:34 brian
  2003-12-18  7:03 ` Brian Weaver
  2003-12-18 22:54 ` Martin A. Brown
  0 siblings, 2 replies; 3+ messages in thread
From: brian @ 2003-12-18  5:34 UTC (permalink / raw)
  To: lartc

Greetings,

If you look at Section 4.1 of the howto, they give  asimple example of changing the default
route for a single IP address by doing the following

# echo 200 John >> /etc/iproute2/rt_tables
# ip rule add from 10.0.0.10 table John
# ip route add default via 195.96.98.253 dev ppp2 table John
# ip route flush cache

I'm trying to do something very similar, except that I want to route an entire class C subnet
out a different NIC card in my firewall..

I did the exact same thing as above except used the line

ip rule add from 192.168.0.1/24 table John
ip route add default via 192.168.1.1 dev eth4 table John

This doesn't work, what happens is that the entire subnet loses conect with the firewall, so DNS
lookups fail and I basically can't go anywhere. Using just one IP like the example above seems
to work fine..

Any ideas?

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-12-18 22:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-18  5:34 [LARTC] Changing default route for an entire subnet/NIC brian
2003-12-18  7:03 ` Brian Weaver
2003-12-18 22:54 ` Martin A. Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.