Thread: External Ips
View Single Post
  #9   (View Single Post)  
Old 14th November 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

If your users use OpenBSD and have a 'bge' NIC you create a proper "/etc/hostname.bge0" file.
Code:
$cat /etc/hostname.bge0
#dhcp NONE NONE NONE 
inet 192.168.222.20 255.255.255.0 NONE
!ifconfig bge0 media 100baseTX mediaopt full-duplex
See hostname.if(5)

Or you set up a local DHCP server

But I still don't understand why you insist on using public IP addresses
__________________
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