Search found 2 matches
- 16 Aug 2013, 14:46
- Forum: General Discussion (csf)
- Topic: Cannot allow access to port by IP address
- Replies: 1
- Views: 3226
Re: Cannot allow access to port by IP address
It turns out only one remote host was affected by this problem - others were ok. I still don't know why that one host cannot connect despite being in the allow file and not being in the deny file, but it is not a major issue as I was only using that host for testing purposes anyway.
- 14 Aug 2013, 16:44
- Forum: General Discussion (csf)
- Topic: Cannot allow access to port by IP address
- Replies: 1
- Views: 3226
Cannot allow access to port by IP address
I am trying to allow a particular IP address to access port 3306. I have removed 3306 from the TCP_IN list in csf configuration, and am trying to add the IP address to the csf.allow file. I have tried the following: d=3306:s=11.22.33.44 d=3306|s=11.22.33.44 tcp:in:d=3306:s=11.22.33.44 tcp|in|d=3306|...