Installation Guide of the PingOO ISDN Routeur
To install the router, you should look at the standard installation guide.

All is the same than the original except the 4 files that are on the PingOO floppy : You can partition your hard disk like this :

hda1
/boot
5Mo
hda5
/
65Mo
hda6
/var/log
20Mo
hda7
swap
16Mo

Be careful, these files must be in unix format (there will be problems because of end of line).

It is possible to dynamically change the configuration by modifying the file "/etc/PingOO/PingOO.conf"

Then, you must reinitialyze the configuration :
  • for isdn : /usr/sbin/initisdnconfig
    This script regenerate the isdn configuration files in /etc/ppp and /etc/isdn
    Then, reload ipppd : /etc/init.d/isdnconfig stop and /etc/init.d/isdnconfig start

  • for ip filters (by ipchains) /usr/sbin/initipchains
    This script generate /var/PingOO/ipchains/ipchains.dbs
    Then /usr/sbin/applyfilters
    This script create /etc/ipchains.rules from ipchains.dbs and make a "ipchains-restore".

  • for ip configuration (ethernet) /usr/sbin/initipconfig
    This script generate /etc/init.d/network and /etc/hosts
    To active configuration : ifconfig eth0 down ; ifconfig lo down ; /etc/init.d/network
Modified : 09.26.02