Syslog server setting

Name

  syslog

Details

Type IPv4 address
DHCP option number 7
ISC dhcpd syntax option log-servers

Examples

Display the syslog server

  iPXE> show syslog
  net0.dhcp/syslog:ipv4 = 192.168.0.1

Set the syslog server manually

  iPXE> set syslog 192.168.0.1

Configure the syslog server in ISC dhcpd

  # in /etc/dhcpd.conf
  option log-servers 192.168.0.1;

Description

Specifies the syslog server address used for recording iPXE output to a remote logfile.

See also

Build options

This setting is available only when the build option CONSOLE_SYSLOG is enabled.

Notes

When multiple syslog servers are specified, only the first server will be used.

cfg/syslog.txt ยท Last modified: 2012/03/27 10:34 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.