Difference between revisions of "Network/WAN"
From Makers Local 256
< Network
m (→Logical: Still haven't learned to preview before saving) |
(Add jeff's claim, lol) |
||
Line 24: | Line 24: | ||
| 24.96.165.231 || (n/a) || broadcast address (not available for use) | | 24.96.165.231 || (n/a) || broadcast address (not available for use) | ||
|} | |} | ||
+ | |||
+ | * Omegix claims dibs on the next open static IP. --[[User:Omegix|Omegix]] ([[User talk:Omegix|talk]]) 10:42, 14 June 2013 (CDT) | ||
== Physical == | == Physical == | ||
Our WAN comes in via DOCSIS link from the ISP previously known as Knology. The cable modem is connected to eth1 on the router. The router has a virtual switch (br0) connecting the cable modem (eth1) and VLAN 100 on the LAN (eth2.100). In this way, the router's WAN interface is located on br0, but other (virtual) machines can occupy their public-facing IPs on VLAN 100 (which is available on the VM host) because this VLAN is bridged directly to the cable modem. | Our WAN comes in via DOCSIS link from the ISP previously known as Knology. The cable modem is connected to eth1 on the router. The router has a virtual switch (br0) connecting the cable modem (eth1) and VLAN 100 on the LAN (eth2.100). In this way, the router's WAN interface is located on br0, but other (virtual) machines can occupy their public-facing IPs on VLAN 100 (which is available on the VM host) because this VLAN is bridged directly to the cable modem. |
Revision as of 01:20, 14 May 2014
The WAN provided to us by WoW. There is no DHCP; all addresses must be statically set.
Logical
Our public IP space is 24.96.165.224/29 (24.96.165.224 through 24.96.165.231).
IP | Hostname | Description |
---|---|---|
24.96.165.224 | (n/a) | Network definition address (not available for use) |
24.96.165.225 | static-24-96-165-225.knology.net | WoW (Knology)'s router for our network |
24.96.165.226 | the.narro.ws | Brimstone's VPS |
24.96.165.227 | dev.throwthemind.com | JimShoe's VPS |
24.96.165.228 | pianoben.ch | Opticron's VPS |
24.96.165.229 | Was owned by Enabrintain at one point. Not sure if he's still paying for it. | |
24.96.165.230 | 256.makerslocal.org | Shop's router's primary public-facing IP |
24.96.165.231 | (n/a) | broadcast address (not available for use) |
Physical
Our WAN comes in via DOCSIS link from the ISP previously known as Knology. The cable modem is connected to eth1 on the router. The router has a virtual switch (br0) connecting the cable modem (eth1) and VLAN 100 on the LAN (eth2.100). In this way, the router's WAN interface is located on br0, but other (virtual) machines can occupy their public-facing IPs on VLAN 100 (which is available on the VM host) because this VLAN is bridged directly to the cable modem.