fli4l router läuft jetzt! aber einwahl prob. !

hmm... hier nochmal meine aktuelle base! kannst da ja nochmal schuen... habe am anfang etwas raus genommen... weil es sonst nicht ins forum past!

# Ether networks used with IP protocol:
#------------------------------------------------------------------------------
IP_ETH_N='1' #number of ip ethernet networks, usually 1
IP_ETH_1_NAME='' #optional: other device name than ethX
IP_ETH_1_IPADDR='192.168.6.1' #IP address of your nth ethernet card
IP_ETH_1_NETWORK='192.168.6.0' #network of your LAN
IP_ETH_1_NETMASK='255.255.255.0' #netmask of your LAN
#------------------------------------------------------------------------------
# Additional routes, optional
#------------------------------------------------------------------------------
IP_DEFAULT_GATEWAY='' #normally not used, read documentation!
IP_ROUTE_N='0' #number of additional routes
IP_ROUTE_1='192.168.7.0 255.255.255.0 192.168.6.99'# network netmask gateway
#------------------------------------------------------------------------------
# Masquerading:
#------------------------------------------------------------------------------
MASQ_NETWORK='192.168.6.0/24' #networks to masquerade (e.g. our LAN)
MASQ_MODULE_N='1' #load n masq modules (default: only ftp)
MASQ_MODULE_1='ftp' #ftp
MASQ_MODULE_2='h323' #h323 (netmeeting)
MASQ_MODULE_3='icq' #icq (use with caution!)
MASQ_MODULE_4='irc' #irc
MASQ_MODULE_5='raudio' #raudio
MASQ_MODULE_6='vdolive' #vdolive
MASQ_MODULE_7='quake' #quake
MASQ_MODULE_8='cuseeme' #cuseeme
MASQ_MODULE_9='mms' #MSN-Filetransfer
MASQ_MODULE_10='pptp' #pptp
MASQ_MODULE_11='ipsec' #ipsec
MASQ_MODULE_12='dplay' #dplay (direct play)
MASQ_MODULE_13='msn-0.02' #msn zone (use version 0.01 or 0.02)
MASQ_MODULE_14='udp_dloose' #pseudo mod: some internet games need it
MASQ_FTP_PORT_N='0' #using ftp masq-module on different ports
MASQ_FTP_PORT_1='21' #standard ftp port
MASQ_FTP_PORT_2='2021' #additional port
#------------------------------------------------------------------------------
# Optional package: PORTFW
#
# If you set OPT_PORTFW='yes', you can also edit opt/etc/portfw.sh
#------------------------------------------------------------------------------
OPT_PORTFW='no' #install port forwarding tools/modules
PORTFW_N='0' #how many portforwardings to set up
PORTFW_1='8080 192.168.6.15:80 tcp' #sample 1: forward ext. port 8080 to int.
# host 192.168.6.15 to port 80 (use tcp)
PORTFW_2='3000-3010 192.168.6.15 tcp' #sample 2: forward portrange to int. host
# 192.168.5.15 (use tcp)
#------------------------------------------------------------------------------
# Routing without masquerading
#------------------------------------------------------------------------------
ROUTE_NETWORK='' #optional: route from/to network, no masq
#------------------------------------------------------------------------------
# Routing: internal hosts to deny forwarding
#------------------------------------------------------------------------------
FORWARD_DENY_HOST_N='0' #number of denied hosts
FORWARD_DENY_HOST_1='192.168.6.5' #optional: 1st denied host
FORWARD_DENY_HOST_2='192.168.6.6' #optional: 2nd denied host
#------------------------------------------------------------------------------
# Routing: ports to reject/deny forwarding (from inside and outside!)
#------------------------------------------------------------------------------
FORWARD_DENY_PORT_N='1' #no. of ports to reject/deny forwarding
FORWARD_DENY_PORT_1='137:139 REJECT' #deny/reject forwarding of netbios
FORWARD_TRUSTED_NETS='' #but allow forwarding between LANs
#------------------------------------------------------------------------------
# Firewall: ports to reject/deny from outside (all served ports)
#
# here we leave two ports untouched:
#
# 53 dns
# 113 auth
#------------------------------------------------------------------------------
FIREWALL_DENY_PORT_N='6' #no. of ports to reject/deny
FIREWALL_DENY_PORT_1='0:52 REJECT' #privileged ports: reject or deny
FIREWALL_DENY_PORT_2='54:112 REJECT' #privileged ports: reject or deny
FIREWALL_DENY_PORT_3='114:1023 REJECT' #privileged ports: reject or deny
FIREWALL_DENY_PORT_4='5000:5001 REJECT' #imond/telmond ports: reject or deny
FIREWALL_DENY_PORT_5='8000 REJECT' #proxy access: reject or deny
FIREWALL_DENY_PORT_6='20012 REJECT' #vbox server access: reject or deny
FIREWALL_DENY_ICMP='no' #deny icmp (ping): yes or no
FIREWALL_LOG='yes' #log access to rejected/denied ports
#------------------------------------------------------------------------------
# Domain configuration:
#------------------------------------------------------------------------------
START_DNS='yes' #start dns server: yes or no
DNS_FORWARDERS='192.76.144.66' #DNS servers of your provider, e.g. MSN
DNS_VERBOSE='no' #log queries in /usr/local/ens/ens.log
DOMAIN_NAME='lan.fli4l' #your domain name
DNS_FORBIDDEN_N='0' #number of forbidden domains
DNS_FORBIDDEN_1='foo.bar' #1st forbidden domain
DNS_FORBIDDEN_2='bar.foo' #2nd forbidden domain
HOSTS_N='8' #number of hosts in your domain
#------------------------------------------------------------------------------
# Special DNS configuration
#------------------------------------------------------------------------------
DNS_N='0' #number of special dns servers, normally 0
#DNS_1='firma.de 192.168.1.12' # 1st special dns server for firma.de
#DNS_2='lan.firma.de 192.168.2.12' # 2nd special dns server for lan.firma.de
#------------------------------------------------------------------------------
# imond configuration:
#------------------------------------------------------------------------------
START_IMOND='yes' #start imond: yes or no
IMOND_PORT='5000' #TCP-Port, see also FIREWALL_DENY_PORT_x!
IMOND_PASS='' #imond-password, may be empty
IMOND_ADMIN_PASS='' #imond-admin-password, may be empty
IMOND_LED='' #tty for led: com1 - com4 or empty
IMOND_BEEP='yes' #beep if connection going up/down
IMOND_LOG='yes' #log /var/log/imond.log: yes or no
IMOND_LOGDIR='/var/log' #log-directory, e.g. /var/log
IMOND_ENABLE='yes' #accept "enable/disable" commands
IMOND_DIAL='yes' #accept "dial/hangup" commands
IMOND_ROUTE='yes' #accept "route" command
IMOND_REBOOT='yes' #accept "reboot" command
#------------------------------------------------------------------------------
# Generic circuit configuration:
#------------------------------------------------------------------------------
IP_DYN_ADDR='yes' #use dyn. ip addresses (most providers do)
DIALMODE='manual' #standard dialmode: auto, manual, or off
#------------------------------------------------------------------------------
# optional package: syslogd
#------------------------------------------------------------------------------
OPT_SYSLOGD='yes' #start syslogd: yes or no
SYSLOGD_DEST_N='1' #number of destinations
SYSLOGD_DEST_1='*.* /dev/console' #nth prio & destination of syslog msgs
SYSLOGD_DEST_2='*.* @192.168.6.2' #example: loghost 192.168.6.2
SYSLOGD_DEST_3='kern.info /var/log/dial.log'# example: log infos
#------------------------------------------------------------------------------
# optional package: klogd
#------------------------------------------------------------------------------
OPT_KLOGD='no' #start klogd: yes or no
#------------------------------------------------------------------------------
# optional package: y2k correction
#------------------------------------------------------------------------------
OPT_Y2K='no' #y2k correction: yes or no
Y2K_DAYS='' #correct hardware Y2K-Bug: add x days
#------------------------------------------------------------------------------
# Optional package: PNP
#------------------------------------------------------------------------------
OPT_PNP='no' #install isapnp tools: yes or no
HOST_1='192.168.6.1 client1'
HOST_2='192.168.6.2 client2'
HOST_3='192.168.6.3 client3'
HOST_4='192.168.6.4 client4'
HOST_5='192.168.6.5 client5'
HOST_6='192.168.6.6 client6'
HOST_7='192.168.6.7 client7'
HOST_8='192.168.6.8 client8'
 
