Re: [ipxe-devel] [RFC 0/3] Implement IPv6 source address selection

2016-02-19 Thread Thomas Bächler
Am 19.02.2016 um 15:51 schrieb Michael Brown: > On 13/02/16 00:15, Thomas Bächler wrote: >> Am 03.02.2016 um 22:35 schrieb Thomas Bächler: >>> Am 03.02.2016 um 20:12 schrieb Thomas Bächler: When I tried using ipxe with IPv6, I realized that I was unable to reach any hosts outsid

[ipxe-devel] ipxe to cobbler

2016-02-19 Thread Badiane Ka
Here is what I would like to achieve.   I have setup a cobbler server in an environment where I do not control the DHCP server. I have distros, profiles and systems defined.  Since I do not have access to the DHCP server to have it pass the nextserver variable to the system, I used cobbler build

Re: [ipxe-devel] [RFC 0/3] Implement IPv6 source address selection

2016-02-19 Thread Hannes Reinecke
On 02/19/2016 03:51 PM, Michael Brown wrote: > On 13/02/16 00:15, Thomas Bächler wrote: >> Am 03.02.2016 um 22:35 schrieb Thomas Bächler: >>> Am 03.02.2016 um 20:12 schrieb Thomas Bächler: When I tried using ipxe with IPv6, I realized that I was unable to reach any hosts outside

Re: [ipxe-devel] [RFC 0/3] Implement IPv6 source address selection

2016-02-19 Thread Michael Brown
On 13/02/16 00:15, Thomas Bächler wrote: Am 03.02.2016 um 22:35 schrieb Thomas Bächler: Am 03.02.2016 um 20:12 schrieb Thomas Bächler: When I tried using ipxe with IPv6, I realized that I was unable to reach any hosts outside my own network. The reason was that ipxe used my ULA address instea

[ipxe-devel] new functions "chop" and "upper"

2016-02-19 Thread JUNG, Christian
Hello, I've added two new functions ("chop" and "upper") to the iPXE shell and attached the patch to this mail. These help me to resemble the pxelinux.0 behaviour. "chop" cuts off the last character of a given setting and "upper" changes a setting to upper case. I'm not sure whether the imple