summaryrefslogtreecommitdiff
path: root/templates/system/console/network/node.def
AgeCommit message (Collapse)Author
2020-06-11console: T2569: migrate to vyos-1xChristian Poessinger
2012-04-04Add network console supportStephen Hemminger
Bug 6883 This enhancement adds ability to configure one or more network consoles. A network console sends a copy of all console messages over UDP. Each target can be configured with local, remote and interface. The only required parameter is the interface name. The local and remote ports both have default values, and by default traffic is sent as broadcast. For more information see kernel: Documentation/networking/netconsole.txt Configuration example: device ttyS0 { speed 9600 } network netcon0 { interface eth0 remote { address 192.168.91.1 } }