Entwicklerversion

Also, ich habe momentan die 2.1.8 (Entwicklerversion), die läuft sehr zuverlässig. Es gibt auch sehr wenig Probleme mit Einwahl ohne interne Aufforderung. Das war ein ständiges Problem bei 2.0.8 bei meiner Kiste...
Allerding sehe ich bei Deiner Konfig nicht besonderes. Probiere es eventuell mal mit einer höheren HUP_TIMEOUT, z.B. 90s
 
IP Cop

santigua schrieb:

Also, ich habe mir die IP Cop Website angeschaut. Folgende Fragen habe ich dazu:

1.) Eine Festplatte mit mindestens 300MB ist also ein Muss?
2.) LeastCost Routing wie mit FLI4L (mehrere ISDN-Circuits) ist nicht möglich?
:confused:
 
so... ich habe alles noch mal neu gemacht... und jetzt wenn ich ich mit isdn einwählen möchte passiert ne ganze mänge auf der bildschirm aber dann wars das und ich bin immernoch offline... also da steht dann ne ganze mänge von zeugs und irgendwas von remot hang up und chaksum is 0 oder so! also was kann ich nur machen????? ich bin am verzweifeln...! es muss doch irgendwie gehen! und hier nochmal die aktuelle isdn.txt! HILFE!!!

