We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0291c5 commit fc4e11bCopy full SHA for fc4e11b
1 file changed
memdocs/intune/protect/microsoft-tunnel-reference.md
@@ -253,6 +253,6 @@ Use the following commands to check for, and manually load if necessary, ip_tabl
253
254
- Validate the presence of ip_tables on the server: `lsmod |grep ip_tables`
255
256
-- Create a config file that will get ip_tables loaded into kernel during boot time: `echo ip_tables > /etc/modules-load.d/mstunnel_iptables.conf`
+- Create a config file that will load the ip_tables into kernel when the server boots: `echo ip_tables > /etc/modules-load.d/mstunnel_iptables.conf`
257
258
- To load ip_tables into the kernel immediately: `/sbin/modprobe ip_tables`
0 commit comments