Skip to content

Commit

Permalink
Added routing sh
Browse files Browse the repository at this point in the history
  • Loading branch information
telmosampaio committed Jan 24, 2018
1 parent d970ad7 commit 0093439
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dmz/secure-vnet-dmz/extensions/linux/enable-routing.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# enable-routing.sh
#
#!/bin/bash
bash -c "echo net.ipv4.ip_forward=1 >> /etc/sysctl.conf"
sysctl -p /etc/sysctl.conf

0 comments on commit 0093439

Please sign in to comment.