Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2001 00:44:39 -0600 (CST)
From:      Virtual Bob <hey9811@yahoo.com>
Cc:        <stable@freebsd.org>
Subject:   Re: those #!@% static routes
Message-ID:  <Pine.BSF.4.32.0102100040180.324-100000@kristen.shadowdale.net>
In-Reply-To: <20010209220027.A43208@core.atomicbluebear.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> > ...
> > ifconfig_ed0="inet 192.168.1.2 netmask 255.255.255.0"
> > ...
> > static_routes="route_01 route_02"
> > route_01="-net 192.168.2.0 192.168.1.1"
> > route_02="-net 192.168.3.0 192.168.1.1"
> > ...

> Close...
>
> Try this:
>
> static_routes="net01 net02"
> route_net01="-net 192.168.2.0 192.168.1.1"
> route_net02="-net 192.168.3.0 192.168.1.1"
>
> - Mike
>

Thanks! I was trying to figure that one out. I had rc.network patched so I
can see what exactly it was doing. So I had "echo" lines in to spit
out what it's passing to command line. Guess what? Nothing! Sure puzzled
the heck out of me as I couldn't quite figure what's going on.

------------- clip here with virtual scissors --------------
************************************************************
Keyboard stuck error. Press F1 to continue.
Any unsolicited e-mails will be charged US$500 per e-mail,
  plus court cost.
Your contribution to Bill Gates' personal wealth: US$359.17
************************************************************



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0102100040180.324-100000>