Search results

  1. J

    Networking disabled after login with two devices?

    Hi Moayad, short update: I don't know why, but somehow alternating the IP-adress of my server from XXX.XXX.XXX.25 to XXX.XXX.XXX.40 and then back to XXX.XXX.XXX.25 (I have read something similar in another thread in this forum) and always rebooting the system inbetween made my server work...
  2. J

    Networking disabled after login with two devices?

    Hi Moayad, I tried to run the command ifreload -a, but unfortunately the answer was -bash: command not found and as I mentioned before I am not able to run package installations or updates... But I removed the line up ethtool -s enp5s0 wol g from the network configs and made a system reboot...
  3. J

    Networking disabled after login with two devices?

    Hi, okay cat /etc/network/interfaces is modified in the last line but worked without problems. Not sure if this is the best way to enable WoL: auto lo iface lo inet loopback iface enp5s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.178.25 netmask 255.255.255.0...
  4. J

    Networking disabled after login with two devices?

    And the second part to show it all: Jun 9 21:44:10 pve systemd-udevd[1460]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Jun 9 21:44:10 pve systemd-udevd[1460]: Using default interface naming scheme 'v240'. Jun 9 21:44:10 pve systemd-udevd[1460]...
  5. J

    Networking disabled after login with two devices?

    Hi, so the command pve-firewall status gives me Status: disabled/running. I managed to copy the file var/log/syslog and this is the first part of the result: Jun 9 21:43:20 pve rsyslogd: [origin software="rsyslogd" swVersion="8.1901.0" x-pid="762" x-info="https://www.rsyslog.com"] rsyslogd...
  6. J

    Networking disabled after login with two devices?

    Hi Moayad, thank you for your reply. There is only one host in my network. I am not sure whether there is internet connection or not. But installing packages is not possible. Unfortunately, I can't even make pictures in poor quality from my screen to be able to upload files as files become too...
  7. J

    Networking disabled after login with two devices?

    Hey guys, I am pretty new to the server business and tried to set up a home server and ended up with the following problem: I set up a proxmox server and everything was running properly. Access via webinterface and ssh from my linux machine has been working smoothly. Yesterday, I probably...