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

Pages: [1]
1
Installation and Upgrades / Re: Zentyal & Kixtart Incompatible
« on: January 24, 2011, 01:36:33 am »
You've created like 3 posts for this...

Did you try my solution given in one of your post?
http://forum.zentyal.org/index.php?topic=5098.msg22462#msg22462

2
Glad to hear that's helped you.
Sometimes we're seeking too complicated but it's so simple in fact  ;)

3
I've wait a long time to post this previous message to avoid the following...

My problem is solved (lol)
Since it can probably help, I will explain my case.

All my ebox setup was fine, I had a total trust into my friend (the VPN's client) but this one had its firewall enabled on Windows Seven.

Then, before being totally crazy, check if the firewall on the VPN's client is enabled or not.

I'm really sorry about the noise and hope this last thread could help...

4
I have the same problem with the following setup

eBox IP: 192.168.1.16
eBox VPN Server: 192.168.160.1

My VPN's clients can ping LAN clients.

From a LAN client (192.168.1.X), I can ping the VPN Server on both IP (192.168.1.16 & 192.168.160.1), but I can't ping a VPN's client connected with the IP 192.168.160.2.

Added Statics routes, and have created all firewall rules to let both network speak each other

I'm seeking a solution since several days, but nothing seems to fix this problem :/

5
Installation and Upgrades / Re: Kix Script
« on: November 16, 2010, 12:45:00 am »
You can do this with Kix as well.

First, if you create/edit file under Linux, you have to get flip:
Code: [Select]
apt-get install flip
Then, get kix and paste Kix32.exe in /home/samba/netlogon/

Then:
Code: [Select]
nano /home/samba/netlogon/logon.bat
Add this:
Code: [Select]
@ECHO OFF
%0\..\Kix32.exe %0\..logon.kix /f
Save and close, then:
Code: [Select]
flip -m /home/samba/netlogon/logon.bat
Now the Kix's part:
Code: [Select]
nano /home/samba/netlogon/logon.kix
If you have group, you can specify, like this:
Code: [Select]
IF INGROUP("DOMAIN\TheGroup")
USE Z: \\SERVER\Accounting
ENDIF
If you're using the same Drive's letter for each group, make sure to not put an user into more than 1 group or if you do, use a different letter for each share.

And Without groups:
Code: [Select]
USE P: \\SERVER\Public
ENDIF
When, you're done, Save & Close.
Code: [Select]
flip -m /home/samba/netlogon/logon.kix

About your printer, it's like Network drive mapping:
Code: [Select]
IF INGROUP(“\\SERVER\TheGroup”)
ADDPRINTERCONNECTION ("\\SERVER\HPMopier")
ENDIF

And/Or

Code: [Select]
ADDPRINTERCONNECTION ("\\SERVER\HPMopier")

Don't try to use IfMember.exe, because you've to copy it on client and while a simple user log on the domain, it might have no right to use "COPY" from the server to the %SystemRoot%.

6
Installation and Upgrades / Re: setting up ebox/postifx with a relayhost
« on: November 01, 2010, 03:55:38 am »
I've searched a long time too.
I'm used to edit postfix's conf but the relayhost was reseted to blank each time the server reboot.

Then I thought something was a blank value on webadmin.
And finally, found it.

relayhost = Mail > General > Options > Smarthost to send mail: smtp.myisp.com:25

Pages: [1]