All of lore.kernel.org
 help / color / mirror / Atom feed
From: brian@fcu.com (Brian Weaver)
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Changing default route for an entire subnet/NIC
Date: Thu, 18 Dec 2003 07:03:37 +0000	[thread overview]
Message-ID: <marc-lartc-107173109503096@msgid-missing> (raw)
In-Reply-To: <marc-lartc-107172912901834@msgid-missing>

Oops, made a mistake in my example,
I actually enter
ip rule add from 192.168.0.0/24 table John

As soon as I do this, that subnet loses all contact with my firewall, so it can't DHCP an address,
do DNS servers, ping, anything.. 

Any clues?


brian@fcu.com <brian@fcu.com> [2003-12-17 22:34:14 -0700]:
> 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/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  reply	other threads:[~2003-12-18  7:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-18  5:34 [LARTC] Changing default route for an entire subnet/NIC brian
2003-12-18  7:03 ` Brian Weaver [this message]
2003-12-18 22:54 ` Martin A. Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-107173109503096@msgid-missing \
    --to=brian@fcu.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.