<div dir="ltr"><div><br></div><div>Hello list,</div><div><br></div><div>I tried to setup a named virtual host and found out, that after the third</div><div>request the http host header is replaced, by the IP and port in ipxe.<br></div><div>Thus it is not possible to setup a Named virtual host "cname"</div><div>web server and use it with ipxe.<br></div><div><br></div><div>The http header is captured with tcpdump on the apache server.</div><div>(see below.)<br></div><div><br></div><div>Maybe someone with a better understanding can explain what</div><div>goes wrong?<br></div><div><br></div><div>regards,</div><div><br></div><div>Martin</div><div><br></div><div>"LOG":<br></div><div>capture on www server "<a href="http://tftp.home.net">tftp.home.net</a>"<br><br>>tcpdump -vvvvs 1024 -A host <a href="http://mypc.home.net">mypc.home.net</a><br><br><br>first request<br><br>GET /netboot/pxe/vlan100/main.ipxe HTTP/1.1<br>Connection: keep-alive<br>User-Agent: iPXE/1.20.1+ (g18dc)<br>Host: <a href="http://tftp.home.net">tftp.home.net</a><br>^^ ok<br><br>second request<br><br>POST /netboot/pxe/vlan100/efi/menu.php HTTP/1.1<br>Content-Length: 27<br>Content-Type: application/x-www-form-urlencoded<br>Connection: keep-alive<br>User-Agent: iPXE/1.20.1+ (g18dc)<br>Host: <a href="http://tftp.home.net">tftp.home.net</a><br>^^ ok<br><br>third request<br><br>POST //netboot/pxe/vlan100/efi/../pcbios/menu_linux_install.php HTTP/1.1<br>Content-Length: 27<br>Content-Type: application/x-www-form-urlencoded<br>Connection: keep-alive<br>User-Agent: iPXE/1.20.1+ (g18dc)<br>Host: <a href="http://192.168.19.17:80">192.168.19.17:80</a><br>^^ replaced by IP (?)<br></div><div><br></div></div>