Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 308337 Details for
Bug 449946
dhcpd ignoring secondary IPs
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
dhcpd.conf
dhcpd.conf (text/plain), 1.14 KB, created by
Christian Celler
on 2008-06-04 12:46:04 UTC
(
hide
)
Description:
dhcpd.conf
Filename:
MIME Type:
Creator:
Christian Celler
Created:
2008-06-04 12:46:04 UTC
Size:
1.14 KB
patch
obsolete
>ddns-update-style interim; >ignore client-updates; > >subnet 192.168.204.0 netmask 255.255.255.0 { > authoritative; > option subnet-mask 255.255.255.0; > > option domain-name "install.xxx"; > > range dynamic-bootp 192.168.204.3 192.168.204.254; > default-lease-time 21600; > max-lease-time 43200; > > allow booting; > allow bootp; > > class "vlan185/0" { > match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; > next-server 192.168.204.1; > filename "pxelinux.0"; > } >} > >subnet 192.168.206.0 netmask 255.255.254.0 { > authoritative; > option subnet-mask 255.255.254.0; > > option domain-name "install.xxx"; > > range dynamic-bootp 192.168.206.3 192.168.207.254; > default-lease-time 21600; > max-lease-time 43200; > > allow booting; > allow bootp; > > class "vlan123/1" { > match if substring(option vendor-class-identifier, 0, 9) = "PXEClient"; > next-server 192.168.206.1; > filename "pxelinux.0"; > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 449946
: 308337