Size: 772
Comment:
|
Size: 1420
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
1. Q: What is NoCatAuth? [[BR]] | * What is NoCatAuth? |
Line 5: | Line 5: |
A: NoCatAuth is a CaptivePortal solution for securing your home network. | * NoCatAuth is a CaptivePortal solution for restricting access to networks. |
Line 7: | Line 7: |
* Q: Where can I download it from? [[BR]] A: Look at http://nocat.net ;-) |
* Where can I download it from? |
Line 10: | Line 9: |
* Take a look at http://nocat.net | |
Line 11: | Line 11: |
* Q: How do I connect to it? [[BR]] | * How do I connect to it? |
Line 13: | Line 13: |
A: | * As a user on a network protected by NoCatAuth, simply try to browse the web as usual, and you will be redirected to a special web page with instructions. -- KeeganQuinn |
Line 15: | Line 15: |
* Q: Using Windows with NoCat I found that clicking on a URL in Outlook loaded that URL in the most recently opened browser window. That killed the renew agent. [[BR]] | * Does PTP use a central NoCatAuth server and one user database or does each node have its auth server and user database? |
Line 17: | Line 17: |
* Currently, Personal Telco nodes generally use NoCatAuth's "Open" mode, which means there is no authentication server or user database. Users simply click "Agree" after viewing the NodeSplashPages. -- KeeganQuinn | |
Line 18: | Line 19: |
A: Go to (Internet Explorer/Tools) or (control Panel)/Internet Options/Advanced/Browsing and uncheck "Reuse windows for launching shortcuts". | * How do I give access to a particular client that will survive NoCat restarts |
Line 20: | Line 21: |
* Q: Does PTP use a central NoCatAuth server and one user database or does each node have its auth server and user database? |
*Add a variation of this to the end of initilize.fw iptables -t mangle -I FORWARD -j MARK --set-mark 2 -s 10.11.25.9 [BR] iptables -t nat -I PREROUTING -j ACCEPT -s 10.11.25.9 --match mac --mac-source 00:0B:82:00:62:DD [BR] iptables -t filter -I FORWARD -j ACCEPT -d 10.11.25.9 OR grep access.fw /usr/share/nocatauth/gateway/bin/initialize.fw /usr/share/nocatauth/gateway/bin/access.fw permit 00:0D:56:69:25:9B 10.11.23.131 Member |
Some FrequentlyAskedQuestions about NoCatAuth:
What is NoCatAuth?
NoCatAuth is a CaptivePortal solution for restricting access to networks.
- Where can I download it from?
Take a look at http://nocat.net
- How do I connect to it?
As a user on a network protected by NoCatAuth, simply try to browse the web as usual, and you will be redirected to a special web page with instructions. -- KeeganQuinn
Does PTP use a central NoCatAuth server and one user database or does each node have its auth server and user database?
Currently, Personal Telco nodes generally use NoCatAuth's "Open" mode, which means there is no authentication server or user database. Users simply click "Agree" after viewing the NodeSplashPages. -- KeeganQuinn
How do I give access to a particular client that will survive NoCat restarts
- Add a variation of this to the end of initilize.fw
- iptables -t mangle -I FORWARD -j MARK --set-mark 2 -s 10.11.25.9 [BR] iptables -t nat -I PREROUTING -j ACCEPT -s 10.11.25.9 --match mac --mac-source 00:0B:82:00:62:DD [BR] iptables -t filter -I FORWARD -j ACCEPT -d 10.11.25.9 OR grep access.fw /usr/share/nocatauth/gateway/bin/initialize.fw /usr/share/nocatauth/gateway/bin/access.fw permit
- 00:0D:56:69:25:9B 10.11.23.131 Member
- iptables -t mangle -I FORWARD -j MARK --set-mark 2 -s 10.11.25.9 [BR] iptables -t nat -I PREROUTING -j ACCEPT -s 10.11.25.9 --match mac --mac-source 00:0B:82:00:62:DD [BR] iptables -t filter -I FORWARD -j ACCEPT -d 10.11.25.9 OR grep access.fw /usr/share/nocatauth/gateway/bin/initialize.fw /usr/share/nocatauth/gateway/bin/access.fw permit
- Add a variation of this to the end of initilize.fw