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.


Topics - wilhelmdup

Pages: [1]
1
Installation and Upgrades / [Resolved]squid snmp stats
« on: November 05, 2014, 03:33:48 pm »
Hello,

I am having a some trouble getting this to work. I have installed snmpd on the squid server and I am able to get the query the snmp stats for the machine with snmpwalk, using the IP or localhost. I am however not able to get anything form squid.

my squid.conf.mas file has this in,

Code: [Select]
<%doc>
Define the SNMP configuration as SNMP agent
</%doc>
acl snmppublic snmp_community public
acl snmp_hosts src 127.0.0.1 192.168.10.14
snmp_port 3401
snmp_access allow snmppublic snmp_hosts
snmp_access deny all
</%def>

Then I have the following in /etc/snmp/snmpd.conf,

Code: [Select]
rocommunity  public
syslocation  "My Location"
syscontact  mycontact@mail
com2sec public localhost public
group public v1 public
group public v2c public
group public usm public
view all included .1
access public "" any noauth exact all none none

My MRTG server is setup on another machine, running the following works,

"snmpwalk -v 2c -c public 192.168.10.1" but "snmpwalk -v 2c -c public 192.168.10.1:3401" get no response.

I have created a service on zentyal (snmp) used the UDP ports 161 and 3401 and allowed it in the localnetwork to zentyal configuration.

Any ideas on how to get this running would be appreciated.

Thanks

edit: squid.conf.mas incorrectly edited for the snmp settings

2
Installation and Upgrades / Need to reinstall zentyal 2.2
« on: December 12, 2013, 03:10:21 pm »
Hello,

I need some advice. I need to reinstall, since making the mistake of choosing an encrypted file system.

The machine is used for mail, proxy and firewall only. Any pointers would be appreciated.

The plan:

I have a second 300 GB drive in the machine, not being used by the system. Plan is to copy mail to said drive for backup.

How can I backup all configurations and other user data to that drive?
Where is the mail store located for all the users?
Will I be able to just copy the mail back to the newly installed system without much issues? after recreating the all the users?

thanks,
wdp

3
Installation and Upgrades / [SOLVED]Web interface user login
« on: March 06, 2013, 10:25:02 am »
HI,

I am running version 3, fully patched. this is a fairly new installation. for some reason I am unable to login via the web interface. I can login with ssh and locally on the machine.

My question is to which group must a user belong to login with the web interface? I have no "admin" group as suggested by some threads.

any help would be appreciated

thanks

4
Installation and Upgrades / Set webmail as default webpage
« on: July 25, 2012, 11:05:36 am »
Hi,

Is it possible to set the webmail on zentyal as the default webpage?

Thanks

5
Hello,

I have a live system running. I am unable to reset a user password. It keeps giving me the error,

Cannot set quota to 100. Please, choose another value I have tried to disable the quote setting and trying different quote sizes, but it doesn't help

Thanks,

6
Hi,

I am having a problem with /var getting full and all services stopping. var is only 9Gb big

I have found a few post of migrating mail etc.

I have create a folder for vmail under the /home partition, since this has 500Gb of space, with about 5% used at the moment.

I have created a backup,
"tar -czvf vmail.tar.gz /var/vmai"l

Now I want to copy all the current mail using, trying to keep the permissions
"cp -prv /var/vmail/ /home/vmail/"

And the create symbolic link,
"ln -s /var/vmail /home/vmail"

Should this work? I am using zentyal 2.

Thanks.

7
Hi,

After upgrade to version 2.2 the address book in roundcube is not available anymore.

Anyone else have this problem?

wdp

8
Hi,

I want to add another WAN (3G) to my setup. A Proxy server is servicing the network at the moment. The way it is setup at the moment is like this,

eth0---->LAN1--->192.168.10.1
eth1---->ISP---->Public IP
eth2---->LAN2---->192.168.20.1

I want to add eth3 to the mix.
eth3---->3G----->192.168.30.1

At the moment all internet traffic go via eth1, it is set as the default gateway. I want to use eth3 (3G) as the default gateway for eth2.

Is that possible at all? I do not want WAN fail-over configured. Only to keep the internet traffic separated over the 2 WAN connections.

Thanks

Wdp


9
Hi all,

I am unable to start the http proxy service.

I have created a bug report on trac. ( https://trac.zentyal.org/ticket/4070# ) I am unable to access the site to reopen the ticket.
But the advice given there, does not remove the object policy configurations. I have tried manually reinstalling ebox-squid, but the configs remain in place. I am able to start just the proxy service manually but the content filter does not seem to work, dansguardian does not start.

Any help would be appreciated.

Regards

wdp

10
hi,

I have 3 interface setup of zentyal.

eth0=192.168.10.0, Admin network
eth1=Internet connection
eth2=192.168.20.0 Student network

i am on eth0, the admin network and want to be able to access the 2008 AD server with RDP on the eth2 interface.

This is what I have for port fowarding:

Interface:    eth2
Original destination:    Obeject "student network"
Original destination port:    3389
Protocol:    TCP/UDP
Source:    Object "Admin Network"
Destination IP:    192.168.20.6
Port:    3389
Log: Yes

But it does not work.


for filter internal network i have:

Decision:    Accept
Source:    Admin network
Destination:    student network
Service:    any

But I still dont get it to work.


Any ideas ?

11
Installation and Upgrades / Restart configuration script on zentyal 2
« on: November 16, 2010, 07:45:20 am »
Hi,

I want to restart the configuration script or perhaps the whole package installation and configuration.
With the initial install the X server crashed. I'm afraid the install did not complete correctly.


wdp

Pages: [1]