Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
Thanks man - I had a look at it and checked out my server with the IP ROUTE command ... but I am too afraid to break anything. Here is my output - can you suggest the right command for me?
---
[root@server ~]# ip route
69.10.144.0/24 dev eth1 proto kernel scope link src 69.10.144.8
209.97.212.0/24 dev eth1 proto kernel scope link src 209.97.212.224
209.97.214.0/24 dev eth1 proto kernel scope link src 209.97.214.72
169.254.0.0/16 dev eth1 scope link
default via 209.97.214.1 dev eth1 src 209.97.214.72
default via 69.10.144.1 dev eth1
[root@server ~]#
---
Thanks
Edit - I'd like everything to route through 69.10.144.8
There's another way to do this (at least it has worked for me in the past).
The IP used for outgoing connections is normally the first IP allocated (e.g. that of eth0 as opposed to eth0:1/2/3/4/5/6 or whatever).
So a quick edit of your /etc/sysconfig/network-scripts/ifcfg-eth0 and so on, swapping the IP in that with whichever other file has the one you want to go out on should do the trick. You'll need to do a "service network restart" afterwards.
Please be very careful though. It is easy to screw things up and this may not work on your distro anyway. So don't blame me if it all goes horribly wrong :-(