View Single Post
Old 16th July 2014
EverydayDiesel EverydayDiesel is offline
Shell Scout
 
Join Date: Jan 2009
Posts: 124
Default

wow thanks alot for the explanation

i am now trying to foward non pfauth authenticated users to port 80 running on the local host.

I have these in my pf.conf but still it does not work. (httpd is working verified with lynx localhost) To verify this i had to open the pf completely up.


in my pf.conf I have
Code:
match in log on $WRLS_IF proto tcp from ! <authpf_users> port 80 rdr-to 127.0.0.1

pass in log proto tcp from 10.2.0.0/24 to 10.2.0.5 port 80
If i connect to wireless but no ssh it times out.
If i type 10.2.0.5 it comes up with a generic openbsd "it worked" page
Reply With Quote