Search results

  1. 2

    [SOLVED] server 0.0.0.0 did not send any data?

    Please give us more details. From were is port redirected to where? What is expected behaivor? What is current? Some part of config, topology ....
  2. 2

    Cant connect to host gui or ssh

    Can ypu post your /etc/network/interface ?
  3. 2

    Cant connect to host gui or ssh

    vmbr0 and enp3s0 must be up and running, but with different ip addresses. For example put 192.168.1.91 on enp3s0 and 192.168.1.74 on vmbr0
  4. 2

    Route to multiple VMs from web using one public IP

    I will present very simple solution that you can use like start point in your lab environment. | internet | | public ip ---------- |-------| | router | /------| web01 | ---------- |---------| / |-------| |-----------|...
  5. 2

    Route to multiple VMs from web using one public IP

    You can do that with haproxy or nginx
  6. 2

    Cant connect to host gui or ssh

    Simple change ip address on vmbr0 interface. I guess that you have one more unused ip in subnet 192.168.1.0/255.255.255.0 for example 192.168.1.93
  7. 2

    [SOLVED] Question: How to create VLAN aware bridge with Linux bridge?

    ===== You need to add bridge_vids 1-4096 on vmbr0 interface config, where vids are vlan id's that is allowed on bridge interface If you put 1-4096, all vlan's are allowed
  8. 2

    Cant connect to host gui or ssh

    You still have ip conflict. You have the same address on enp3s0 and vmbr0. You can expect problem again.
  9. 2

    Multipath-tools Errors in PVE 6.3 Updated

    Hi, My advice is to restart one node, you say have it three. If that solve problem you can migrate VM and restart second ... If that do not resolve problem, only you can do is to "delete" problematic disk's from multipath multipathd del path sdb echo 1 > /sys/block/sdb/device/delete To this...
  10. 2

    Can't connect to internet

    Hi, try add bridge-ports in vmbr0 configuration. Configuration should be something like this iface vmbr0 inet static address 192.168.1.211/24 gateway 192.168.1.1 bridge-ports eno1 bridge-stp...
  11. 2

    Multipath-tools Errors in PVE 6.3 Updated

    Do you restart servers, if you can, after adding LUNs? You have EMULEX HBA? You use both LUNs mpath0-part1 and mpatha-part1 Problem is in partition table. You can reload multipath systemctl reload multipathd This will reload config from /etc/multipath.com /etc/multipath/wwid
  12. 2

    Multipath-tools Errors in PVE 6.3 Updated

    Hi, do you add some LUN from storage? Can you please give us output from commands multipath -ll dmsetup ls dmsetup deps