# /etc/ppp/options.ippp? # # for isdn4linux/syncPPP and dynamic IP-numbers # # # Klaus Franken, kfr@suse.de # Version: 27.08.97 (5.1) # # This file is copy by YaST from /etc/ppp/ioptions.YaST # to options. # The device(s) # for more than one device try: # /dev/ippp0 /dev/ippp1 ... /dev/ippp1 proxyarp # The IP addresses: : # just "0.0.0.0:" or nothing for dynamic IP 192.168.0.10:192.168.0.100 # The netmask # it should be 255.255.255.255 # netmask 255.255.255.255 # try to get IP address from interface # option specific to ipppd (as opposed to pppd) # use only with static IP useifip # disable all header-compression -vj -vjccomp -ac -pc -bsdcomp # max receive unit mru 1524 # max transmit unit mtu 1500 # If this machine is a server, force authentication by uncommenting one # of the following. However, if this machine is a client, doing this will # prevent a succesful connection! (message "peer refused to authenticate"). # So, only uncomment on a server. # "+pap" / "+chap" NUR AKTIVIEREN, WENN DIES EIN SERVER IST!!! +pap #+chap #use the accounts in /etc/passwd login auth # if you have problems with handshaking (no response for first # lcp-package) try to decrease the retry-cycle. Default is 3 sec, # try for example 2 sec: # lcp-restart 2 # sometimes you need this: noccp # Get dns info from peer ms-dns 192.168.0.10 domain domain1