LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   PXE-BOOT Not working?? (https://www.linuxquestions.org/questions/linux-server-73/pxe-boot-not-working-664499/)

your_shadow03 08-21-2008 10:57 PM

PXE-BOOT Not working??
 
I have setup a Management Station which is a server provisioning server.Whenever any other node on the same VLAN gets rebooted and we press F12 for PXE-BOOT then it will be connected to that Management Station and installs complete OS therwith.

Now When I tried it without VLAN its working but its not being PXE-Booting when I put it in VLAN.

The machine is now by default with OS and its pinging to the management station.But On rebootign and pressing F12 its not being connected to the mgmt station..

I tried:

#tcpdump -i eth0 --port 67 or port 68 or port 69

BUt it dont display anything?Pls Help

Woodypecker 08-22-2008 12:23 AM

Maybe I don't understand. You can assign a (server) network interface or a switchport to a VLAN ... but I don't know how that could be accomplished upon PXE boot?
Of course, if the PXE server is on another VLAN that the client is connected to, there will be no talking ....

your_shadow03 08-22-2008 07:34 AM

The Machines all are on same VLAN.
I checked with logging on into Management Station through this command:
Its shwoing:
Code:

mgt# tcpdump -i eth0 port 67 or port 68 or port 69
tcpdump: listening on eth0
17:47:27.215024 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:47:31.193324 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:47:39.211288 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:47:55.249472 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:48:27.269732 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:48:39.241436 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:48:43.197103 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:48:51.215926 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:49:07.253679 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:49:39.273940 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:49:51.213033 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:49:55.201738 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:50:03.220669 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:50:19.258209 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:50:51.279006 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:51:03.218529 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:51:07.206805 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:51:15.225200 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:51:31.263167 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:52:03.283643 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:52:15.233679 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:52:19.211443 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:52:27.229838 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:52:43.268127 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:53:15.288604 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:53:27.216325 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:53:31.216509 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:53:39.235010 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:53:55.272121 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:54:27.293026 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:54:39.243062 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:54:43.220289 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:54:51.239117 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:55:07.276974 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:55:39.297129 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:55:51.225065 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:55:56.817708 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:56:04.836530 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:56:20.874177 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:56:52.894546 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:57:04.834066 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:57:08.822783 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:57:16.841166 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:57:32.878813 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:58:04.899180 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:58:16.849215 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:58:20.826980 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:58:28.845803 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:58:44.883448 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
17:59:16.903816 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]
17:59:28.843339 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x61ace746 secs:4 flags:0x8000 [|bootp]
17:59:32.831616 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x62ace746 secs:8 flags:0x8000 [|bootp]
17:59:40.851404 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x63ace746 secs:16 flags:0x8000 [|bootp]
17:59:56.888086 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x64ace746 secs:32 flags:0x8000 [|bootp]
18:00:28.908454 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0x65ace746 secs:64 flags:0x8000 [|bootp]

But it means that the Server which is PXE booted is able to trigger the MANAGEMENT STATION.
But wonder why it is not able to boot from the machine.


All times are GMT -5. The time now is 02:43 AM.