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

Pages: [1]
1
Installation and Upgrades / OpenVPN
« on: July 05, 2013, 06:54:02 pm »
Hi all,

OpenVPN Server can handle specific parameters (ccd) for each client, but I can not found any interface to implement this in zentyal.
My goal is to force the client ip in the vpn (push-ifconfig).

another module is it necessary ? or is it not implemented ?

Thanks,
Yannick

2
Installation and Upgrades / Use iproute2
« on: July 04, 2013, 11:49:12 pm »
Hi all,

I'm new user of zentyal and I'm searching how to set this parameters in the web interface :

1. Add post-up and post-down command in network/interfaces
auto eth0
iface eth0 inet static
        address 88.190.X.X
        netmask 255.255.255.255
        network 88.190.X.X
        broadcast 88.190.X.X
        up route add -host 88.190.X.1 dev eth0
        up route add default gw 88.190.X.1

auto eth1
iface eth1 inet static
        address 88.190.X.Y
        netmask 255.255.255.255
        network 88.190.X.Y
        broadcast 88.190.X.Y
        up route add -host 88.190.X.1 dev eth1
        up route add default gw 88.190.X.1

2. Create a routing table for each interface
echo 200 ipsupp0 >> /etc/iproute2/rt_tables
echo 201 ipsupp1 >> /etc/iproute2/rt_tables

3. Add routing rules
ip rule add from 88.190.X.X table ipsupp0
ip rule add from 88.190.X.Y table ipsupp1

4. Add routes
ip route add default via 88.190.X.1 dev eth0 table ipsupp0
ip route add default via 88.190.X.1 dev eth1 table ipsupp1

This configuration is necessary to run zentyal in a VM (Proxmox) in french hoster environnement (ex OVH, ONLINE)
Thanks for your help.
Yannick

3
French / [RESOLU] IPFailOver
« on: July 04, 2013, 11:41:29 pm »
Bonsoir,

Je souhaite installer Zential sur une VM ProxMox hébergé chez Online.
Pour que cela fonctionne, je dois configurer mon fichier d'interface tel qu'il est expliqué sur ce post http://forum.online.net/index.php?/topic/1052-configurer-2-ip-sur-une-vm/

Je n'ai pas trouvé comment configuré cela dans Zentyal car il semblerait que si j'ajoute ces lignes manuellement, ils sont supprimés au redémarrage du serveur.

Merci,
Yannick

Pages: [1]