Configure letsencrypt for nextcloud

0

List all networks

nmcli dev status
enx24f5a2f22d02 LAN
enp7s0 WLAN

Edit the network file and add static server addresses. (It is more stable for server)

sudo vi /etc/network/interfaces
# network interface LAN Access
allow-hotplug enx24f5a2f22d02
iface enx24f5a2f22d02 inet static
address 10.0.0.9
netmask 255.255.255.0
gateway 10.0.0.1
dns-nameservers 10.0.0.2

# network interface WLAN Access
allow-hotplug enp7s0
iface enp7s0 inet static
address 10.1.1.1
netmask 255.255.255.0
dns-nameservers 10.0.0.2

Deactive the Networkmanager which only starts once you are logged into the desktop and start the old and more stable networking script for servers.

sudo systemctl stop NetworkManager.service && sudo systemctl disable NetworkManager.service && sudo systemctl restart networking

Access serial port to configure WLAN Access

Mär 17 10:02:09 officepc kernel: usb 2-1.1: new full-speed USB device number 19 using ehci-pci
Mär 17 10:02:10 officepc kernel: usb 2-1.1: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
Mär 17 10:02:10 officepc kernel: usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Mär 17 10:02:10 officepc kernel: usb 2-1.1: Product: CP2102 USB to UART Bridge Controller
Mär 17 10:02:10 officepc kernel: usb 2-1.1: Manufacturer: Silicon Labs
Mär 17 10:02:10 officepc kernel: usb 2-1.1: SerialNumber: 0001
Mär 17 10:02:10 officepc kernel: cp210x 2-1.1:1.0: cp210x converter detected
Mär 17 10:02:10 officepc kernel: usb 2-1.1: cp210x converter now attached to ttyUSB1
Mär 17 10:02:10 officepc mtp-probe[2890962]: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1"
Mär 17 10:02:10 officepc mtp-probe[2890962]: bus: 2, device: 19 was not an MTP device
Mär 17 10:02:10 officepc olad[1673]: libs/usb/HotplugAgent.cpp:172: USB hotplug event: 2:19 @0x7f4ca8008360 [add]
Mär 17 10:02:10 officepc dbus-daemon[525]: [system] Rejected: destination has a full message queue, 0 matched rules; type="signal", sender="(unset)" ((bus)) interface="org.freedesktop.DBus" member="NameOwnerChanged" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (uid=1000 pid=669702 comm="/usr/bin/remmina ")
Mär 17 10:02:10 officepc snapd[502451]: hotplug.go:200: hotplug device add event ignored, enable experimental.hotplug
Mär 17 10:02:10 officepc mtp-probe[2890977]: checking bus 2, device 19: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1"
Mär 17 10:02:10 officepc mtp-probe[2890977]: bus: 2, device: 19 was not an MTP device

WLAN Modell: Zyxel NWA55AXE

Factoryreset Zyxel Router Openwrt

firstboot && reboot

Picocomm to access WLAN

Leave a Reply

Your email address will not be published. Required fields are marked *