RedHat 7.2 -> Freebsd - BIG PROBLEN
    Alex de Kruijff 
    freebsd at akruijff.dds.nl
       
    Tue Nov  4 17:50:58 PST 2003
    
    
  
On Tue, Nov 04, 2003 at 12:12:44PM +0200, bivol at vip.bg 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/
    
    
More information about the freebsd-questions
mailing list