<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-system.git/templates/system/console/network, branch master</title>
<subtitle>Vyatta system-level configuration templates/scripts (mirror of https://github.com/vyos/vyatta-cfg-system.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/'/>
<updated>2012-04-04T22:38:13+00:00</updated>
<entry>
<title>Add network console support</title>
<updated>2012-04-04T22:38:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2012-04-04T22:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-system.git/commit/?id=d1fc3e13893a938ad5d62ef68c30ec3003d7b54f'/>
<id>urn:sha1:d1fc3e13893a938ad5d62ef68c30ec3003d7b54f</id>
<content type='text'>
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
     }
 }
</content>
</entry>
</feed>
