Allow Port 1433 Ubuntu Linux for SQL Server
If you have just installed SQL Server on Ubuntu Linux and you are trying to connect remotely you may have some difficulty connecting if port 1433 is not available. Here is how you do it, using the UFW, or Uncomplicated Firewall on Ubuntu. sudo ufw enable sudo ufw allow 1433 While you are at it you may want to enable port …