DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 13th February 2009
m4st3rcr4zy m4st3rcr4zy is offline
New User
 
Join Date: Feb 2009
Posts: 1
Red face how to configure ipfw with 4 modems???

hi guys sorry mi english is very bad, I have a problem with ipfw,the situation is.


I install freebsd 7.0 and I need connect 4 modems from the same isp, i need to balance the loads from the 4 modems.

I have this on rc.conf

firewall_logging="YES"
firewall_enable="YES" #habilitamos al cargar el sistema
firewall_type="simple" #tipo de proteccion
firewall_quiet="NO"

#configuracion de la red

gateway_enable="YES" #habilitar el gateway o sysctl net.inet.ip.forwarding=1
natd_enable="YES"
natd_interface="vr1" #interfaz q se conecta al modem
natd_flags="-u -m -dynamic"
network_interfaces="vr0 vr1 ed0 ed1 ed2 lo0"


and this on rc.firewall

ipfw -q add divert natd all from any to any via vr1

i need to balance the load from the 4 modems something like this

----------------|-----------------|--------- Router ADSL 1 (ed0)
(ed2)LAN -|---+ FreeBSD--|---------- Router ADSL 2 (ed1)
----------------|-----------------|--------- Router ADSL 3 (vr0)
----------------|-----------------|----------Router ADSL 4 (vr1)


my network has 98 computers and I need to balance the loads on 4 modems. the network is not segmented, it is one

but I can not find info. somebody helpme please.

freebsd is wonderful but sometimes difficult

forgiveness for my bad English
Reply With Quote
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firewall on (A)DSL modems JMJ_coder General software and network 10 30th January 2009 12:31 AM
looking for good ipfw resources dk_netsvil General software and network 0 15th August 2008 04:05 PM
ipfw rules not behaving Weaseal FreeBSD Security 5 13th August 2008 01:22 PM
ipfw question Johnny2Bad FreeBSD General 2 21st May 2008 12:16 AM
ipfw destination nat problem mitak FreeBSD General 2 15th May 2008 02:36 PM


All times are GMT. The time now is 08:03 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick