Re: Dedicated Server Issues
It depends on the host, some hosts like Softlayer and Amazon use NAT so you can transfer data between servers in same datacenter super fast and not be charged for it (in which case they also manage Firewall) if not you have to use either ufw OR iptables...
Re: Dedicated Server Issues
Tried UFW but wont work it's only for Ubuntu..
Re: Dedicated Server Issues
Quote:
Originally Posted by
Trident
Tried UFW but wont work it's only for Ubuntu..
type `ifconfig` if IP address is 10.*.*.* you need to manage the firewall through the hosting company (their control panel will do this all for you)
If it shows your external address right there then all you need to do is learn how to use iptables...
Re: Dedicated Server Issues
We got it working, then we rebooted the Machine and it wont work any more... Any Ideas? lol
Re: Dedicated Server Issues
im running dedicated server within my own house so its different for access but if you got it working for the ports i would suggest creating the iptables (or however you did it) to your start script for your server
so when you start your server it adds those ports again. ive discovered a similar issue to iptables resetting on my server.
im sure someone can post a how to to get that working.
---------- Post added at 05:17 AM ---------- Previous post was at 05:15 AM ----------
im running dedicated server within my own house so its different for access but if you got it working for the ports i would suggest creating the iptables (or however you did it) to your start script for your server
so when you start your server it adds those ports again. ive discovered a similar issue to iptables resetting on my server.
im sure someone can post a how to to get that working..
---------- Post added at 05:20 AM ---------- Previous post was at 05:17 AM ----------
this may be a duplicated message but for some reason its not showing.....
im running dedicated server within my own house so its different for access but if you got it working for the ports i would suggest creating the iptables (or however you did it) to your start script for your server
so when you start your server it adds those ports again. ive discovered a similar issue to iptables resetting on my server.
im sure someone can post a how to to get that working.
Re: Dedicated Server Issues
I have sorted it, Thank you all for Reply really appreciate it !!