Skip to content

Commit 92b00cb

Browse files
Merge pull request #6892 from krishnamsft20/patch-5
Update sql-server-linux-configure-msdtc.md
2 parents bb677c2 + 4bbeb62 commit 92b00cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/linux/sql-server-linux-configure-msdtc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The following example shows how to create these rules on **Ubuntu**.
8383
```bash
8484
sudo ufw allow from any to any port 51999 proto tcp
8585
sudo ufw allow from any to any port 135 proto tcp
86+
sudo ufw allow from any to any port 13500 proto tcp
8687
```
8788

8889
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
203204

204205
## Next steps
205206

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

Comments
 (0)