Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. regarding the ephermeral port range
  2.  
  3. https://stackoverflow.com/a/28576160/1398479
  4.  
  5. in the instance
  6.  
  7. ubuntu@ip-10-0-27-206:~$ sudo sysctl -A | grep ip_local_port_range
  8. net.ipv4.ip_local_port_range = 32768 60999
  9. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  10. sysctl: reading key "net.ipv6.conf.br-5d67cea427ee.stable_secret"
  11. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  12. sysctl: reading key "net.ipv6.conf.docker0.stable_secret"
  13. sysctl: reading key "net.ipv6.conf.eth0.stable_secret"
  14. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  15. sysctl: reading key "net.ipv6.conf.veth274dbd1.stable_secret"
  16. sysctl: reading key "net.ipv6.conf.veth3c7f94a.stable_secret"
  17. sysctl: reading key "net.ipv6.conf.veth9840cab.stable_secret"
  18. sysctl: reading key "net.ipv6.conf.vethd707851.stable_secret"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement