lsq726 wrote:
>
> Requests for help.
> How to set up to launch an iSCSI with authentication?
>
> environment description:
>
> System: WINDOWS serer
>
> DHCP SERVER: MSDHCP
>
> client :WINDOWS XP
>
> AND GPXE.PXE
>
> ======================================
>
> If you can, please help me..
>

Sure. Please see attachment. Also, please see
http://etherboot.org/mailman/listinfo/gpxe

> Please be as specific as possible with photo caption thank you
>

No photos, sorry.

- Shao Miller

-----

# Example network layout

# 192.168.0.2 : DHCP server
# 192.168.0.30 : iSCSI target SAN server
# 192.168.0.100 : Reservation for client A
# 192.168.0.101 : Reservation for client B
# 192.168.0.102 : Reservation for client C

# To backup your DHCP server's configuration, use the following command:
#
# netsh dhcp server 192.168.0.2 dump > dhcp_backup.netsh
#
# To import such a backup, use the following command:
#
# netsh -f dhcp_backup.netsh
#
# This file you are reading is an example DHCP backup file

# Add scope

Dhcp Server 192.168.0.2 add scope 192.168.0.0 255.255.255.0 "MyScope"
"MyScope"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set state 1

# Add pool

Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add iprange 192.168.0.100
192.168.0.253

# Add boot server and boot file options

Dhcp Server 192.168.0.2 Scope 192.168.0.0 set optionvalue 66 STRING
"192.168.0.3"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set optionvalue 67 STRING
"undionly.kkpxe"

# Remember you will also want to configure DNS options

# Add reservations for SAN clients

Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add reservedip 192.168.0.100
0011223344aa "ClientA" "ClientA" "BOTH"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set reservedoptionvalue
192.168.0.100 17 STRING "iscsi:192.168.0.30::::sans:clienta"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add reservedip 192.168.0.101
0011223344bb "ClientB" "ClientB" "BOTH"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set reservedoptionvalue
192.168.0.101 17 STRING "iscsi:192.168.0.30::::sans:clientb"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add reservedip 192.168.0.102
0011223344cc "ClientC" "ClientC" "BOTH"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set reservedoptionvalue
192.168.0.102 17 STRING "iscsi:192.168.0.30::::sans:clientc"

# Example network layout

# 192.168.0.2  : DHCP server
# 192.168.0.30 : iSCSI target SAN server
# 192.168.0.100 : Reservation for client A
# 192.168.0.101 : Reservation for client B
# 192.168.0.102 : Reservation for client C

# To backup your DHCP server's configuration, use the following command:
#
# netsh dhcp server 192.168.0.2 dump > dhcp_backup.netsh
#
# To import such a backup, use the following command:
#
# netsh -f dhcp_backup.netsh
#
# This file you are reading is an example DHCP backup file

# Add scope

Dhcp Server 192.168.0.2 add scope 192.168.0.0 255.255.255.0 "MyScope" "MyScope"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set state 1

# Add pool

Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add iprange 192.168.0.100 
192.168.0.253 

# Add boot server and boot file options

Dhcp Server 192.168.0.2 Scope 192.168.0.0 set optionvalue 66 STRING 
"192.168.0.3" 
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set optionvalue 67 STRING 
"undionly.kkpxe" 

# Remember you will also want to configure DNS options

# Add reservations for SAN clients

Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add reservedip 192.168.0.100 
0011223344aa "ClientA" "ClientA" "BOTH"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set reservedoptionvalue 192.168.0.100 
17 STRING "iscsi:192.168.0.30::::sans:clienta" 
Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add reservedip 192.168.0.101 
0011223344bb "ClientB" "ClientB" "BOTH"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set reservedoptionvalue 192.168.0.101 
17 STRING "iscsi:192.168.0.30::::sans:clientb" 
Dhcp Server 192.168.0.2 Scope 192.168.0.0 Add reservedip 192.168.0.102 
0011223344cc "ClientC" "ClientC" "BOTH"
Dhcp Server 192.168.0.2 Scope 192.168.0.0 set reservedoptionvalue 192.168.0.102 
17 STRING "iscsi:192.168.0.30::::sans:clientc" 
_______________________________________________
gPXE mailing list
[email protected]
http://etherboot.org/mailman/listinfo/gpxe

Reply via email to