View Single Post
Old 17th December 2009
EverydayDiesel EverydayDiesel is offline
Shell Scout
 
Join Date: Jan 2009
Posts: 124
Default

I will just move from 10.0.0.X to 192.168.0.XXX to make things simpler for now.

I will keep the dlink doing pppoe and use re0 to interface with the router via dhcp like you suggested.
Then I will use these rules (for now)
Code:
ext_if="re0"
int_if="re1"

set block-policy drop

match in all scrub (no-df)

nat on $ext_if from !($ext_if) -> ($ext_if:0)

block in
block out

pass out keep state

antispoof quick for { lo $int_if }

pass out quick on $int_if from any to any
pass in quick on $int_if from any to any
pass out quick on $ext_if from any to any

If increasing the receive space doesnt affect the router then what can I do to increase the throughput? I know its the box itself that is the bottle neck so there has to be something that can be done to make this thing route fast?

Thanks again for answering all my noob questions.
Reply With Quote