markenic Posted September 4, 2020 Share Posted September 4, 2020 Hi! A have an MTA server on Ubuntu os, and some days ago it worked fine, but now I can't connect becouse the 22126 and the 22003 ports are closed. I tried without firewall, it didn't work. I allowed the ports. Can somebody help me with that? Link to comment
vx200 Posted March 31, 2021 Share Posted March 31, 2021 Hi, Have you unlocked them from iptables? iptables -I INPUT -p tcp --dport 22005 -j ACCEPT iptables -I INPUT -p udp -m multiport --dports 22126,22003 -j ACCEPT This should hit fine.. It's what I do on my end to fix. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now