# Optional package: ISDN
#------------------------------------------------------------------------------
OPT_ISDN='yes' #use ISDN: yes or no
ISDN_TYPE='27' #type, e.g. Teles 16.3 ISA
ISDN_IO='' #io, e.g. 0xd80 for Teles 16.3 ISA
ISDN_IO0='' #io0
ISDN_IO1='' #io1
ISDN_MEM='' #mem
ISDN_IRQ='' #irq, e.g. 12 for Teles 16.3 ISA
ISDN_DEBUG_LEVEL='31' #debug level (hisax driver)
ISDN_VERBOSE_LEVEL='2' #verbose level
#----------------------------------------------------------------------------
# ISDN compression (EXPERIMENTAL):
#----------------------------------------------------------------------------
OPT_ISDN_COMP='no' #use LZS or BSD compression: yes or no
ISDN_LZS_DEBUG='1' #debug level lzscomp (0..3)
ISDN_LZS_COMP='8' #compression level lzscomp (0..9)
ISDN_LZS_TWEAK='7' #tweak lzscompr (at present: 0..7)
#----------------------------------------------------------------------------
# ISDN Circuits:
#----------------------------------------------------------------------------
ISDN_CIRCUITS_N='1' #no. of ISDN circuits, DSL: see pppoe.txt
#----------------------------------------------------------------------------
# Circuit 1: Internet-By-Call-Provider MSN
#----------------------------------------------------------------------------
ISDN_CIRC_1_NAME='Arcor' #circuit MSN
ISDN_CIRC_1_USEPEERDNS='no' #use dns server of your provider: yes or no
ISDN_CIRC_1_TYPE='ppp' #circuit uses sync ppp (ipppd)
ISDN_CIRC_1_BUNDLING='no' #channel bundling: yes or no
ISDN_CIRC_1_BANDWIDTH=''
ISDN_CIRC_1_LOCAL='' #local ip address of your ISDN card - dummy
ISDN_CIRC_1_REMOTE='' #remote ip address (ISDN) - dummy
ISDN_CIRC_1_NETMASK='255.255.255.255' #netmask (ISDN) - dummy
ISDN_CIRC_1_MTU='1500' #max transmission unit (use 1500 if comp!)
ISDN_CIRC_1_MRU='1524' #maximum receive unit
ISDN_CIRC_1_COMPRESSION='no' #compress headers/frames, see docum.
ISDN_CIRC_1_FRAMECOMP='default' #type of framecompression, see docum.
ISDN_CIRC_1_IPX_NETWORK='' #optional: ipx network
ISDN_CIRC_1_IPX_NODE='' #optional: ipx nodes local:remote
ISDN_CIRC_1_REMOTENAME='' #optional: remote hostname for dialin
ISDN_CIRC_1_USER='arcor' #User-ID to login into providers gateway
ISDN_CIRC_1_PASS='internet' #Password for login
ISDN_CIRC_1_ROUTE='0.0.0.0' #this is the default route
ISDN_CIRC_1_DIALOUT='01920782' #dialout: ISDN number of provider
ISDN_CIRC_1_DIALIN='' #dialin: no dialin
ISDN_CIRC_1_CALLBACK='off' #callback mode: in, out, or off
ISDN_CIRC_1_CBDELAY='3' #callback delay, only used for callbacks
ISDN_CIRC_1_EAZ='230066' #your MSN (without area code)
ISDN_CIRC_1_SLAVE_EAZ='' #optional slave MSN for channel bundling
ISDN_CIRC_1_DEBUG='yes' #enable ipppd debugging, yes or no
ISDN_CIRC_1_AUTH='' #require the peer to authenticate itself
ISDN_CIRC_1_HUP_TIMEOUT='90' #Hangup after 45 seconds idle time
ISDN_CIRC_1_CHARGEINT='1' #Value of charge interval (in seconds)
ISDN_CIRC_1_TIMES='Mo-Su:00-24:0.0148:Y'
# times/charges when LCR
#------------------------------------------------------------------------------
# Circuit 2: bidirectional connection to another router with raw tcpip
# not activated yet, only example for non-default-circuit
#------------------------------------------------------------------------------
ISDN_CIRC_2_NAME='Firma' #circuit name, e.g. Firma
ISDN_CIRC_2_USEPEERDNS='no' #use dns server of your provider: yes or no
ISDN_CIRC_2_TYPE='raw' #circuit uses raw tcp/ip
ISDN_CIRC_2_BUNDLING='no' #channel bundling: yes or no
ISDN_CIRC_2_BANDWIDTH=''
ISDN_CIRC_2_LOCAL='192.168.120.8' #local ip address of this circuit
ISDN_CIRC_2_REMOTE='192.168.120.7' #remote ip address of this circuit
ISDN_CIRC_2_NETMASK='255.255.255.0' #netmask of this circuit
ISDN_CIRC_2_MTU='1500' #max transmission unit (use 1500 if comp!)
ISDN_CIRC_2_MRU='1524' #maximum receive unit
ISDN_CIRC_2_COMPRESSION='no' #compress headers/frames, see docum.
ISDN_CIRC_2_FRAMECOMP='default' #type of framecompression, see docum.
ISDN_CIRC_2_IPX_NETWORK='' #optional: ipx network
ISDN_CIRC_2_IPX_NODE='' #optional: ipx nodes local:remote
ISDN_CIRC_2_REMOTENAME='' #optional: remote hostname for dialin
ISDN_CIRC_2_USER='' #user-id not used if raw connection
ISDN_CIRC_2_PASS='' #password not used if raw connection
ISDN_CIRC_2_ROUTE='192.168.1.0' #remote net to reach over this circuit
ISDN_CIRC_2_DIALOUT='0221xxxxxx' #dialout no. of remote router
ISDN_CIRC_2_DIALIN='221xxxxxx' #dialin no. with area code, but no leading 0
ISDN_CIRC_2_CALLBACK='off' #callback mode: in, out, or off
ISDN_CIRC_2_CBDELAY='3' #callback delay, only used for callbacks
ISDN_CIRC_2_EAZ='81330' #Your MSN (without area code)
ISDN_CIRC_2_SLAVE_EAZ='' #optional slave MSN for channel bundling
ISDN_CIRC_2_DEBUG='no' #ever no if raw-ip connection
ISDN_CIRC_2_AUTH='' #not needed if raw-ip connection
ISDN_CIRC_2_HUP_TIMEOUT='45' #Hangup after XX seconds idle time
ISDN_CIRC_2_CHARGEINT='90' #Value of charge interval (in seconds)
ISDN_CIRC_2_TIMES='Mo-Fr:09-18:0.08:N Mo-Fr:18-09:0.03:N Sa-Su:00-24:0.03:N'
# times/charges when LCR
#------------------------------------------------------------------------------
# telmond configuration:
#------------------------------------------------------------------------------
OPT_TELMOND='yes' #start telmond: yes or no
TELMOND_PORT='5001' #TCP-Port, see also FIREWALL_DENY_PORT_x!
TELMOND_LOG='yes' #log /var/log/telmond.log: yes or no
TELMOND_LOGDIR='/var/log' #log-directory, e.g. /var/log
TELMOND_MSN_N='0' #number of msn->ip mapping entries
TELMOND_MSN_1='123 192.168.6.2' #e.g. map MSN 123 to client 192.168.6.2
TELMOND_CMD_N='0' #no. of commands to be executed if call-in
TELMOND_CMD_1='123 * sleep 5; imonc dial'# e.g. dial out via default circuit
 
