This commit is contained in:
2025-07-23 11:11:27 -07:00
parent 32af88243e
commit a110c9f01b
39 changed files with 2700 additions and 875 deletions

View File

@ -0,0 +1,13 @@
# NAT Forwarding
| Service Name | Device IP Address | External Port | Internal Port | Protocol | user |
|--------------|-------------------|---------------|---------------|----------|-------|
| ssl-2 | 192.168.11.11 | 2211 | 22 | TCP | lphar |
| ssl-3 | 192.168.11.29 | 2229 | 22 | TCP | mikep |
| ssl-4 | 192.168.11.34 | 2234 | 22 | TCP | mikep |
```bash 1742432407776 = 638780292077760000 = 2025-1.Spring = Wed Mar 19 2025 18:00:07 GMT-0700 (Mountain Standard Time)
ssh lphar@192.168.0.11 -p 22 -i C:/Users/phares/.ssh/id_ed25519
ssh mikep@192.168.0.11 -p 22 -i C:/Users/phares/.ssh/id_ed25519
ssh mikep@192.168.0.11 -p 22 -i C:/Users/phares/.ssh/id_ed25519
```