Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu@external-vps[~] $: ss -nlt
- State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
- LISTEN 0 4096 0.0.0.0:111 0.0.0.0:*
- LISTEN 0 4096 100.64.0.1:58436 0.0.0.0:*
- LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:*
- LISTEN 0 4096 127.0.0.54:53 0.0.0.0:*
- LISTEN 0 4096 *:22 *:*
- LISTEN 0 4096 [::]:111 [::]:*
- LISTEN 0 4096 *:80 *:*
- LISTEN 0 4096 [fd7a:115c:a1e0::1]:59780 [::]:*
- LISTEN 0 4096 *:443 *:*
- ubuntu@external-vps[~] $: podman network inspect proxy
- [
- {
- "name": "proxy",
- "id": "8ca5b33307f873a63af7190424fb9ccb1e0068068203e2e982bcf1572342004a",
- "driver": "bridge",
- "network_interface": "podman1",
- "created": "2025-01-31T01:21:34.908637836Z",
- "subnets": [
- {
- "subnet": "10.89.0.0/24",
- "gateway": "10.89.0.1"
- }
- ],
- "ipv6_enabled": false,
- "internal": false,
- "dns_enabled": true,
- "ipam_options": {
- "driver": "host-local"
- }
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement