Ipcop 1.4 11

Posted by admin

Howto enable or configure SSH access on IPCop 1.4.20 or IPcop 1.4.21By default, SHH is not enabled on IPCop firewall. You have to enable it by yourself.1. Access the IPCop GUI is as simple as starting your browser and entering the IP address (of the green IPCop interface)or hostname of your IPCop server along with a port director of either 445 (https/secure) or 81(redirected to 445): or or or to or to access IPCop GUIOr or Connect to configure IPCop SSH access.

Ipcop 1.4 11 7

Ipcop 1.4 11 2

Ipcop 1.4 11 1

I was trying to install P2P block v 2.5 on ipcop version 1.4.15 and it was not allowing me to do soas p2p block was written to work for the following versions 1.4.8 to 1.4.11. And i found a quick hack for this and wanted to share with every one.Step 1: login to ipcop using ssh and #vi /var/ipcop/general-functions.plStep 2: change this line $General::version = '1.4.15'; to $General::version = '1.4.11';Step 3: tar xvzf p2pblockipcop1.4.11.tar.gzStep 4: cd p2pblockStep 5:./installStep 6: after the installation is successful please revert the General version back to 1.4.15#vi /var/ipcop/general-functions.pl#$General::version = '1.4.15';and you are all set. Hope this is helpful:)-CS.