Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux_router:ubuntu [2024-12-15 Sun wk50 10:13] – [Router Configuration] baumkp | linux_router:ubuntu [2025-05-22 Thu wk21 16:07] (current) – [Router Configuration & Server Setup] baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
- | ======Router Configuration & Server Setup====== | + | ======Router Configuration, Switch |
=====Router Configuration===== | =====Router Configuration===== | ||
Line 12: | Line 12: | ||
- NAT obfuscates Local IP addresses behind public addressable WAN IP address(es). | - NAT obfuscates Local IP addresses behind public addressable WAN IP address(es). | ||
- NAT obfuscation wrecks simple end to end IP addressing that is required for some services, e.g. VoIP. This requires additional services to compensate, e.g. STUN/TURN services. | - NAT obfuscation wrecks simple end to end IP addressing that is required for some services, e.g. VoIP. This requires additional services to compensate, e.g. STUN/TURN services. | ||
+ | - I have tried to use IPv6 via a HE tunnel arrangement, | ||
Key networks services, such as DNS and DHCP are separate functions that a router may perform, although correct router setup is required to allow these services to function. | Key networks services, such as DNS and DHCP are separate functions that a router may perform, although correct router setup is required to allow these services to function. | ||
=====Debian Router Setup===== | =====Debian Router Setup===== | ||
- | Basically the same as Ubuntu, except I tried with Debian Buster (10). I updated to Debian Bullseye (11). When I updated to Bookwork (12) the update failed. | + | Basically the same as Ubuntu, except I tried with Debian Buster (10). I updated to Debian Bullseye (11). When I updated to Bookwork (12) the update failed. |
Having used Ubuntu for the past many years I have grown use to netplan. | Having used Ubuntu for the past many years I have grown use to netplan. | ||
Line 25: | Line 26: | ||
=====Ubuntu Router Setup===== | =====Ubuntu Router Setup===== | ||
++++tl;dr;| | ++++tl;dr;| | ||
+ | See [[https:// | ||
Download the latest Ubuntu Server amd64 ISO file from the Ubuntu website. I setup the IPMI KVM to provide virtual storage to the Ubuntu ISO file and started up the Router. The Ubuntu software loads up of the ISO across the KVM virtual storage setup and can be then setup as normal. When setting up Ubuntu below are some the of keypoints: | Download the latest Ubuntu Server amd64 ISO file from the Ubuntu website. I setup the IPMI KVM to provide virtual storage to the Ubuntu ISO file and started up the Router. The Ubuntu software loads up of the ISO across the KVM virtual storage setup and can be then setup as normal. When setting up Ubuntu below are some the of keypoints: | ||
*I set-up Ubuntu to use LAN port 2, as I want to use LAN port 1 as the Router WAN port. | *I set-up Ubuntu to use LAN port 2, as I want to use LAN port 1 as the Router WAN port. | ||
Line 45: | Line 47: | ||
---- | ---- | ||
++++ | ++++ | ||
+ | |||
+ | ======Manual Network Setup====== | ||
+ | A lot of network equipment, such as routers and managed switches come with a default access IP address. In most cases this address does not align with the existing address space. | ||
+ | |||
+ | There are many ways to manually change the computer IP to facilitate this, and this depends upon the operating system and software used by that computer. | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | Once the computer network has been manually assigned and network reset check that the network address and mask have been correctly set. If the assigned network mask is incorrect, that is in most cases not /24 (255.255.255.0), | ||
+ | * '' | ||
+ | * '' | ||
+ | * If accessing the equipment via a web browser, open a new page and ensure that the page is open directly not from cache. | ||
+ | |||
<- linux_router: | <- linux_router: | ||