15 lines
		
	
	
		
			554 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			554 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # /etc/ppp/options -*- sh -*- general options for pppd
 | |
| 
 | |
| #debug
 | |
| #logfile /mnt/userdisk/pppd.log
 | |
| #noauth                  # peer need not to authenticate
 | |
| #novj                    # no van jacobson header compression
 | |
| #noipdefault             # no default ip route
 | |
| #defaultroute            # add the created connection as default route
 | |
| #ipcp-accept-local       # accept ip-address from ppp server
 | |
| #ipcp-accept-remote      # get server IP-address from server
 | |
| #require-ns              # get the nameserver address from ppp server
 | |
| #nocrtscts
 | |
| #mtu 512
 | |
| #mru 1492
 |