> The only thing I'm not sure about is the 3rd DNS server. Everything
> should be fine except for the PPTP i'm not sure. Can anyone test this
> out? If this gives problems we should built in the safety to only
> 'configure' the first 2 dnsservers for the PPTP server (mpd)
>
no, mpd can't
and could you please add a nbns(wins server, 'set ipcp nbns') option
and more configurable radius options(radius-ip, radius-idle,
radius-mtu, and the most usefule one i think, radius-acl) when
configuring mpd pptp server?
btw, i think there is a bug in function 'is_specialnet($net)' in the
'firewall_rules_edit.php'
when an alias has a name containing "opt", 'is_specialnet' will treat
it as a special network.
i think it's better to call is_alias($net) before calling 'strstr($net, "opt")'. |