LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-11-2012, 01:57 AM   #1
ping2vamsi
LQ Newbie
 
Registered: Jan 2012
Posts: 1

Rep: Reputation: Disabled
PXE in Static IP Network


Hi..


Is there any possibility to implement PXE boot server in a static network. Please let me know if there any...

Thanks
Vamsi
 
Old 01-11-2012, 02:04 AM   #2
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and welcome to LinuxQuestions,

AFAIK there's no possibility to do that since PXE relies on DHCP. What you could do is setup Static DHCP (DHCP reservation) or work with a DHCP server on a completely different subnet, not accessible from the 'static network'.

Looking forward to your participation in the forums. Have fun with Linux.

Kind regards,

Eric
 
Old 01-11-2012, 08:19 AM   #3
tsumaru
LQ Newbie
 
Registered: Jan 2012
Distribution: Ubuntu
Posts: 18

Rep: Reputation: Disabled
as mentioned PXE is a form of DHCP. if all your computers have static addresses allocated in their OS then that makes no difference to the presence of a pxe server.

i believe dhcpd3 can do pxe but im not 100% of the configuration. All you would need to do is set it up to serve pxe
 
Old 01-11-2012, 11:06 AM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
In a round about way you could use gpxe/ipxe to solve this.

A normal static lan would not be impacted by a temporary dhcp pxe server. I do it all the time on a static lan. I just don't leave it on too long in case someone boots to lan.
 
Old 01-12-2012, 06:43 AM   #5
Reuti
Senior Member
 
Registered: Dec 2004
Location: Marburg, Germany
Distribution: openSUSE 15.2
Posts: 1,339

Rep: Reputation: 260Reputation: 260Reputation: 260
What is “static network” in detail? All my nodes in the cluster have fixed addresses but get them from the dhcp server and hence also PXE is working. You can put rules inside dhcpd.conf like:
Code:
use-host-decl-names on;

    host node01 {
        hardware ethernet 00:23:8B:DB:D4:22;
        fixed-address 192.168.1.1;
    }
 
Old 01-13-2012, 12:39 AM   #6
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hi Reuti,

What you have set up is 'static DHCP' as I understand it. I don't know if you're asking or explaining that in your post but for those who don't know it:
Quote:
static allocation: The DHCP server allocates an IP address based on a table with MAC address/IP address pairs, which are manually filled in (perhaps by a network administrator). Only requesting clients with a MAC address listed in this table will be allocated an IP address. This feature (which is not supported by all DHCP servers) is variously called Static DHCP Assignment (by DD-WRT), fixed-address (by the dhcpd documentation), Address Reservation (by Netgear), DHCP reservation or Static DHCP (by Cisco/Linksys), and IP reservation or MAC/IP binding (by various other router manufacturers).
from Wikipedia.

Kind regards,

Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple PXE Servers same network bkone Linux - Networking 2 07-29-2010 03:43 PM
PXE/Boot Server with Static IP clients asmar Linux - Networking 0 08-17-2006 02:25 PM
PXE/Network Booting OS ap0ll0 Linux - Networking 1 03-23-2006 02:11 PM
Network Installation using PXE Boot Xeln Linux - Enterprise 7 09-16-2005 09:20 AM
Is there any static ARP for static IP network? linux_lover2005 Linux - Networking 2 05-18-2005 12:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration