Advertisement
Guest User

Untitled

a guest
Feb 1st, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ubuntu@external-vps[~] $: ss -nlt
  2. State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
  3. LISTEN 0 4096 0.0.0.0:111 0.0.0.0:*
  4. LISTEN 0 4096 100.64.0.1:58436 0.0.0.0:*
  5. LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
  6. LISTEN 0 4096 127.0.0.54:53 0.0.0.0:*
  7. LISTEN 0 4096 *:22 *:*
  8. LISTEN 0 4096 [::]:111 [::]:*
  9. LISTEN 0 4096 *:80 *:*
  10. LISTEN 0 4096 [fd7a:115c:a1e0::1]:59780 [::]:*
  11. LISTEN 0 4096 *:443 *:*
  12. ubuntu@external-vps[~] $: podman network inspect proxy
  13. [
  14. {
  15. "name": "proxy",
  16. "id": "8ca5b33307f873a63af7190424fb9ccb1e0068068203e2e982bcf1572342004a",
  17. "driver": "bridge",
  18. "network_interface": "podman1",
  19. "created": "2025-01-31T01:21:34.908637836Z",
  20. "subnets": [
  21. {
  22. "subnet": "10.89.0.0/24",
  23. "gateway": "10.89.0.1"
  24. }
  25. ],
  26. "ipv6_enabled": false,
  27. "internal": false,
  28. "dns_enabled": true,
  29. "ipam_options": {
  30. "driver": "host-local"
  31. }
  32. }
  33. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement