Network

settings

set static ip address

auto ens18
iface ens18 inet static
  address 192.168.0.2
  netmask 255.255.255.0
  gateway 192.168.0.1
  dns-nameservers 89.207.128.252 89.207.130.252

check local network settings

linux commands

restart network

dnsmasq

network analyse

https://armann-systems.com/wiki/netzwerkdiagnose-tools-unter-linux-ein-umfassender-leitfaden/

check open ports

ss -ltup

netstat

nmap

missing

proxy settings

global settings in /etc/environment

http_proxy=http://www-zproxy.myproxy.com:80/
https_proxy=http://www-zproxy.myproxy.com:80/
ftp_proxy=ftp://www-zproxy.myproxy.com:80/
no_proxy=localhost,myproxy.com,.myproxy.com,10.0.0.0/8,127.0.0.1
soap_use_proxy=on

Created 2022-11-06 14:39:05 UTC by Daniel Raab
Updated 2025-07-16 05:59:44 UTC by Daniel Raab