IT-Networking
Jump to navigation
Jump to search
XXX
Dynamic IP: changed IP address (192.168.1.23 → might change tomorrow)
Static IP: fixed IP address (always 192.168.1.50)
| Mode | Behavior |
| ------------- | -------------------------------------- |
| NAT (default) | VM hidden behind host, ports forwarded |
| Bridged | VM is fully visible on network |
curl ifconfig.me dig example.com A ### To check existing A records. dig example.com MX ### To check existing MX records.
print("Hello world")