Guy's I'm new to Gunbot and Lynux for that matter but I do run some other Crypto technology on a Ubuntu VPS.
I've read through some beginners stuff here on how to setup GB on Lynux VPS, but I don't see anything about setting a firewall for GB to use.
My VPS just does one job, so the firewall I believe is strict,secure and maybe some not needed here at GB:-
[[ LOG IN AS ROOT TO BUILD FIREWALL ]]
apt-get update
apt-get install ufw
ufw allow ssh/tcp
ufw limit ssh/tcp ---this command limits SSH connections to 6 every 30 seconds
ufw allow PORT/tcp
ufw logging on
ufw enable
ufw status [ TO CHECK FIREWALL STATUS ]
ufw disable [ THIS WILL DISABLE FIREWALL !! ]
Also what about making new users on Lynux so as not to have to run in ROOT [sudo adduser] ect, is that not more secure or does GB HAVE to be run in ROOT ?
AND not need firewall ?