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 - auerhaan

Pages: 1 2 3 [4]
46
Installation and Upgrades / Re: openvpn and firewall
« on: February 08, 2010, 02:19:15 pm »
You need to create a service and add this service to the firewall. This can be done in the ebox webinterface.

I'll give an example of what I did to let vpn-users connect to a windows 2003 terminalserver in my internal network.

VPN-network is 192.168.193.x
Internal-network is 192.168.192.x
Terminal-server is 192.168.192.10

I've created a service named 'RDP' with the following configuration:
protocol: TCP
Source port: any
Destination port: 3389

After that I went to Firewall -> packet filter -> Filtering rules for internal networks
And added the following:
Decision: ACCEPT
Source: Source ip 192.168.193.0 / 24
Destination: Destination IP 192.168.192.10 / 32
Service: RDP (the service I created earlier)

Save changes.

I hope this example is of any help.

47
The ebox squid module gives me this output with a restart:

Quote
administrator@ubuntu01:~$ sudo /etc/init.d/ebox squid restart
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/HTML/Mason/Component/Subcomponent.pm line 34.
 * Restarting eBox module: squid                                         [ OK ]
administrator@ubuntu01:~$

The ebox users module gives me this output with a restart:

Quote
administrator@ubuntu01:~$ sudo /etc/init.d/ebox users restart
 * Restarting eBox module: users                                         [fail]
read_file '/var/lib/ebox/conf/ssl/ssl.cert' - sysopen: Permission denied at /usr/share/perl5/EBox/UsersAndGroups.pm line 272.

administrator@ubuntu01:~$

48
After upgrading from 1.2 to 1.4 using the repository and sudo apt-get update and sudo apt-get dist-upgrade I have this error in my ebox.log everytime a mailmessage comes in.

Quote
2010/02/05 19:32:24 WARN> Loggerd.pm:144 EBox::Loggerd::__ANON__ - Error processing line Feb  5 19:32:22 ubuntu01 postfix/qmgr[22313]: C39F519E2AA: removed of /var/log/mail.log: Error inserting data: INSERT INTO mail_message ( from_address, message_id, message_type, message_size, status, event, message, to_address, client_host_name, relay, timestamp, client_host_ip) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  column "message_type" of relation "mail_message" does not exist
LINE 1: ...ERT INTO mail_message ( from_address, message_id, message_ty...

49
Installation and Upgrades / Re: change the default egroupware language
« on: February 03, 2010, 04:32:28 pm »
Maybe these pages can help:
http://www.egroupware.org/languages
http://www.egroupware.org/wiki?wikipage=NewLanguageHowTo

As you can see a lot of egroupware isn't translated in hebrew at the moment.
It's also very important to use the right charset.

See this post about the charset: http://forum.ebox-platform.com/index.php?topic=2371.0

50
Installation and Upgrades / Re: Is it always okay to "apt-get update"?
« on: February 03, 2010, 04:21:02 pm »
I use apt-get from the commandline. Usually sudo apt-get update and sudo apt-get upgrade

And sometimes when packages are hold back sudo apt-get dist-upgrade

Never had a problem with this and Ebox. I'm using all the modules except jabber and asteriks.

51
Installation and Upgrades / Re: Problem With Streaming
« on: February 03, 2010, 04:14:14 pm »
You have to be more specific about your problem if you want someone to be able to help you.

Information like Ebox version, Ubuntu version, client browser, etc. would help.

Pages: 1 2 3 [4]