Permanent IP Assignments: Difference between revisions
From My Homelab
Lynn Macey (talk | contribs) Created page with "IP addresses define the neighborhood. They come in two forms, static and dynamic. Statis ones are assigned to a machine, or VM and don't change. They are normally used for machines that provide known services that are expected to be found at known places. Dynamic ones are used for things that come and go like user machines, IOT devies and phones. All of the addresses in the normal LAN in the network start with 192.168.86. Only the last number in the address is listed i..." |
Lynn Macey (talk | contribs) No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
! IP Address !! Machine !! Open Ports !!Notes | ! IP Address !! Machine !! Open Ports !!Notes | ||
|- | |- | ||
| 1 || Nighthawk || || This is the gateway | | 1 || [http://192.168.86.1 Nighthawk] || 80, 443 || This is the WAN gateway | ||
|- | |- | ||
| 2 || rufus || || Provides DNS and DHCP to the network | | 2 || rufus || See machine page || Provides DNS and DHCP to the network | ||
|- | |- | ||
| 3 || | | 3 || Pi.hole || 53, 80, 443|| Bridged from cube - DNS and DHCP | ||
|- | |- | ||
| 10 || Samsung Printer || || Example | | 10 || Samsung Printer || || Example | ||
| Line 21: | Line 21: | ||
| 12 || cube || 81, 444 || TrueNAS file server also hosts VM and docker | | 12 || cube || 81, 444 || TrueNAS file server also hosts VM and docker | ||
|- | |- | ||
| | | 14 || pbs || 8007 || Proxmox Backup Server | ||
|- | |- | ||
| | | 15 || fedora || See machine page || Deployrr dispatch and some services | ||
|- | |- | ||
| 32 || chico2 || | | 20 || pve ||8006 || Proxmox Virtual Environment | ||
|- | |||
| 31 || chico1 || See machine page || Running yams primarily for media | |||
|- | |||
| 32 || chico2 || || Windows 11 VM | |||
|- | |- | ||
| 33 || chico3 || Example | | 33 || chico3 || Example | ||
| Line 35: | Line 39: | ||
| 36 || chico6 || Example | | 36 || chico6 || Example | ||
|- | |- | ||
| 37 || chico7 || | | 37 || chico7 || || 80, 443 ||Running deployrr and | ||
|- | |- | ||
| 38 || inactive || || | | 38 || inactive || || | ||
|- | |- | ||
| 50 || pi || || ADSB Aggregator | | 50 || pi || 80 || ADSB Aggregator | ||
|- | |- | ||
| 51 || || || ADSB Receiver | | 51 || || 80|| ADSB Receiver | ||
|- | |- | ||
| Example || Example || Example | | Example || Example || Example | ||
| Line 69: | Line 73: | ||
| Example || Example || Example | | Example || Example || Example | ||
|} | |} | ||
Return to [[Network]] | |||
Return to [[Infrastructure]] | |||
Latest revision as of 09:17, 14 August 2026
IP addresses define the neighborhood. They come in two forms, static and dynamic. Statis ones are assigned to a machine, or VM and don't change. They are normally used for machines that provide known services that are expected to be found at known places. Dynamic ones are used for things that come and go like user machines, IOT devies and phones.
All of the addresses in the normal LAN in the network start with 192.168.86. Only the last number in the address is listed in the table. Numbers 0 and 255 are reserved by the network specification.
Tailscale provides an internal VPN between systems. It is used primarily by the ADSB systems to communicate between themselves in spite of being indifferent locations.
| IP Address | Machine | Open Ports | Notes | |
|---|---|---|---|---|
| 1 | Nighthawk | 80, 443 | This is the WAN gateway | |
| 2 | rufus | See machine page | Provides DNS and DHCP to the network | |
| 3 | Pi.hole | 53, 80, 443 | Bridged from cube - DNS and DHCP | |
| 10 | Samsung Printer | Example | ||
| 11 | macey | Qnap file server | ||
| 12 | cube | 81, 444 | TrueNAS file server also hosts VM and docker | |
| 14 | pbs | 8007 | Proxmox Backup Server | |
| 15 | fedora | See machine page | Deployrr dispatch and some services | |
| 20 | pve | 8006 | Proxmox Virtual Environment | |
| 31 | chico1 | See machine page | Running yams primarily for media | |
| 32 | chico2 | Windows 11 VM | ||
| 33 | chico3 | Example | ||
| 34 | chico4 | Example | ||
| 35 | chico5 | Example | ||
| 36 | chico6 | Example | ||
| 37 | chico7 | 80, 443 | Running deployrr and | |
| 38 | inactive | |||
| 50 | pi | 80 | ADSB Aggregator | |
| 51 | 80 | ADSB Receiver | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example | ||
| Example | Example | Example |
Return to Network Return to Infrastructure