Guest User

Untitled

a guest
Jan 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. sudo sysctl net.ipv4.icmp_echo_ignore_all=1
  3. sysctl -w net.ipv4.ip_forward=1
  4. sudo hans -r -s 10.0.0.1 -u hans -p supersecurepassword -d tun0
  5.  
  6. #!/bin/bash
  7. sudo hans -r -c a.b.c.d -p supersecurepassword
  8.  
  9. 10.0.0.0 * 255.255.255.0 U 0 0 0 tun0
Add Comment
Please, Sign In to add comment