Recent content by Binary.Coder

  1. B

    Noob install

    I can’t rember setting it up. If it needs to be static, a free one within the range needs to be selected.
  2. B

    Noob install

    Or reinstall and take really care, that the ip will be setter up by dhcp from your router. Whatever is more easy for you
  3. B

    Wie kann ich Proxmox VE per Fernwartung steuern

    Rufst du die GUI dann über IP und Port auf?
  4. B

    Noob install

    sounds like Proxmox did not received an ip from your router trough dhcp. Try this: To configure Proxmox so that the server obtains its IP address via DHCP from the router, follow these steps: 1. Edit the Network Configuration File You need to edit the network configuration file in...
  5. B

    Noob install

    Can you check your router, to find the proxmox server ip? Don’t worry, it is easy to use and there are a lot of YouTube videos there, to help. Or use a free network scanner: https://www.advanced-ip-scanner.com/
  6. B

    Wie kann ich Proxmox VE per Fernwartung steuern

    Hast du eine Fritz!Box? Die einfachste Möglichkeit sehe ich dort über WireGuard. Kannst du auch easy auf Tablets und Handys per QR-Code Scan einrichten. Dann kannst du dich von überall aus in dein Netzwerk einwählen.
  7. B

    Gateway is not valid

    For anybody who find this post: Reason for me was an IPv6 address as IP and the rest in IPv4. Just figure out the IPv4 server address in your router and add /24 to it. Then it should work!
  8. B

    ZFS Pool is degrading alternately between two disks

    Cables seems ok. Got the following message : I think I should delegate this task to a professional, to figure out what is broken here.
  9. B

    ZFS Pool is degrading alternately between two disks

    Hi there, I got a degraded status for the second disk of a pool, checked smart status and cleared it. A day later I got the status for the first disk: ZFS has finished a scrub: eid: 63 class: scrub_finish host: pve time: 2020-05-18 18:10:07+0200 pool: DiskPool state: DEGRADED status: One or...
  10. B

    e1000 driver hang

    What is the long time solution?
  11. B

    e1000 driver hang

    Running Proxmox 6.1-5 Kernel 5.3.13-1-pve Problems started since weekend. root@pve:~# ethtool -K eno1 tso off gso off -bash: ethtool: command not found Any other idea? EDIT: I had to install ethool by using apt-get install ethtool
  12. B

    Zpool attach new disk as master / recovery

    I had a mirrored zfs pool called "wd" with two disks: sda and sdb on a proxmox. To expand the disk, I detached sdb, added a new disk, sdc. Resilvered it and detached the remaining old disk sda. Unfortunately I messed up and now I would like to have my old two disks sda and sdb running again...