We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb677c2 + 4bbeb62 commit 92b00cbCopy full SHA for 92b00cb
1 file changed
docs/linux/sql-server-linux-configure-msdtc.md
@@ -83,6 +83,7 @@ The following example shows how to create these rules on **Ubuntu**.
83
```bash
84
sudo ufw allow from any to any port 51999 proto tcp
85
sudo ufw allow from any to any port 135 proto tcp
86
+sudo ufw allow from any to any port 13500 proto tcp
87
```
88
89
The following example shows how this could be done on **Red Hat Enterprise Linux (RHEL)**:
@@ -203,4 +204,4 @@ If a client on a Windows operating system needs to enlist into distributed trans
203
204
205
## Next steps
206
-For more information about SQL Server on Linux, see [SQL Server on Linux](sql-server-linux-overview.md).
207
+For more information about SQL Server on Linux, see [SQL Server on Linux](sql-server-linux-overview.md).
0 commit comments