This repository was archived by the owner on Jan 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -863,20 +863,20 @@ connect interactively to this console via 'telnet localhost 2222':
863863
864864--serial tcp,host=:2222,mode=bind,protocol=telnet
865865
866- =item B<--serial udp,host=CONNECT_HOST:PORT,bind_port =BIND_HOST:BIND_PORT>
866+ =item B<--serial udp,host=CONNECT_HOST:PORT,bind_host =BIND_HOST:BIND_PORT>
867867
868868UDP net console. HOST:PORT is the destination to send output to (default
869- HOST is '127.0.0.1', PORT is required. BIND_HOST:PORT is the optional local
870- address to bind to (default BIND_HOST is 127.0.0.1, but is only set if
871- BIND_PORT is specified.) Some examples:
869+ HOST is '127.0.0.1', PORT is required) . BIND_HOST:BIND_PORT is the optional
870+ local address to bind to (default BIND_HOST is 127.0.0.1, but is only set if
871+ BIND_PORT is specified). Some examples:
872872
873873Send output to default syslog port (may need to edit /etc/rsyslog.conf
874874accordingly):
875875
876876--serial udp,host=:514
877877
878878Send output to remote host 192.168.10.20, port 4444 (this output can be
879- read on the remote host using 'nc -u -l 4444':
879+ read on the remote host using 'nc -u -l 4444') :
880880
881881--serial udp,host=192.168.10.20:4444
882882
You can’t perform that action at this time.
0 commit comments