This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:router:ipcop [2012/09/07 11:55] jcooper created |
networking:router:ipcop [2012/09/07 12:57] (current) jcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
====Set Blue Interface==== | ====Set Blue Interface==== | ||
+ | |||
+ | The Blue interface is used for Guest access to the Internet typically through a wireless access point. | ||
+ | |||
+ | You must have three working NICs installed in your IPCop box. | ||
+ | |||
+ | Documentation here: | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | ===Assign Blue interface to a NIC=== | ||
Login to IPCop SSH as root. | Login to IPCop SSH as root. | ||
- | #setup | + | |
+ | "# setup" | ||
+ | |||
+ | * Networking | ||
+ | * Network configuration type | ||
+ | |||
+ | Choose Green, Blue, Red | ||
+ | |||
+ | * Drivers and card assignments | ||
+ | |||
+ | Choose OK to change and assign the free NIC to Blue. | ||
+ | |||
+ | * Address Settings | ||
+ | * Blue Interface | ||
+ | |||
+ | === Assign the IP address and subnet=== | ||
+ | |||
+ | This will be the gateway and subnet for the guest or Blue Interface. | ||
+ | |||
+ | For example: | ||
+ | |||
+ | Red: 72.128.9.50 | ||
+ | 255.255.255.248 | ||
+ | |||
+ | Green: 192.168.1.1 | ||
+ | 255.255.255.0 | ||
+ | |||
+ | Blue: 192.168.2.1 | ||
+ | 255.255.255.0 | ||
+ | |||
+ | If you want the Blue interface to supply DHCP that must be done in the web interface as well as setting authorized IP addresses/ | ||
+ | |||
+ | ===Setup DHCP for Blue Interface=== | ||
+ | |||
+ | Use your browser to access https:// | ||
+ | |||
+ | On the Services tab choose "DHCP Server" | ||
+ | |||
+ | Tick " | ||
+ | |||
+ | Set the start address and end address so they match the IP address scheme you set for the Blue Interface in a range that works for you. I set it from .66 to .86 so I only had 20 addresses to authorize for access. | ||
+ | |||
+ | Save. | ||
+ | |||
+ | ===Add authorized addresses=== | ||
+ | |||
+ | In the web interface Choose Firewall, Blue Access. | ||
+ | |||
+ | For Source IP: Input the first IP address of your DHCP range. | ||
+ | Click Add. | ||
+ | |||
+ | Repeat this for all IP addresses in the DHCP range. | ||
+ | |||
+ | Only these IP addresses will be able to access the Internet (Red Interface) from the Wireless Access Point you have setup. | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||