Koozali.org: home of the SME Server

Fix for Firewall-Services OpenVPN

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Fix for Firewall-Services OpenVPN
« on: September 10, 2007, 09:46:26 PM »
This is an excellent contrib, many thanks to Daniel from Firewall Services https://dedibox.firewall-services.com/contribs/spip.php?article4

There's a problem after you install it thou, the DHCP server stops responding on the right interface (the new br0). This is noticeabled after you enter a new entry on "Hostnames and Addresses".

Here's the proposed fix:
mkdir -p /etc/e-smith/templates/etc/sysconfig/dhcpd
nano /etc/e-smith/templates/etc/sysconfig/dhcpd/10DHCPD

paste the contents:
Code: [Select]
# Command line options here
DHCPDARGS=br0

expand-template /etc/sysconfig/dhcpd
signal-event reboot

Now you can add entries to the Hostnames and addresses panel without having to reboot the system ;)

Thanks,

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Fix for Firewall-Services OpenVPN
« Reply #1 on: September 10, 2007, 10:01:26 PM »
This is an excellent contrib, many thanks to Daniel from Firewall Services https://dedibox.firewall-services.com/contribs/spip.php?article4

There's a problem after you install it ...

Please report all problems (only) via the Bug Tracker. Thanks.

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: Fix for Firewall-Services OpenVPN
« Reply #2 on: September 10, 2007, 10:04:33 PM »

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Fix for Firewall-Services OpenVPN
« Reply #3 on: September 10, 2007, 10:13:57 PM »