dhcp-forwarder
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dhcp-forwarder] DHCP-fwd on OpenWRT


From: Martin Christensson
Subject: [dhcp-forwarder] DHCP-fwd on OpenWRT
Date: Mon, 11 Jul 2005 10:27:55 +0200

I can't get DHCP-fwd to work on my Linsys WRT54G running OpenWRT.
The process starts but there are no forwarded packets and the log remains empty.
 
* Does DHCP-fwd require dnsmasq? I shut it down to simplify the process (got bind-errors before).
 
 I have connected the WAN port to a hub and on that there is an VoIP-box sending the DHCP requests and my laptop using Ethereal. (I have also checked that I can ping the DHCP-server.)
 
address@hidden:~# ifconfig
br0       Link encap:Ethernet  HWaddr 00:12:17:C7:A1:FE 
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
vlan1     Link encap:Ethernet  HWaddr 00:12:17:C7:A1:FE 
          inet addr:192.168.8.62  Bcast:192.168.8.255  Mask:255.255.255.0
eth0, eth1,lo and vlan0 är also available but have no IP. (I am pretty sure that only vlan0 is usable and that the others are internal names used by the ones that (can) have IP-adresses).
 
The essentials of my dhcp-fwd.conf:
 
 ######### ENVIRONMENT SETTINGS #########                             
user            0                                                     
group           0         
#chroot         /var/lib/dhcp-fwd     
#logfile        /var/log/dhcp-fwd.log                                   
logfile         /var/dhcp-fwd.log                                                     
#loglevel       1                                                                     
loglevel        0                                                                     
pidfile         /var/run/dhcp-fwd.pid                                                 

######### INTERFACE SETTINGS #########                                 
#       IFNAME  clients servers bcast                                   
if     vlan1   true    true    true                                   
                                                                       
                                                                     
#       IFNAME  agent-id                                               
#name   vlan1   ws-c                                                   
                                                                       
## Each interface can be given an specific IP to be filled into the     
## 'giaddr' field.                                                     
# ip    eth0    192.168.2.255                                                         
                                                                                       
######### SERVER SETTINGS #########                                                   
server  ip      212.214.8.5
 
 
########## END #######
 
Anything else I can provide that can give a hint of what I have miss-configured?
Best regards, Martin

reply via email to

[Prev in Thread] Current Thread [Next in Thread]