Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95949 Details for
Bug 145753
dhcpcd-2.0.5-r1 init script appears not start
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/dhcp/dhcpd.conf
dhcpd.conf (text/plain), 1.39 KB, created by
Michele Schiavo
on 2006-09-04 03:54:09 UTC
(
hide
)
Description:
/etc/dhcp/dhcpd.conf
Filename:
MIME Type:
Creator:
Michele Schiavo
Created:
2006-09-04 03:54:09 UTC
Size:
1.39 KB
patch
obsolete
>ddns-update-style ad-hoc; >default-lease-time 259200; >max-lease-time 518400; >option time-offset 39600; > >key dhcp-ddns { > algorithm hmac-md5; > secret "zwXmlEz09pexm8Msdd477A=="; >}; > >zone uzz.local. { > primary 192.168.26.254; > key dhcp-ddns; >} > >zone 26.168.192.in-addr.arpa. { > primary 192.168.26.254; > key dhcp-ddns; >} > > >subnet 192.168.26.0 netmask 255.255.255.0 { > authoritative; > ddns-updates on; > ddns-domainname "uzz.local"; > option domain-name "uzz.local"; > ddns-rev-domainname "in-addr.arpa"; > > > option subnet-mask 255.255.255.0; > option broadcast-address 192.168.26.255; > option routers 192.168.26.254; > option domain-name-servers 192.168.26.252; > option netbios-name-servers 192.168.26.252; > > > range 192.168.26.64 192.168.26.128; > > host NTBMichele { > hardware ethernet 00:c0:9f:25:eb:38; > fixed-address 192.168.26.1; > } > > host NTBMicheleW { > hardware ethernet 00:A0:C5:94:85:EA; > fixed-address 192.168.26.2; > } > > host UTStarcom { > hardware ethernet 00:07:ba:25:22:32; > fixed-address 192.168.26.3; > } > > host SNOM320 { > hardware ethernet 00:04:13:24:36:FE; > fixed-address 192.168.26.4; > } > > host gentoo32 { > hardware ethernet 00:50:56:00:00:10; > fixed-address 192.168.26.10; > } > > host suse { > hardware ethernet 00:50:56:00:00:11; > fixed-address 192.168.26.12; > } > > host windowsxp { > hardware ethernet 00:50:56:00:00:12; > fixed-address 192.168.26.12; > } > >}
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 145753
:
95948
| 95949 |
95953