Bochs/bochs/misc/slirp.conf
Volker Ruppert 25f9b4346a Added support for the bootfile option in the slirp config file.
Moved slirp config parameters to the ethernet module object.
Added initial documentation for the built-in slirp support
2014-03-03 16:32:11 +00:00

20 lines
414 B
Plaintext

# slirp config
# The line above is mandatory
# This is the classic slirp setup
# restricted = 0
# net = 10.0.2.0
# mask = 255.255.255.0
# host = 10.0.2.2
# dhcp = 10.0.2.15
# dns = 10.0.2.3
# This is the vnet setup
restricted = 1
net = 192.168.10.0
mask = 255.255.255.0
host = 192.168.10.1
dhcp = 192.168.10.2
dns = 0.0.0.0
bootfile = pxelinux.0