Hi,
so ich schreib hier jetzt mal mein GENAUES Problem hin (diesmal auch mit
meinem "richtigen" Namen)
so also ich benutze folgende Cofingdateien :
isdnd.rc
ppp.conf
rc.conf
rc.local
auszug der ppp.conf (alles was nich wegkommentiert is ):
default:
set device /dev/i4brbch0 (<--- was muss da rein für einen ISP (PPP) zugang
mit dev/isp0 bzw. isppp0 gehts nich weil da krieg ich ne meldung illegal
device)
set speed sync
enable dns
set mrru 1500
set mru 1504
Telekom:
set phone 00191011
set login
accept pap
set authname 0000245908005200780753250001
set authkey ganzgeheim
enable lqr
set reconnect 3 5
set redial 3 10
set lqrperiod 45
disable pred1 deflate
deny pred1 deflate
set timeout 60 300
set ifaddr 0.0.0.0/0 0.0.0.1/0 0 0
add! default hisaddr
set hangup
link * set mode auto
set autoload 10 80 30
set log Phase Chat LCP IPCP CCP tun command
set speed 115200
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
\"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
auszug der rc.conf: (das is alles was drinn steht, wieder mir ohne PW)
hostname="Khorne.LAN"
network_interfaces="lo0 rl0 isp0"
ifconfig_lo0="inet 127.0.0.1"
ifconfig_rl0="inet 192.168.0.1 netmask 255.255.255.0"
ifconfig_isp0="inet 0.0.0.0 0.0.0.1 netmask 255.255.255.255 link1"
defaultrouter="0.0.0.1"
sppp_interfaces="isp0"
spppconfig_isp0="authproto=pap myauthname=0000245908005200780753250001
myauthsecret=gaaanzgeheim"
ppp_enable="YES"
ppp_profile="Telekom"
ppp_mode="auto"
inetd_enable="YES"
named_enable="YES"
portmap_enable="NO"
nfs_client_enable="NO"
nis_client_enable="NO"
gateway_enable="YES"
sendmail_enable="NO"
sshd_enable="NO"
router_enable="NO"
Meine rc.local:
echo 'configuring IsP to Telekom'
echo '----------';
echo ""
echo "removing previous configuration"
ifconfig isp0 delete -link1 down
echo ""
echo "setting PPP options"
spppcontrol isp0 myauthproto = pap
spppcontrol isp0 myauthname = 0000245908005200780753250001
spppcontrol isp0 myauthsecret = ganzgeheim
echo ""
echo "configouring IP src/dest adressl, netmask and link flags"
ifconfig isp0 0.0.0.0 0.0.0.1 netmask 0xffffffff link1
echo ""
echo "finished"
(die Einstellung hier sind aus der Anleitung von Hemuth Michaelis über i4b
0.95 entnommen)
meine isdnd.rc:
system
#accounting
useacctfile = yes
acctall = on
acctfile = /var/log/isdnd.acct
#Monitoring
monitor-allowed = no
monitor-port = 451
#ratesfile
ratesfile = /etc/isdn/isdnd.rates
#ISDN anrufkonfiguration
entry
name = PPP
usrdevicename = isp
usrdeviceunit = 0
isdncontroller = 0
isdnchannel = -1
direction = inout
local-phone-incoming = *
remote-phone-incoming = *
local-phone-dialout = 061205302
remote-phone-dialout = 00191011
ppp-auth-paranoid = off
ppp-expect-auth = none
ppp-send-name = 0000245908005200780753250001
ppp-send-auth = pap
ppp-send-password = ganzgeheim
remdial-handling = first
dialin-reaction = ignore
dialout-type = normal
callbackwait = 1
b1protocol = hdlc
ratetype = 0
unitlength = 60
unitlengthsrc = rate
idletime-incoming = 30
idletime-outgoing = 30
earlyhangup = 5
dialretries = 1
dialrandincr = on
recoverytime = 5
usedown = off
downtries = 2
downtime = 30
(Die Daten in der Isdnd.rc sind ebenfalls der Anleitung von Hemuth
Michaelis entnommen)
Bei diesen einstellungen kriege ich in der LOGkonsole von Isdn die meldung:
calling from 5302 to 00191011 , call proceeding .... und dann nix mehr
im ppp.log steht garnix drinn ...
So das sind alle meine Kofigurationsdateien (ich glaube da sind mehr Fehler
drinn als man eigentlich machen kann)
Das Problem :
wenn ich ping www.yahoo.de eingebe (oder ping 194.25.2.129) dann scheint
der Rechner erstmal garnix zu machen und dann sagt er nach in etwa 5 min,
dass er folgendes :
Hostnamle lookup failture : can't resolve Host
Ich hatte die Config Files auch schon einmal mit den Daten für Rbch
versehen (also in der isdnd.rc rbch als usrdevice und in der ppp.conf
/dev/i4brbch0 als device das Problem war dabei nur dass dann statt calll
proceeding call disconnected (remote) in der ISdn Konsole gestanden hat und
als ich bei der Telekom anrief der Support mich darauf hingewiesen hat das
das nicht geht aber keine konkreten gegenvorschläge gemacht hat .....
So ich hoffe ich hab nich (schon wieder) was vergessen und mir kann diesmal
jemand helfen ....
Philipp Giller (mein richtiger Name, das hat seltenheitswert)
P.S. Schonmal danke im Vorraus und auch danke für die Hilfe von Stefan Jahn
die er mir bisher zukommen lies
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 18 May 2001 - 11:12:51 CEST