Skip to content

Commit ab02a95

Browse files
committed
Add note to doc
1 parent bdefef7 commit ab02a95

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/data-factory/tutorial-managed-virtual-network-sql-managed-instance.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,12 @@ the page.
215215

216216
## Creating Forwarding Rule to Endpoint
217217

218-
1. Login and copy script [ip_fwd.sh](https://github.com/sajitsasi/az-ip-fwd/blob/main/ip_fwd.sh) to your backend server VMs.
219-
2. Run the script on with the following options:<br/>
218+
1. Login and copy script [ip_fwd.sh](https://github.com/sajitsasi/az-ip-fwd/blob/main/ip_fwd.sh) to your backend server VMs.
219+
220+
> [!NOTE]
221+
> This script will only temporarily set IP forwarding. To make this setting permanent, please ensure that the line "net.ipv4.ip_forward=1" is uncommented in the file /etc/sysctl.conf
222+
223+
1. Run the script on with the following options:<br/>
220224
**sudo ./ip_fwd.sh -i eth0 -f 1433 -a <FQDN/IP> -b 1433**<br/>
221225
<FQDN/IP> is the host of your SQL Managed Instance.
222226

0 commit comments

Comments
 (0)