How to connect to Orange from the IPCop OpenVPN
from a tech reference article…
- once connected open the file:
- /var/ipcop/ovpn/server.conf
Add a line for each XXX subnet you want:
- push “route 192.168.XXX.0 255.255.255.0?
How to connect to Orange from the IPCop OpenVPN
from a tech reference article…
- once connected open the file:
- /var/ipcop/ovpn/server.conf
Add a line for each XXX subnet you want:
- push “route 192.168.XXX.0 255.255.255.0?
Since I’ve been using Open Source firewalls for years, somehow the idea of an open source router doesn’t surprise me. However, I like the idea of it being very focused and providing support while still allowing innovation from the edges of the network. Good luck, Vyatta!
Technorati Tags: open+source, routing
IPCop files to tweak assigned HTTPS ports
from the old FAQ:
How do I disable the rule that forbids portforwarding on port 81?
You will need to do two things to avoid port conflicts.
First choose a new port that you want to let the IPCop interface listen on. Do not choose 8080, 800 or 80 as squid is listening on 800 and if you have DansGuardian installed, it listens on 8080 and port 80 is used by webservers.
You need to edit the /etc/httpd/conf/httpd.conf file, search for all instances of 81 and replace with your new port. Once you have done that, save your work and we need to restart the web server with the following command:
killall httpd
httpd -DSSL
Next we need to adjust the port forward page to allow you to forward port 81, but restrict a forward on your new port.
Edit /home/httpd/cgi-bin/portfw.cgi
Find line that looks like this:
my @tcp_reserved = (81,222,445);
Change the 81 to the port number that you previously chose.
Save the changes.
You can now port forward on port 81.
[ ] 1.1 [ ]1.2 [x]1.3 Version 1.3 only