Advertisement
Guest User

Net config

a guest
Nov 13th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. config wireguard_PECOS
  2. option description 'pecos'
  3. option public_key '***************'
  4. option preshared_key '***************'
  5. option endpoint_host '***************'
  6. option endpoint_port '***************'
  7. option persistent_keepalive '25'
  8. list allowed_ips '0.0.0.0/0'
  9.  
  10. config interface 'OC_PECOS'
  11. option proto 'openconnect'
  12. option vpn_protocol 'anyconnect'
  13. option username '***************'
  14. option server '***************'
  15. option defaultroute '0'
  16. option port '443'
  17. option password '***************'
  18.  
  19. config interface 'OC_HOMEVPN'
  20. option proto 'openconnect'
  21. option vpn_protocol 'anyconnect'
  22. option username '***************'
  23. option password '***************'
  24. option defaultroute '0'
  25. option server '***************'
  26. option auto '0'
  27.  
  28. config interface 'DIGO'
  29. option proto 'wireguard'
  30. list addresses '10.90.0.2'
  31. option private_key '***************'
  32.  
  33. config wireguard_DIGO
  34. option description 'digo'
  35. option persistent_keepalive '25'
  36. list allowed_ips '10.90.0.0/24'
  37. option endpoint_port '***************'
  38. option route_allowed_ips '1'
  39. option public_key '***************'
  40. option preshared_key '***************'
  41. option endpoint_host '***************'
  42.  
  43. config interface 'HOMEVPN'
  44. option proto 'wireguard'
  45. option private_key '***************'
  46. list addresses '10.6.0.2'
  47.  
  48. config wireguard_HOMEVPN
  49. option description 'vps'
  50. option public_key '***************'
  51. option preshared_key '***************'
  52. option route_allowed_ips '1'
  53. option endpoint_port '***************'
  54. option persistent_keepalive '25'
  55. list allowed_ips '10.6.0.0/24'
  56. list allowed_ips '10.3.0.0/24'
  57. option endpoint_host '***************'
  58.  
  59. config interface 'XFINITY'
  60. option proto 'wireguard'
  61. option private_key '***************'
  62. list addresses '10.70.0.2/32'
  63.  
  64. config wireguard_XFINITY
  65. option description 'hetz_xfinity'
  66. option public_key '***************'
  67. option preshared_key '***************'
  68. option endpoint_host '***************'
  69. option endpoint_port '***************'
  70. option persistent_keepalive '25'
  71. list allowed_ips '0.0.0.0/0'
  72. list allowed_ips '10.70.0.0/24'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement