Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dnsmasq (or other dhcp client) and multiple domains?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
redgsturbo
Apprentice
Apprentice


Joined: 24 Jun 2005
Posts: 283

PostPosted: Fri Dec 05, 2008 10:30 pm    Post subject: dnsmasq (or other dhcp client) and multiple domains? Reply with quote

Is there anyway to assign a different domain name based on a MAC (the way you can assign hostnames based on the MAC) ?
Back to top
View user's profile Send private message
kevstar31
Guru
Guru


Joined: 22 Nov 2006
Posts: 449
Location: Ohio

PostPosted: Sat Dec 06, 2008 4:36 pm    Post subject: Reply with quote

You need to use static ip adressing
example dhcpd.conf
Code:
host machine_name {
hardware ethernet 00:00:00:00:00:00;
fixed-address 000.000.000.000;
}

http://forums.whirlpool.net.au/forum-replies-archive.cfm/309440.html

What dns server do you use?
_________________
while(true) std::cout << "Jesus I trust in you." << std::endl;
My Political Compass
Back to top
View user's profile Send private message
redgsturbo
Apprentice
Apprentice


Joined: 24 Jun 2005
Posts: 283

PostPosted: Sat Dec 06, 2008 4:54 pm    Post subject: Reply with quote

kevstar31 wrote:
You need to use static ip adressing
example dhcpd.conf
Code:
host machine_name {
hardware ethernet 00:00:00:00:00:00;
fixed-address 000.000.000.000;
}

http://forums.whirlpool.net.au/forum-replies-archive.cfm/309440.html

What dns server do you use?


Right now I'm just using dnsmasq to forward dns requests. I have 2 domains I host on my lan.. was hoping to pass out x.x.com to one set of boxes, and y.y.net to another.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum