Hey All,
I have a small dilemma that i was hoping someone out there could help me with. I have read all the forums to do with adding static ip's to a fritzbox but have still managed to come up blank with adding a 2nd Static IP to Point to a Ubuntu 20.04 LTS Server.
On my 1st Static ip 203.86.xxx.243 i have had Private shared webhosting service which has been running seamlessly for about 7 years now. 12 Months ago i requested another static ip from 2Degrees and was assigned : 111.69.XX.164/30 (Yes, been trying to work this out for 12 months).
As will many other, have tried 2degrees for some help but nope we only provide the service but cant support it.
Here's the details, Some numbers in ip's address have been "fiddled" for privacy:
Router: Fritzbox 7490 | Home Network > Network > Network Settings:
IPv4 address: 192.168.178.1 - Subnet: 255.255.255.0 - Enable DHCP Server: Yes | DHCP Server assigns IPv4 Addresses: From: 192.168.178.1 - Until: 192.168.178.22 - Valid for 5 Days | Local DNS Server: 192.168.178.1
Public IPv4 Subnet | Prefix: 111.69.xx.164 - Network Mask: 255.255.255.252
I am trying to link this new (actually not so new now) 111.69.xx.164/30 to a VMware server running Ubuntu 20.04LTS, I have also had a PTR record with 2degrees (as i also have with the 203.86.*.* domain) added to the new ip which currently lands at my Router Homepage on new address 111.69.xx.165
How do i redirect the ip to the Ubuntu Server rather than my Routers Homepage? I Have setup (i think its right) a static ip on the Ubuntu 20.04 host with the following in the /etc/netplan/00-installer-config.yaml file:
I do realize that being a yaml file the indentation is important and the configuration is happily accepted by netplan. Just cant lay it out properly on the forum.
network: | ethernets: enp0s3: | addresses: [111.69.xx.164/30] | gateway4: 111.69.xx.167 | nameservers: addresses: [4.2.2.2, 8.8.8.8] | version: 2
Can anyone out there shed some light on this please. The fact that the new ip lands at my Fritzbox page must mean that something's at least right.
Thanks Guys any help much appreciated.
Countryman98