IP Addresses
Main: 51.38.70.255 - 255.ip-51-38-70.eu
Additional: 51.89.180.215 - ip215.ip-51-89-180.eu.
Logins
Root logins held in LastPass, conor@ebm-ltd.co.uk
Uses cPanel / WHM - ebmlondo user details held on LastPass also
Reverse DNS
See IPs for originals
Now uk1.ebm-ltd.co.uk
OpenVPN Server
- Running on port 8443 using additional IP address (required for EPROM, as cannot enter 255)
- .ovpn file to connect is attached, certificates held inside file
Iptables rules for openvpn to run on additional IP
Two rules required - one to direct traffic from vpn subnet (10.8.0.0/24) to eth0:1 (the failover IP interface)
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0:1 -j MASQUERADE
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -j SNAT --to-source 51.89.180.215
Doesn't get IP address after reboot?
Try dhclient eth0 via KVM
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article