mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			653 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
interfaces {
 | 
						|
    ethernet eth0 {
 | 
						|
        address dhcp
 | 
						|
    }
 | 
						|
}
 | 
						|
service {
 | 
						|
    ssh {
 | 
						|
        port 8022
 | 
						|
        client-keepalive-interval 180
 | 
						|
    }
 | 
						|
}
 | 
						|
system {
 | 
						|
    host-name vyos
 | 
						|
    syslog {
 | 
						|
        global {
 | 
						|
            facility all {
 | 
						|
                level info
 | 
						|
            }
 | 
						|
            facility protocols {
 | 
						|
                level debug
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
    ntp {
 | 
						|
        server "0.pool.ntp.org"
 | 
						|
        server "1.pool.ntp.org"
 | 
						|
        server "2.pool.ntp.org"
 | 
						|
    }
 | 
						|
    console {
 | 
						|
        device ttyS0 {
 | 
						|
            speed 38400
 | 
						|
        }
 | 
						|
    }
 | 
						|
    config-management {
 | 
						|
        commit-revisions 100
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
interfaces {
 | 
						|
    loopback lo {
 | 
						|
    }
 | 
						|
}
 |