LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 09-15-2009, 10:18 PM   #1
actiononmail
LQ Newbie
 
Registered: Feb 2008
Posts: 4

Rep: Reputation: 0
dhcpd compatibility with PPP


Hi
I am facing problem regarding obtaining IP address of a client setup using DHCP. My setup arrangement
Is as follows:

NODE 1 (mac address x1:x2:x3:x4:x5)
|
| ETH
|
|
|
NODE 2 (running dhcp-relay) (18.1.1.1)
||
||
|| PPP
||
DHCP SERVER (18.1.1.2)

I have run dhcpcd on NODE 1 represent as a DHCP client. This will forward the packet on ETH toward NODE 2.
At NODE 2 I have run dhcp-helper application “dhcp-helper –s 18.1.1.2” to forward packet on PPP interface.
At DHCP-SERVER side , I am having configuration file as shown below:-
ddns-update-style interim;
ignore client-updates;
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
subnet 18.1.1.0 netmask 255.255.255.0 {
host CP {
hardware ethernet x1:x2:x3:x4:x5:x6;
fixed-address 192.168.8.155;
}
}
subnet 192.168.0.0 netmask 255.255.0.0 {
}


And running dhcpd as “/usr/bin/dhcpd –d ppp0”. After doing all these things I am able to get
DHCP DISCOVER packet towards dhcpd but due to some reason it is not able to detect the packet.
Is dhcpd unable to interpret DHCP packet due to PPP headers? Please help
 
  


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
How to re-invoke dhcpd after changes were made to dhcpd.conf file. Azazwa Linux - Newbie 3 03-30-2009 04:44 AM
Missing /etc/init.d/dhcpd from ISC DHCPD Quigi Linux - Networking 4 03-27-2008 08:50 PM
dhcpd subnet declaration problems in dhcpd.conf vcrispo Linux - Networking 6 07-15-2005 10:32 AM
DHCPD startup failure, mdk 9.2, dhcpd v3.0.1rc11 fuzzyworm Linux - Networking 1 02-14-2004 03:58 AM

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

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

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