understanding temporary allow outbound
Posted: 24 Aug 2014, 12:54
I realized this week that I may not properly understand the -ta mode of csf
So now we have to punch a hole through the firewall to allow csf upgrades
so at first glance I tried this
/usr/sbin/csf -ta 85.10.199.177 60 -p80 -dout
But nope, that won't work
tried -dinout but nope that is not the problem
So maybe port is not the destination port but the local port and there is no control over the local port used for the outbound connection
/usr/sbin/csf -ta 85.10.199.177 60 -dout
nope that doesn't work either, it needs to be -dinout
So in the end, this is all that works
/usr/sbin/csf -ta 85.10.199.177 60
Do we maybe need to request an option for destination port instead of local port?
And why doesn't just -dout work, why would it need inbound acceptance? It's not ftp, it is http.
So now we have to punch a hole through the firewall to allow csf upgrades
so at first glance I tried this
/usr/sbin/csf -ta 85.10.199.177 60 -p80 -dout
But nope, that won't work
tried -dinout but nope that is not the problem
So maybe port is not the destination port but the local port and there is no control over the local port used for the outbound connection
/usr/sbin/csf -ta 85.10.199.177 60 -dout
nope that doesn't work either, it needs to be -dinout
So in the end, this is all that works
/usr/sbin/csf -ta 85.10.199.177 60
Do we maybe need to request an option for destination port instead of local port?
And why doesn't just -dout work, why would it need inbound acceptance? It's not ftp, it is http.