Title: Endian Bridged Mode OVH/SOYOURSTART Post by: christophel77 on Monday 09 November 2015, 08:11:01 pm Dear,
I have one server on OVH group. I have install Vmware 5 and update it to 6.0 So now i install Endian Firewall. But i must change network configuration on debian 8, I have tested this configuration . auto lo eth0 iface lo inet loopback iface eth0 inet static address IP.FAIL.OVER netmask 255.255.255.255 broadcast IP.FAIL.OVER post-up route add GATEWAY_VM dev eth0 post-up route add default gw GATEWAY_VM pre-down route del GATEWAY_VM dev eth0 pre-down route del default gw GATEWAY_VM (GATEWAY_VM is my public IP of VMWARE, IP.FAIL.OVER is another public IP (that I to OVH) This configuration run correctly ( See on web help.ovh.co.uk/bridgeclient) But how i can configure on terminal server post-up and pre-down command on /etc/network/interfaces ? Best Regard Title: RESOLVED : Endian Bridged Mode OVH/SOYOURSTART Post by: christophel77 on Tuesday 10 November 2015, 08:23:02 pm I have resolved this problem
For information : 1. put information on your file /etc/network/interfaces like debian (delete netd_v4 information) 2. On your soyourstart web interface , match on virtual mac on your public IP 3. On your vsphere client , your must add manual mac adress for you VM (put Virtual MAC) and it's running |