We currently migrate to MediaWiki from our old installation, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or browse through our new wiki at wiki.linux-vserver.org to find the information already migrated.
Yes, it works ! :)
Be careful, this is a very dirty, rough howto. At this time, this is much more a list of hacks. Corrections always welcome by mail (kalou@kalou.net) or edit directly this page.
I am a poor linux admin, and have got only one linux box in my lab. \
I heard about IPCop, one of the best Firewall Open Source Solution at this time. So let's try to have it run inside a vserver...
- a working vserver skel (my skel is a debian sid debootstrap)
- a link to the internet (the red interface)
- a local lan (the green interface)
- mount ipcop-1.4.5.iso on /vservers/ipcop/mnt/iso (from the host vserver) - mkdir /vservers/ipcop - ipcop:/mnt/iso# tar -zxvf ipcop-1.4.5.tgz -C /ipcop/ tar will complain about /dev/ entries, because you dont have the CAP_MKNOD .
- In the host server, create the missing devices: (note that I have no isdn)
ipcop:/mnt/iso# grep mknod /tmp/mknod-errors.txt | egrep -v "tty|usb|nst|capi|raid|scd|/st|/sd|/hd|/ram|/fd|/lp|/rd|/parport|/sg|/isdn|/ccis|/ida|/loop|/zero|/dc|/ps"
ipcop:/# grep ListenAdd /etc/ssh/sshd_config ListenAddress 192.168.25.1 (change the documentroot in /etc/apache/httpd.conf to: DocumentRoot /ipcop/home/httpd/html ipcop:/# grep BindAddress /etc/apache/httpd.conf BindAddress 192.168.25.1 ipcop:/ipcop# cat var/ipcop/main/hostname.conf ServerName 192.168.25.1
Installing IPCop on windows:
http://ipcop.org/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=3#q26