Advertisement
Guest User

Untitled

a guest
May 31st, 2017
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. config 'switch' 'eth0'              
  2.         option 'enable' '1'        
  3.                                    
  4. config 'switch_vlan' 'eth0_0'      
  5.         option 'device' 'eth0'      
  6.         option 'vlan' '0'          
  7.         option 'ports' '1 2 3 4 5*'    
  8.                                        
  9. config 'switch_vlan' 'ppp0'            
  10.         option 'device' 'eth0'          
  11.         option 'vlan' '1'              
  12.         option 'ports' '0 5'    
  13.  
  14.  
  15.        
  16.                                        
  17. config 'interface' 'loopback'          
  18.         option 'ifname' 'lo'            
  19.         option 'proto' 'static'        
  20.         option 'ipaddr' '127.0.0.1'    
  21.         option 'netmask' '255.0.0.0'    
  22.                                        
  23. config 'interface' 'lan'                    
  24.         option 'type' 'bridge'              
  25.         option 'ifname' 'eth0.0'                
  26.         option 'proto' 'static'                  
  27.         option 'netmask' '255.255.255.0'
  28.         option 'ipaddr' '172.17.17.1'  
  29.                                        
  30. config 'interface' 'wan'                
  31.         option 'ifname' 'ppp0'          
  32.         option 'proto' 'pptp'          
  33.         option 'server' '10.150.5.24'  
  34.         option 'username' 'username'
  35.         option 'password' '********'  
  36.                                        
  37. config 'interface' 'area'              
  38.         option 'ifname' 'eth0.1'        
  39.         option 'proto' 'static'        
  40.         option 'macaddr' '********'
  41.         option 'netmask' '255.255.255.0'    
  42.         option 'dns' '212.1.224.34 212.1.230.111'
  43.         option 'gateway' '10.157.112.253'        
  44.         option 'ipaddr' '10.157.112.179'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement