← Back to team overview

sslug-teknik team mailing list archive

Re: 3 USB kort del 2

 

On Sun, Sep 02, 2007 at 14:05:05 +0000, John Poulsen wrote:
....
> > En god ide er at slå begge compressioner fra i opsætningen til ppp
> > (både BSD og deflate compression)
> > de plejede at give problemer da jeg anvendte ISDN.
.....
> >
> 
> og hvordan gør jeg det?

i options filen til pppd , ofte /etc/ppp/options
kan man sætte til off:

#only bsdcomp and deflate exist for linux:
nobsdcomp  # ==  bsdcomp 0  
nodeflate

#Eventuelt også disable CCP (Compression Control Protocol) negotiation:
noccp

# og evt. VJ
novj


I samme fil kan du også sætte debug level for at få mere
detaljeret debug om protokolhåndtering ved logon,
samt om der skal bruges chap (+chap) eller ikke (-chap)


Filen pap-secrets kan være placeret i /etc/ppp/


#.....

# OUTBOUND connections

# Here you should add your userid password to connect to your providers via
# pap. The * means that the password is to be used for ANY host you connect
# to. Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
# If you have different providers with different passwords then you better
# remove the following line.

#
# user          server          secret          addrs
#-----------------------------------------------------
frank             *              password1
123456789         *              password2


Filen chap-secrets er gerne samme sted som pap-secrets og har
samme format  /etc/ppp/chap-secrets

# user          server          secret          addrs
#-----------------------------------------------------
frank             *              password1
123456789         *              password2




-- 
mvh Frank Damgaard  | 



Follow ups

References