22.02.01, 15:51
Hi....
Also ich habe hier Suse 6.3, PII 300, 64 MB Ram und eine Teles 16.3cPNP ISDN Karte....
Diese habe ich in den Linux Rechner eingebaut.
Dann mit yast die ISDN Karte eingebunden (test verlief erfolgreich)
Dann unter Netzwerkgrundkonfiguration ISDN SyncPP hinzugefügt mit IP 192.168.1.99 und Netmask 255.255.255.255
(Restliche Netzwerk : 192.168.1.1 Linux Rechner, 192.168.1.10 mein Win Rechner, 192.168.1.11 Win Rechner meiner Freundin, 192.168.1.12 Laptop...Alles Netmask 255.255.255.0)
Dann hab ich mit F8 meine Provider Daten eingegeben....
Soweit so gut, alle Tests in yast waren angeblich erfolgreich und beim neustart gab es auch keine Fehler.
nun kann man ja versuchen mit "isdnctrl dial ippp0" eine einwahl hinzubekommen.
Dieses wollt ich dann unter "/var/log/messages" nachschauen.
aber da stand ausser einer menge von einwahlversuchen nix.... keine ip oder sonstiges...
hier ein auszug :
<code>Feb 22 15:49:39 laptop192 kernel: 3Com 3c90x Version 1.0.0 1999 <linux_driver@3com.com>
Feb 22 15:49:50 laptop192 sshd[226]: log: Server listening on port 22.
Feb 22 15:49:50 laptop192 sshd[226]: log: Generating 768 bit RSA key.
Feb 22 15:49:51 laptop192 /usr/sbin/cron[232]: (CRON) STARTUP (fork ok)
Feb 22 15:49:51 laptop192 in.identd[236]: started
Feb 22 15:49:52 laptop192 sshd[226]: log: RSA key generation complete.
Feb 22 15:50:08 laptop192 kernel: ippp0: dialing 1 02116000122...
Feb 22 15:50:15 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:50:16 laptop192 kernel: ippp0: dialing 2 02116000122...
Feb 22 15:50:23 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:50:24 laptop192 kernel: ippp0: dialing 3 02116000122...
Feb 22 15:50:31 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:50:32 laptop192 kernel: ippp0: dialing 4 02116000122...
Feb 22 15:50:38 laptop192 kernel: isdn_net: local hangup ippp0
Feb 22 15:50:38 laptop192 kernel: ippp0: Chargesum is 0
Feb 22 15:50:39 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:07 laptop192 kernel: ippp0: dialing 1 02116000122...
Feb 22 15:52:14 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:15 laptop192 kernel: ippp0: dialing 2 02116000122...
Feb 22 15:52:22 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:23 laptop192 kernel: ippp0: dialing 3 02116000122...
Feb 22 15:52:30 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:31 laptop192 kernel: ippp0: dialing 4 02116000122...
Feb 22 15:52:38 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:39 laptop192 kernel: ippp0: dialing 5 02116000122...
Feb 22 15:52:46 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:47 laptop192 kernel: ippp0: dialing 6 02116000122...
Feb 22 15:52:54 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:55 laptop192 kernel: ippp0: dialing 7 02116000122...
Feb 22 15:53:01 laptop192 kernel: isdn_net: local hangup ippp0
Feb 22 15:53:01 laptop192 kernel: ippp0: Chargesum is 0
Feb 22 15:53:02 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:54:28 laptop192 ipppd[94]: Terminating on signal 15.
Feb 22 15:54:28 laptop192 ipppd[94]: closing fd 7 from unit 0
Feb 22 15:54:28 laptop192 ipppd[94]: link 0 closed , linkunit: 0
Feb 22 15:54:28 laptop192 ipppd[94]: Exit.
</code>
So nun noch ein auszug meiner route.conf (auch wenn ich denke das ich die ja noch nicht brauche)
<code>#
# /etc/route.conf
#
# In this file you can configure your static routing...
#
# This file is read by /sbin/init.d/route.
#
#
# Destination Dummy/Gateway Netmask Device
#
# Examples:
#
# Net devices
192.168.1.0 0.0.0.0 255.255.255.0 eth0
#
# Gateways
# default Riemann
0.0.0.0 192.168.1.99
#
#
# Host behind Gateway
# 193.141.17.142 193.141.17.193 255.255.255.255
#
# Net behind a Gateway
# 193.141.17.145 193.141.17.193 255.255.255.0
#
# Multicast route for e.g. eth0. IP multicasting, forwarding and perhaps
# multicast routing in kernel should be enabled. More information will
# be found in the NET-3-HOWTO. Most people do NOT need this feature.
#
# 224.0.0.0 0.0.0.0 240.0.0.0 eth0
#
# ISDN (i4l)
192.168.1.99 0.0.0.0 255.255.255.255 ippp0
# default 192.168.0.1
# 192.168.1.0 0.0.0.0 255.255.255.0 eth0
</code>
und meine hosts datei....
<code>#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
192.168.1.1 server.tims.net server
192.168.1.10 tim
192.168.1.11 claudi
192.168.1.99 server.tims.net
</code>
so ich hoffe das sind genug infos.... Falls doch noch fragen sind "posten" bitte.
Ach ja
in der rc_config hab ich schon mal IP_forwarding auf "yes" gesetzt und DynIP auch...
Mmh noch eine frage zum schluss.... ich hatte auch kisdn als rpm packet installiert... wenn ich nun mich mit meinem namen anmelde, kde kde starte und versuche kisdn zu öffnen, meint es ich hätte keine berechtigung....
------------------
Gruß Tim
Also ich habe hier Suse 6.3, PII 300, 64 MB Ram und eine Teles 16.3cPNP ISDN Karte....
Diese habe ich in den Linux Rechner eingebaut.
Dann mit yast die ISDN Karte eingebunden (test verlief erfolgreich)
Dann unter Netzwerkgrundkonfiguration ISDN SyncPP hinzugefügt mit IP 192.168.1.99 und Netmask 255.255.255.255
(Restliche Netzwerk : 192.168.1.1 Linux Rechner, 192.168.1.10 mein Win Rechner, 192.168.1.11 Win Rechner meiner Freundin, 192.168.1.12 Laptop...Alles Netmask 255.255.255.0)
Dann hab ich mit F8 meine Provider Daten eingegeben....
Soweit so gut, alle Tests in yast waren angeblich erfolgreich und beim neustart gab es auch keine Fehler.
nun kann man ja versuchen mit "isdnctrl dial ippp0" eine einwahl hinzubekommen.
Dieses wollt ich dann unter "/var/log/messages" nachschauen.
aber da stand ausser einer menge von einwahlversuchen nix.... keine ip oder sonstiges...
hier ein auszug :
<code>Feb 22 15:49:39 laptop192 kernel: 3Com 3c90x Version 1.0.0 1999 <linux_driver@3com.com>
Feb 22 15:49:50 laptop192 sshd[226]: log: Server listening on port 22.
Feb 22 15:49:50 laptop192 sshd[226]: log: Generating 768 bit RSA key.
Feb 22 15:49:51 laptop192 /usr/sbin/cron[232]: (CRON) STARTUP (fork ok)
Feb 22 15:49:51 laptop192 in.identd[236]: started
Feb 22 15:49:52 laptop192 sshd[226]: log: RSA key generation complete.
Feb 22 15:50:08 laptop192 kernel: ippp0: dialing 1 02116000122...
Feb 22 15:50:15 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:50:16 laptop192 kernel: ippp0: dialing 2 02116000122...
Feb 22 15:50:23 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:50:24 laptop192 kernel: ippp0: dialing 3 02116000122...
Feb 22 15:50:31 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:50:32 laptop192 kernel: ippp0: dialing 4 02116000122...
Feb 22 15:50:38 laptop192 kernel: isdn_net: local hangup ippp0
Feb 22 15:50:38 laptop192 kernel: ippp0: Chargesum is 0
Feb 22 15:50:39 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:07 laptop192 kernel: ippp0: dialing 1 02116000122...
Feb 22 15:52:14 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:15 laptop192 kernel: ippp0: dialing 2 02116000122...
Feb 22 15:52:22 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:23 laptop192 kernel: ippp0: dialing 3 02116000122...
Feb 22 15:52:30 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:31 laptop192 kernel: ippp0: dialing 4 02116000122...
Feb 22 15:52:38 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:39 laptop192 kernel: ippp0: dialing 5 02116000122...
Feb 22 15:52:46 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:47 laptop192 kernel: ippp0: dialing 6 02116000122...
Feb 22 15:52:54 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:52:55 laptop192 kernel: ippp0: dialing 7 02116000122...
Feb 22 15:53:01 laptop192 kernel: isdn_net: local hangup ippp0
Feb 22 15:53:01 laptop192 kernel: ippp0: Chargesum is 0
Feb 22 15:53:02 laptop192 kernel: isdn: HiSax,ch0 cause: E001B
Feb 22 15:54:28 laptop192 ipppd[94]: Terminating on signal 15.
Feb 22 15:54:28 laptop192 ipppd[94]: closing fd 7 from unit 0
Feb 22 15:54:28 laptop192 ipppd[94]: link 0 closed , linkunit: 0
Feb 22 15:54:28 laptop192 ipppd[94]: Exit.
</code>
So nun noch ein auszug meiner route.conf (auch wenn ich denke das ich die ja noch nicht brauche)
<code>#
# /etc/route.conf
#
# In this file you can configure your static routing...
#
# This file is read by /sbin/init.d/route.
#
#
# Destination Dummy/Gateway Netmask Device
#
# Examples:
#
# Net devices
192.168.1.0 0.0.0.0 255.255.255.0 eth0
#
# Gateways
# default Riemann
0.0.0.0 192.168.1.99
#
#
# Host behind Gateway
# 193.141.17.142 193.141.17.193 255.255.255.255
#
# Net behind a Gateway
# 193.141.17.145 193.141.17.193 255.255.255.0
#
# Multicast route for e.g. eth0. IP multicasting, forwarding and perhaps
# multicast routing in kernel should be enabled. More information will
# be found in the NET-3-HOWTO. Most people do NOT need this feature.
#
# 224.0.0.0 0.0.0.0 240.0.0.0 eth0
#
# ISDN (i4l)
192.168.1.99 0.0.0.0 255.255.255.255 ippp0
# default 192.168.0.1
# 192.168.1.0 0.0.0.0 255.255.255.0 eth0
</code>
und meine hosts datei....
<code>#
# hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 localhost
192.168.1.1 server.tims.net server
192.168.1.10 tim
192.168.1.11 claudi
192.168.1.99 server.tims.net
</code>
so ich hoffe das sind genug infos.... Falls doch noch fragen sind "posten" bitte.
Ach ja
in der rc_config hab ich schon mal IP_forwarding auf "yes" gesetzt und DynIP auch...
Mmh noch eine frage zum schluss.... ich hatte auch kisdn als rpm packet installiert... wenn ich nun mich mit meinem namen anmelde, kde kde starte und versuche kisdn zu öffnen, meint es ich hätte keine berechtigung....
------------------
Gruß Tim