Boot with DHCP
From: Tommy Fallsen (tommyf_at_kongsberg.com)
Date: 08/29/03
- Next message: Robin KAY: "Re: second ALPHA of GarageGames' TGE port to Solaris/Sparc (feel like killing your XVR-XXXX card today?)"
- Previous message: Andrew Gabriel: "Re: UFS low-level details"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Aug 2003 15:50:31 +0200
Hi
Sorry if is'nt the right group, any network, dhcp, related group is blocked
here at work. :(
Im trying to boot a Sun Fire V240 on a different subnet than the boot
server. The boot server is running ISC dhcp. And the Cisco Router got
IP-Helper configured. But i get address already in use on the Sun Fire V240.
The dhcp config work fine if Client/boot server is on the same subnet. Must
i change something
on the config of dhcp? Tried specify boot net:dhcp,bootserver ip, and so
on. did'nt help.
Got any hints, things to check. Will post snoop output,dhcp log when i can
extract them somehow
from the console i use.
Trofors is SF V240 server (172.25 subnet) and 172.18.2.19 is boot server.
#########################################################################
# sample dhcpd.conf
# option definitions common to all networks...
ddns-update-style ad-hoc;
option space SUNW;
option SUNW.root-mount-options code 1 = text;
option SUNW.root-server-ip-address code 2 = ip-address;
option SUNW.root-server-hostname code 3 = text;
option SUNW.root-path-name code 4 = text;
option SUNW.swap-server-ip-address code 5 = ip-address;
option SUNW.swap-file-path code 6 = text;
option SUNW.boot-file-path code 7 = text;
option SUNW.posix-timezone-string code 8 = text;
option SUNW.boot-read-size code 9 = unsigned integer 16;
option SUNW.install-server-ip-address code 10 = ip-address;
option SUNW.install-server-hostname code 11 = text;
option SUNW.install-path code 12 = text;
option SUNW.sysid-config-file-server code 13 = text;
option SUNW.JumpStart-server code 14 = text;
option SUNW.terminal-name code 15 = text;
subnet 172.18.0.0 netmask 255.255.0.0 {
option routers 172.18.1.1;
option subnet-mask 255.255.0.0;
}
subnet 172.25.0.0 netmask 255.255.0.0 {
option routers 172.25.1.1;
option subnet-mask 255.255.0.0;
}
group {
filename "inetboot.sun4u.Solaris_8";
next-server 172.18.2.19;
class "SUNW,Sun-Fire-V240" {
match if option vendor-class-identifier = "SUNW,Sun-Fire-V240";
vendor-option-space SUNW;
option SUNW.sysid-config-file-server
"hokksund:/export/jumpstart/Sysidcfg/Solaris_8";
option SUNW.JumpStart-server "172.22.2.10:/export/jumpstart";
option SUNW.install-server-hostname "hokksund";
option SUNW.install-server-ip-address 172.22.2.10;
option SUNW.install-path "/export/jumpstart";
option SUNW.root-server-hostname "hokksund";
option SUNW.root-server-ip-address 172.22.2.10;
option SUNW.root-path-name
"/export/jumpstart/OS/Solaris_8_2002-02/Solaris_8/Tools/Boot";
}
host trofors {
hardware ethernet 00:03:BA:32:ED:A1;
fixed-address trofors;
option host-name "trofors";
next-server 172.18.2.19;
}
}
- Next message: Robin KAY: "Re: second ALPHA of GarageGames' TGE port to Solaris/Sparc (feel like killing your XVR-XXXX card today?)"
- Previous message: Andrew Gabriel: "Re: UFS low-level details"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|