Rudschuba0 schrieb:
# Optional package: ISDN
#------------------------------------------------------------------------------
OPT_ISDN='yes' #use ISDN: yes or no
ISDN_TYPE='27' #type, e.g. Teles 16.3 ISA
ISDN_IO='' #io, e.g. 0xd80 for Teles 16.3 ISA
ISDN_IO0='' #io0
ISDN_IO1='' #io1
ISDN_MEM='' #mem
ISDN_IRQ='' #irq, e.g. 12 for Teles 16.3 ISA
ISDN_DEBUG_LEVEL='31' #debug level (hisax driver)
ISDN_VERBOSE_LEVEL='2' #verbose level

Welche ISDN-Karte benutzt Du? Sind da die richtigen Daten dafür eingegeben?

Oder liegts an folgendem (Auszug aus der Doku):

5.1.4 OPT PNP - Installation von isapnp tools
Teilweise m¨ussen ISDN-PnP-Karten (ISA) ¨uber das Tool isapnp konfiguriert werden.
Dies betrifft insb. die Karten mit ISDN TYPE 7, 12, 19, 24, 27 und 28 - aber nur, wenn
es sich auch wirklich um ISA-PnP-Karten handelt.
Zur Konfiguration ist die Erstellung einer Konfigurations-Datei etc/isapnp.conf notwendig.
Hier eine Kurzanleitung zur Erstellung:
• In config/base.txt die Variable OPT PNP=’yes’ und MOUNT BOOT=’rw’ setzen
• fli4l booten - die PnP-Karte wird wahrscheinlich nicht erkannt
• Auf fli4l-Console eingeben:
pnpdump -c >/boot/isapnp.conf
umount /boot
Damit ist die Konfiguration auf der Diskette gespeichert.
Weiter auf PC (Unix/Linux/Windows):
• Die Datei isapnp.conf von Diskette nach opt/etc/isapnp.conf kopieren
• isapnp.conf mit Editor ¨offnen
68
5.1 Programme im Basispaket
• die entsprechenden Daten (IRQ/IO) in die config/base.txt ¨ubernehmen
• Neue Boot-Diskette erzeugen
Die automatisch generierte Datei ist im UNIX-Format gespeichert und enth¨alt
keine CRs. Startet man unter Windows den Notepad-Editor, zeigt dieser alle
Zeilen in einer einzigen Zeile an. Der DOS-Editor “edit” kann jedoch mit
Unix-Dateien umgehen. Er speichert sie dann als DOS-Datei (mit CRs) ab.
Abhilfe:
• DOS-Box starten
• In das Verzeichnis opt/etc wechseln
• Eingeben: edit isapnp.conf
• Datei bearbeiten und abspeichern
Anschließend kann die Datei auch wieder mit Notepad bearbeitet werden.
Die zus¨atzlich generierten CRs werden beim Booten von fli4l wieder herausgefiltert.
Sie st¨oren also nicht.
Zun¨achst sollte man versuchen, ohne OPT PNP auszukommen. Wird die Karte nicht
erkannt, sollte wie oben beschrieben vorgegangen werden.
Bei einem Update auf eine neuere fli4l-Version kann die fr¨uher erstellte Datei isapnp.
conf weiter verwendet werden.
Standard-Einstellung: OPT PNP=’no’

