Guest User

Untitled

a guest
Feb 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. auto eth1
  2. iface eth1 inet static
  3. address 192.168.56.101
  4. netmask 255.255.255.0
  5.  
  6. netstat -tupln | grep ':5000'
  7.  
  8. iptables -I INPUT -p tcp --dport 5000 -j ACCEPT
  9.  
  10. app.run(host='0.0.0.0')
  11.  
  12. app.run(debug=True,host='0.0.0.0')
Add Comment
Please, Sign In to add comment