|
General software and network General OS-independent software and network questions, X11, MTA, routing, etc. |
|
Thread Tools | Display Modes |
|
|||
First time page / Start page
Hi,
How to provide such a solution for LAN users: for example first time user tries to browse any webpage, he needs to be redirected to my page which provides him information and browsing rules, or maybe asks to login before he can browse web. What software can be used for this? Thanks in advance. |
|
||||
By coincidence I was reading about squidguard this morning. You might check into this as well to see if it meets your requirements.
http://www.squidguard.org/about.html Quote:
__________________
Kill your t.v. |
|
|||
This might be of use:
http://nocat.net Yet another website that I remember reading but forget to bookmark it. Then later when I need to revisit it, I cannot find it because I am not using the right search keywords. ack! Memo to myself: bookmark more often. |
|
||||
Quote:
So how is authentication done? Are you using PF for your firewall? The web server would need to store the authenticated IP address(?) somewhere, and the firewall would need to know where that is stored and check against it, right?
__________________
She sells C shells by the seashore. |
|
||||
I'm using Apache (https, in this case, to prevent password sniffing) and PF, yes. The authenticated IP address gets harvested from a continuous tail -f on the https logfile (grepping/awking lines with a 200 OK status, which means someone must have authenticated themselves), and put in a firewall table using the usual pfctl -t some_table -T add $ip routine. It's a terrible hack, but it works
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
4.5_packages web page - not working? | jsmith6134 | OpenBSD Packages and Ports | 2 | 6th May 2009 02:37 PM |
page fault error 12 | Mr-Biscuit | FreeBSD General | 2 | 23rd December 2008 11:58 AM |
firefox/thunderbird take very long time (~45s) to start | caesius | FreeBSD Ports and Packages | 4 | 28th November 2008 12:04 AM |
Fatal trap 12: page fault while in kernel mode | sixshot | FreeBSD General | 11 | 18th July 2008 12:53 AM |
Man Page Numbers | JMJ_coder | Off-Topic | 5 | 22nd May 2008 04:51 AM |