pf error in OpenBSD help!

2004-09-25 Thread Siju George
Hi all, When my OpenBSD 3.5 System tries to load the PF ruleset it shows the following error. /etc/pf.conf:22: could not parse host specification no IP address found for dc0:172.16.0.0/12 the 22nd line of my pf.conf is this. nat on $ext_if from $int_if:172.16.0.0/12 to any - $ext_if this is

Re: pf error in OpenBSD help!

2004-09-25 Thread Cedric Berger
Siju George wrote: Hi all, When my OpenBSD 3.5 System tries to load the PF ruleset it shows the following error. /etc/pf.conf:22: could not parse host specification no IP address found for dc0:172.16.0.0/12 the 22nd line of my pf.conf is this. nat on $ext_if from $int_if:172.16.0.0/12 to any -

Re: pf error in OpenBSD help!

2004-09-25 Thread Siju George
Thankyou somuch Cedric, Its working now! I greatly appreciate your help! God bless you siju

Re: pf error in OpenBSD help!

2004-09-25 Thread Clinton Sigmon
adding on to cedric's answer you may also want to add ( ) around interface if this outside interface gets address via DHCP nat on $ext_if from $int_if:network to any - ($ext_if) -- clint Cryptek, Inc. Cedric Berger wrote: Siju George wrote: Hi all, When my OpenBSD 3.5 System tries to load