david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/net
Michael Brown 960dee6dd0 [iscsi] Change default initiator IQN
The default initiator IQN is "iqn.2000-09.org.etherboot:UNKNOWN".
This is problematic for two reasons:

  a) the etherboot.org domain (and hence the associated IQN namespace)
     is not under the control of the iPXE project, and

  b) some targets (correctly) refuse to allow concurrent connections
     from different initiators using the same initiator IQN.

Solve both problems by changing the default initiator IQN to be

  iqn.2010-04.org.ipxe:<hostname> if a hostname is set, or

  iqn.2010-04.org.ipxe:<uuid> if no hostname is set.

Explicit initiator IQNs set via DHCP option 203 are not affected by
this change.

Unfortunately, this change is likely to break some existing
configurations, where ACL rules have been put in place referring to
the old default initiator IQN.  Users may need to update ACLs, or
force the use of the old IQN using an iPXE script line such as

  set initiator-iqn iqn.2000-09.org.etherboot:UNKNOWN

or a dhcpd.conf option such as

   option iscsi-initiator-iqn "iqn.2000-09.org.etherboot:UNKNOWN"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-03-03 22:23:44 +00:00
..
80211 [list] Add list_first_entry() 2010-11-08 03:15:28 +00:00
infiniband [infiniband] Add support for identifying the underlying hardware device 2010-09-22 17:11:29 +01:00
tcp [iscsi] Change default initiator IQN 2011-03-03 22:23:44 +00:00
udp [dns] Fix memory leak in settings applicator 2011-03-03 20:09:29 +00:00
aoe.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
arp.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
cachedhcp.c [dhcp] Rename length fields for DHCP options 2011-01-10 03:39:26 +00:00
dhcpopts.c [nvo] Allow resizing of non-volatile stored option blocks 2011-01-19 13:52:48 +00:00
dhcppkt.c [dhcp] Allow use of custom reallocation functions for DHCP option blocks 2011-01-11 21:24:40 +00:00
eapol.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
eth_slow.c [lacp] Fix dumping of raw LACP packets 2010-11-18 17:41:44 +00:00
ethernet.c [lacp] Add simple LACP implementation 2010-05-10 16:34:17 +01:00
fakedhcp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
fc.c [fc] Allow Fibre Channel ports to be explicitly named 2010-11-27 14:37:53 +00:00
fcels.c [fc] Log out correct port ID after a successful LOGO request 2010-11-08 03:35:36 +00:00
fcns.c [fc] Add support for Fibre Channel name server lookups 2010-11-08 03:35:36 +00:00
fcoe.c [fcoe] Use only the first instance of a FIP descriptor 2010-11-27 16:04:57 +00:00
fcp.c [fc] Support Fibre Channel ECHO 2010-11-08 03:35:36 +00:00
icmp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
icmpv6.c [build] Fix misaligned table entries when using gcc 4.5 2010-08-20 10:13:04 +01:00
infiniband.c [list] Fix typographical error from previous commit 2010-11-11 00:30:22 +00:00
iobpad.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ipv4.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
ipv6.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
mii.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ndp.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
netdev_settings.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
netdevice.c [netdevice] Allow devices to indicate that interrupts are not supported 2011-01-25 14:16:11 +00:00
nullnet.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
rarp.c [netdevice] Pass both link-layer addresses in net_tx() and net_rx() 2010-10-07 19:15:04 +01:00
retry.c [retry] Process at most one timer's expiry in each call to retry_step() 2010-11-08 03:35:36 +00:00
tcp.c [tcp] Use MAX_LL_NET_HEADER_LEN instead of defining our own MAX_HDR_LEN 2010-11-19 16:08:05 +00:00
tcpip.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
tls.c [tls] Handle multiple handshake records 2010-06-23 01:01:32 +01:00
udp.c [udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN 2010-11-19 16:08:05 +00:00
vlan.c [vlan] Expose vlan_find() to network card drivers 2010-12-01 18:46:50 +00:00