View Single Post
  #2   (View Single Post)  
Old 9th August 2012
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Just assign a static IP through DHCP:
Code:
        host static-client {
                hardware ethernet  00:18:dc:47:b0:4c ;
                fixed-address 192.168.223.20 ;
        }
__________________
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