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

Pages: [1]
1
Installation and Upgrades / Re: Unable to ping vpn clients from LAN
« on: November 07, 2017, 07:31:09 pm »
Anyone?

2
Installation and Upgrades / Unable to ping vpn clients from LAN
« on: October 17, 2017, 07:32:46 pm »
Hi
I have set up a vpn server on Zentyal. The LAN ip for the Zentyal server is 10.10.15.3.
In the vpn server config, the VPN address is 192.168.160.0/24
The vpn server advertises the LAN network 10.10.15.0/24

When I connect with my laptop using openvpn the vpn server assigns me an ip, for example 192.168.160.6
From the laptop I can ping any computer with the ip 10.10.15.x

From the Zentyal server Network -> Tools -> Ping, I can ping the laptop.
If I do a ssh connection the the zentyal server, I can also ping the laptop from the Zentyal server terminal.

My problem is that I cannot ping my laptop from the any of the LAN (10.10.15.x) computers.

3
Why does Zentyal say that my vpn gateway ip is unreachable when I try to add a static route from the local network (LAN) to the vpn subnet?
I can ping the vpn gateway ip with no problems.
Or is there another way to make the vpn subnet visible to computers on the lan?
LAN is visible to vpn clients as I have advertised the lan subnet.

4
Installation and Upgrades / Re: OpenVPN DHCP client list
« on: March 16, 2011, 04:28:18 pm »
You can easily see who's connected by adding the OpenVPN-widgets to your dashbard. ("Configure Widgets", top of the page, next to the search field.).

That, however, will only list the address the client is connecting from, not which internal VPN-address it has.

I'm sure there's a better way to do this, but you can see which certificate is given which IP by:

Code: [Select]
sudo cat /etc/openvpn/<name of vpn>-ipp.txt

That file is updated with new ip's as clients with different certificates connect for the first time.
I think you can edit that file too if you want to hand out specific addresses to specific clients/certificates.

::Trym

OK, that sort of solves my problem.
I am looking for a way to easilly open an vnc session to a client connecting through vpn.
For that I need to know the vpn ip the client is assigned.
Would be nice if the widget showed both public ip and vpn ip of the client.

The <name of vpn>-ipp.txt shows a list of ip's assigned even if the vpn session is no longer active.

5
Installation and Upgrades / [SOLVED] OpenVPN DHCP client list
« on: March 16, 2011, 08:32:44 am »
Is there some place where I can see the ip addresses of the VPN clients currently connected to the TAP interface?
Dashboard only shows DHCP leases of eth0, but not tap0

6
Installation and Upgrades / Re: Syncronizing users home directories
« on: February 08, 2011, 04:07:42 pm »
anyone?

7
Installation and Upgrades / Syncronizing users home directories
« on: February 06, 2011, 03:46:51 pm »
Hi,
Is there a simple way to syncronize the home directories with the local directories on a laptop.
I know roaming profiles is an option, but it will push home dirs to every PC the user logs in from.

I only want the files to be syncronized to selected PC's/laptops.
Unison could do this, but then I need to give every user ssh access to the Zentyal server and I do not want that.

Running Zentyal 2.0.15.

8
Installation and Upgrades / Re: Problem adding samba/ldap user
« on: January 30, 2011, 07:36:31 pm »
Yes I know it can be done that way.
I just cannot understand why Zentyal does not allow to migrate existing users into ldap.

9
Installation and Upgrades / Re: nslookup on hosts from DHCP leases
« on: January 26, 2011, 06:17:54 am »
I'm afraid to tell you neither features are implemented yet but they are on our radar.
I like Zentyal, but this missing feature should have been implemented a loog time ago.
Any update on when this feature will be available.

10
Installation and Upgrades / Problem adding samba/ldap user
« on: January 25, 2011, 04:16:50 pm »
Here is my scenario.

I set up Zentyal with a user coffen.
Zentyal works ok and I can add samba/ldap users through the webif.

My problem is that I cannot add myself (i.e. coffen) as a samba/ldap user.
Zentyal complains about the user already exists as an ubuntu user.

I need to be able to join the new domain as user coffen.

Any ideas?

Pages: [1]