EBM VPS Server Notes

Created by Alex Schipor, Modified on Fri, 16 Dec, 2022 at 10:38 AM by Alex Schipor

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

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article