| OpenBSD, PF and Chillispot Hi,
I've got a bit of a problem. I'm trying to get Chillispot working on an OpenBSD. I got Chillispot compailed and if I starte it it starts with no problems. My problem is with PF.
In the machine that I'm working with I've got 4 network cards at my desposal(sis0, sis1, sis2, sis3).
The problem is when I try to setup PF I keep getting syntax errors.
Now here's what I'm trying to do. I've got apache configured for 5 sites(3 http, 2 https). One site is running on port 81 and I would like to route it to port 80 on sis0, the one on port 82 to 80 on sis1, the one on 83 to port 443 on sis1 and 84 and 85 to 80 and 443 on sis2.
If I run pfctl -f /etc/pf.conf I get some errors like this:
# pfctl -f /etc/pf.conf
no IP address found for tun0:192.168.182.0/24
/etc/pf.conf:35: could not parse host specification
no IP address found for tun0:192.168.182.0/24
/etc/pf.conf:75: could not parse host specification
no IP address found for tun0:192.168.182.0/24
/etc/pf.conf:76: could not parse host specification
pfctl: Syntax error in config file: pf rules not loaded
#
Anyone have any clue what I'm doing wrong?
And even if PF is not running I still can't get any website to show up on sis1(clinet side of chillispot) network. But the dhcp server is working since I get an IP address in the range of 192.168.182.0/24.
Thank you for the any help.
Best reguards |