IPFW MPD pppoe client + ipfw kernel nat boot problem ?

How to make these to work at system boot ? Problem is that mpd starts after ipfw and for that reason nat is not working. To make this to work i have manualy to restart ipfw service.
 
It's been a while since I last used mpd but if memory serves me right there's an option to run a script when the connection comes up (or down). You can use that to automatically reload the rules.
 
It's been a while since I last used mpd but if memory serves me right there's an option to run a script when the connection comes up (or down). You can use that to automatically reload the rules.

mpd.conf
Code:
set iface up-script
set iface down-script

tnx SirDice :)
 
Back
Top