######################################################### # PingOO.conf # ######################################################### # Be careful !! A space must exist after = [infos] # NAME_ETAB = name of your organization NAME_ETAB = ISDN test # NAME_DEPT = name of your departement (geography) NAME_DEPT = Haute Savoie # NAME_SECTION = name of the section of your organization (university...) NAME_SECTION = Education Nationale # your address ADDR_ETAB = Site Archamps 74160 # e-mail address of the administrator of the PingOO router CONTACT_ETAB = info@pingoo.org # installation date : INSTALLATION_DATE = Thu Jun 22 18:05:45 MEST 2000 [install] # INSTALL_SUPPORT = apt-get for the moment, no other method is supported INSTALL_METHOD = apt-get # INSTALL_SUPPORT = cdrom or network : it is used for /etc/apt/sources.list # if you choose cdrom, the installation program will ask you to put a cdrom in the # drive INSTALL_SUPPORT = cdrom # the next are for the place where you can get packages. # use file:/ if you have the PingOO cdrom # use http:// or ftp:// for dowloading packages from network # more informations with the man page of sources.list (debian only) # INSTALL_ADDRESS_1 = ftp://195.202.0.23/debian stable main pingoo-isdnrouter INSTALL_ADDRESS_2 = INSTALL_ADDRESS_3 = [network] HOSTNAME_LAN = Station1 NETWORK_LAN = 10.10.0.0 DOMAIN_LAN = pingoo-router.yourdomain.com IP_LAN = 10.10.0.1 BROADCAST_LAN = 10.255.255.255 NETMASK_LAN = 255.255.255.0 PORT_FILTER_UDP = 137,138,139 PORT_FILTER_TCP = [isdn] #It's your login name for your provider PAP_USERNAME = test@yourdomain.com # your provider number PROVIDER_TEL_NUMBER = 0450111111 #TYPE_CARD = ISA or PCI TYPE_CARD = ISA # This number corresponds to your model card in the following file in the kernel : # linux/Documentation/isdn/README.HiSax MODEL_CARD = 34 # It corresponds to the EuroISDN (ISDN in Europe) ISDN_PROTOCOL = 2 # IRQ of your ISDN card ISDN_IRQ = 9 # IO of your ISDN card ISDN_IO = 0x240 #ISDN_SPEED = 64 or 128 (Kbps, 1 or 2 channels) ISDN_SPEED = 64 # corresponds to your local ISDN phone number (the 4 last number) EAZ_NUMBER = 0000 # maintenance parameters for incoming calls MAINTENANCE_IP = 192.168.0.8 MAINTENANCE_NETMASK = 255.255.255.0 #It's your Login name if you want to communicate with your router from another computer MAINTENANCE_USERNAME = sysadm # DIALMODE = auto or off or manual DIALMODE = auto # Set the hangup timeout (in seconds) ISDN_TIMEOUT = 55 # Defines the minimum time in seconds the 2nd channel will unconditionally stay up # after it has been brought up IBOD_STAYUP_TIME = 55 # Transfer rate limit in bytes/sec for bringing up or down isdn slave channe IBOD_LIMIT = 6400 # Specify the sample time interval in ms IBOD_INTERVAL = 2000 # LAN2LAN = yes or no # if no, masquerading will be enabled # your provider may refuse this... LAN2LAN = yes # IP address of isdn interface you want to have # your provider may refuse this one and impose you another from its spool... IP_ISDN_WAN = 10.10.0.1 # SHOW_LOG = yes or no (display log on console F11 and F12) SHOW_LOG = yes