On Tue, Nov 04, 2003 at 12:12:44PM +0200, [EMAIL PROTECTED] wrote:
> 
> -----------------
> lan 192.168.1.0/24
> -----------------
> LAN      |
>          |
>          |
> ------------------
> rl0 192.168.1.1
> 
> ROUTER
> 
> fxp0 193.108.24.75
> --------------------
> LAN      |
>          |
>          |
> -------------------
> ISP 193.108.24.145
> --------------------
> 
Basicaly you have a router with TWO nics. One is rl0 and the other is
fxp0.

You need to place this in you /etc/rc.conf
defaultrouter="193.108.24.145"
ifconfig_rl0="inet 192.168.1.1  netmask 255.255.255.0"
ifconfig_fxp0="inet 193.108.24.145  netmask 255.255.255.255"

You can try this by running /etc/netstart

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to