View Single Post
  #4   (View Single Post)  
Old 16th October 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

You can set up vr0 as a dhcp client manually from the command line:

Code:
# dhclient vr0
That already will show which kind of address you get.

Or create a /etc/hostname.vr0 that only contains:
Code:
dhcp
In both cases
Code:
# ifconfig -A
will show the address received

We need this information to assist you further
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote