Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jonathan38

Pages: [1]
1
It's literally a process called "ip". If you run it manually, it starts looping indefinitely, causing the high CPU usage.

2
Per the manual, I've added this stub:

Code: [Select]
root@freeradius:/etc/zentyal/stubs/network# cat dhclient.conf.mas
<%args>
$hostname
</%args>
send host-name = "<% $hostname %>";
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, domain-search, host-name,
netbios-name-servers, netbios-scope, interface-mtu,
rfc3442-classless-static-routes, ntp-servers;
timeout 15;

Which right after boot, it succeeds for a hot minute... I can type "route" and see the routes. Shortly after that however, those routes are cleared and only the default gateway remains. Is there another script that is clearing these routes?

3
Installation and Upgrades / Permanently disable SIP_ALG
« on: August 08, 2014, 05:04:51 pm »
Hey Guys,

If these two firewall modules are loaded, it causes our hosted PBX phones to stop working. I've tried adding them to /etc/modprobe.d/blacklist.conf but on reboot, the modules get reloaded. What gives?

Code: [Select]
/etc/modprobe.d/blacklist.conf

# Disable SIP_ALG
blacklist nf_nat_sip
blacklist nf_conntrack_sip

4
News and Announcements / Re: Zentyal 4.0 Roadmap Published!
« on: July 31, 2014, 06:04:22 pm »
So Zentyal is exiting the Firewall/Gateway/UTM market, and focusing purely on Exchange/AD. I wish you guys luck, but I'm pretty disappointed by this.

I've never understood web server, ftp, etc as part of Zentyal. If you have the capabilities to create websites, you don't need a point-click Zentyal interface, your development team can handle that. L7 never really worked right, so that can go. If you're doing OpenChange webmail, dropping WebMail makes sense.

Please correct me if I'm wrong, but Zentyal is the only OpenSource point-click fireware/gateway that offers instant IPS/IDS setup. Zentyal is also the only one that provides point-click IPSec setup. Zentyal is also offers point-click web filtering, again the only open-source based product I can find that does this.

PFsense will do Monitor, UPS, and Backup, but they tend to be squirrelly, and forget IDS/IPS, IPSec support is a running joke, and Content filtering is nearly impossible.

We're two weeks away from our migration from pfsense->zentyal, but I think we're going to reverse that decision after this announcement :(

Pages: [1]