PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Ich bin drin!!!.... wenn auch nur für kurze Zeit



Timbo555
06.04.04, 14:05
Hallo!

Ich habe es nun endlich geschafft, mich von einem Windows-Rechner auf den Linux-Server (RedHat 9.0) einzuwählen :)
Allerdings währt der Spaß nur kurz und ich der Server legt einfach wieder auf. Hat jemand eine Ahnung, woran das liegen könnte?

Darüber hinaus, wie kontrolliere ich denn auf dem Server, was mein "Gast" alles sehen darf? Funktioniert das über samba? Wenn ja, wie?

Hier mal meine Konfigurationsdateien:

--------- FILE: /etc/ppp/ioptions ----------
/dev/ippp0
user "name"
192.168.1.98:192.168.1.99
novj
novjccomp
nobsdcomp
noaccomp
nopcomp
ms-dns 192.168.1.98
domain dialin.local.lan
netmask 255.255.255.0
idle 300

#noipdefault
#-defaultroute
proxyarp
+pap
#-chap
#-pc
#-vj
#-vjccomp


--------- FILE: /etc/ppp/pap-secrets ----------
"name" * passwd 192.168.1.99
* "name" passwd 192.168.1.99


------ FILE: /etc/sysconfig/network-scripts/ifcfg-ippp0 -------
USERCTL=yes
NETMASK=255.255.255.0
NETWORK=192.168.1.0
#PEERDNS=yes
ONBOOT=no
TYPE=ISDN
DEVICE=ippp0
BOOTPROTO=none
DEFROUTE=yes
PERSIST=off
SECURE=off
BUNDLING=off
HUPTIMEOUT=600
DIALMODE=auto
ENCAP=syncppp
USER=standard
PHONE_OUT=0
AUTH='noauth'
AREACODE=0815
PROVIDER=Windows
NAME=Dialin
DEMAND=no
CALLBACK=off
CCP=off
PC=off
AC=off
BSDCOMP=off
VJ=off
VJCCOMP=off
MSN=7978518
IPADDR=192.168.1.99


Zur Zeit starte ich den ippp-Daemon noch per Hand:

------ Manuelles Starten -------
# ippp0 anmelden
isdnctrl addif ippp0

# ISDN-Protokolle einstellen
isdnctrl l2_prot ippp0 hdlc
isdnctrl l3_prot ippp0 trans
isdnctrl encap ippp0 syncppp

# MSN zuordnen
isdnctrl eaz ippp0 123456

# ippp0 an ifconfig anmelden
ifconfig ippp0 up -pointopoint 192.168.1.98

ifconfig ippp0 netmask 255.255.255.0

# ipppd starten
ipppd ippp0 file /etc/ppp/ioptions



Folgende Fehlermeldungen erhalte ich in /var/log/messages:
...
Apr 6 14:56:25 Server kernel: isdn_net: ippp0 connected
Apr 6 14:56:25 Server ipppd[16599]: Local number: 45687, Remote number: , Type: incoming
Apr 6 14:56:25 Server ipppd[16599]: PHASE_WAIT -> PHASE_ESTABLISHED, ifunit: 0, linkunit: 0, fd: 8
Apr 6 14:56:28 Server ipppd[16599]: Check_passwd called with user=name
Apr 6 14:56:28 Server ipppd[16599]: MPPP negotiation, He: No We: No
Apr 6 14:56:28 Server ipppd[16599]: CCP enabled! Trying CCP.
Apr 6 14:56:28 Server ipppd[16599]: CCP: got ccp-unit 0 for link 0 (Compression Control Protocol)
Apr 6 14:56:28 Server ipppd[16599]: ccp_resetci!
Apr 6 14:56:28 Server ipppd[16599]: ccp_resetci!
Apr 6 14:56:28 Server ipppd[16599]: local IP address 192.168.1.98
Apr 6 14:56:28 Server ipppd[16599]: remote IP address 192.168.1.99
Apr 6 14:56:45 Server mgetty[17239]: init chat failed, exiting...: Interrupted system call
Apr 6 14:56:45 Server mgetty[17239]: failed in mg_init_data, dev=ttyS1, pid=17239
Apr 6 14:56:48 Server kernel: isdn_net: local hangup ippp0
Apr 6 14:56:48 Server kernel: ippp0: Chargesum is 0
Apr 6 14:56:48 Server ipppd[16599]: Modem hangup
Apr 6 14:56:48 Server ipppd[16599]: Connection terminated.
Apr 6 14:56:48 Server ipppd[16599]: taking down PHASE_DEAD link 0, linkunit: 0
Apr 6 14:56:48 Server ipppd[16599]: ioctl(SIOCDARP): No such file or directory
Apr 6 14:56:48 Server ipppd[16599]: closing fd 8 from unit 0
Apr 6 14:56:48 Server ipppd[16599]: link 0 closed , linkunit: 0
Apr 6 14:56:48 Server ipppd[16599]: reinit_unit: 0
Apr 6 14:56:48 Server ipppd[16599]: Connect[0]: /dev/ippp0, fd: 8
....

Kann mir jemand verraten, was hier los ist?
Was bedeuten die Meldungen von mgetty?

Besten Dank im Voraus!
Timbo