(Auszug Ende)
 
Zuletzt bearbeitet:
ich habe eine PCI Fritz karte drinne!!! also keine ISA !
 
nochwas... die karte wurde erkannt... also wenn ich einen anruf bekomme zeigt mir das der server auch an!!!
 
Kannst du direkt von der Eingabeaufforderung bei fli4l den ping Befehl nutzen? Damit könntest du herausfinden, ob du offline bist weil die Einwahl nicht stimmt, oder andere Probleme gegeben sind, z.B. DNS. Also wähl mal ein und gib dann erstmal "ping 213.191.74.18" ein. Wenn das geht dann nochmal "ping macuser.de". Wenn das auch geht dann bist du online und das Problem liegt an anderer Stelle.
 
also ... das teil leuft jetzt 24st. und gerade habe ich mich versucht mal einzwählen... und es geht!!!! ich bin online!!! aber ich habe nichts verändert!! warum geht das auf einmal??? wer weiß????? :D
 
Au weia!

Fast zeitgleich mit Dir habe ich meinen FLI4L-Router auf einem neuen Rechner aufgesetzt. Hat auch sofort funktioniert, nur nach etwa einer Viertelstunde war die Verbindung weg. :confused:

Dann habe ich doch mal einen Monitor und eine Tastatur drangehängt, und siehe da, der Rechner hatte noch ein Powermanagement eingestellt und ist nach 15 min. Untätigkeit einfach friedlich entschlafen. Da kein Wakeup eingestellt war, hat er dann unendlich geschlummert. :rolleyes:

Nun scheint es aber zu funzen.:)
 
Zurück
Oben Unten