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 the result of my ifconfig -a (the internet IP is substituted with aaa.aaa.aaa.aaa for the sake of safety, It is a static IP assigned to the NIC) lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33224 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 address: 00:08:a1:74:8c:4d media: Ethernet autoselect (100baseTX full-duplex) status: active inet aaa.aaa.aaa.aaa netmask aaaaaaaaaa broadcast aaa.aaa.aaa.aaa inet6 fe80::208:a1ff:fe74:8c4d%rl0 prefixlen 64 scopeid 0x1 dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 address: 00:80:ad:7c:b1:33 media: Ethernet autoselect (100baseTX full-duplex) status: active inet 172.16.1.1 netmask 0xfff00000 broadcast 172.31.255.255 inet6 fe80::280:adff:fe7c:b133%dc0 prefixlen 64 scopeid 0x2 pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33224 pfsync0: flags=0<> mtu 2020 enc0: flags=0<> mtu 1536 Hope to get some input from some one, Thankyou somuch Siju