Search results

  1. B

    [SOLVED] No internet at Host

    your most obvious step here is to set the host IP and gateway as static, reboot and test
  2. B

    Best practices: Hardware vs software RAID

    Ideally, the raid controller should pass the drives directly through to the operating system for ZFS (aka IT-Mode or HBA-Mode). Unfortunately I don't think the LSI 9260 supports IT-Mode so the best you would be able to do is JBOD mode but in this case you may run into integrity issues as ZFS...
  3. B

    [SOLVED] No internet at Host

    My route info looks slightly different to yours default via 192.168.1.1 dev vmbr0 proto kernel onlink 192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.250 try ip route replace to default via 192.168.1.1 dev vmbr0 proto kernel onlink and see if that gives the host internet access
  4. B

    pfSense VM keeps freezing/crashing

    I run pfSense on a number of proxmox hosts and it runs very reliably on various hardware although none the same as yours. However, I tend to run them as 'default' - i.e machine type=i440fx and Bios=SeaBIOS, have you tried this?
  5. B

    [SOLVED] No internet at Host

    The host probably has no route - it's usual to give the host a static IP and gateway what does ip route show?
  6. B

    No Network Access After Fresh Install

    Is the gateway device (ISP modem?) not directly attached to the switch?
  7. B

    VMs on a separate network.

    It's quite possible to run multiple networks for VM's and containers, you may not have even needed to buy a new NIC and VLAN capable switch but then it does mean that you have the capability some physical and well as logical network isolation. If your home network is say - 192.168.100.0/24...
  8. B

    No Network Access After Fresh Install

    Is the new switch dumb or managed? If it's managed, does the switch register the mac-address of the proxmox host? you probably have at least three devices on the network a) gateway b) proxmox c) your laptop/desktop are they all connected to the same switch? can c ping a and b? can b ping c...
  9. B

    How to pass VLAN 0 Priority Tags to pfSense for DHCP

    It would seem to me that assigning the WAN port to vmbrx and then configuring that as not-VLAN-aware would cause the VLAN information to be dropped from the packets - don't know for sure but would cost nothing to try :)
  10. B

    Setup VM LAN to talk to internet in masquerade mode

    I would suggest you try post-up iptables -t nat -A POSTROUTING -s 10.0.0.0/24 -o vmbr0 -j MASQUERADE If you're still having issues after that, I would suggest you forget about bonding as I doubt you will see much benefit and it just adds complication
  11. B

    PMX 7.2-7: no network after creating a 2nd bridge (clean instance)

    No, I mean paired together for redundancy and/or bandwidth optimisation - aka link aggregation
  12. B

    Adding HDDs not working?

    True, I've heard reports that there are malware tools that do this rendering the drive and data completely inaccessible.
  13. B

    Adding HDDs not working?

    Do you have a USB/Sata docking station? would give you another option to test the drives. Have to say I've never heard of anything 'killing' drives like this and I've worked in IT for a very long time.
  14. B

    [SOLVED] Unable to get internet connection on fresh Proxmox install

    On a normal install, there isn't a default webpage on http or https so there's something strange here - do you have a VM running Apache on the same IP? can you open an ssh terminal to Proxmox?
  15. B

    [SOLVED] Unable to get internet connection on fresh Proxmox install

    Although there are three network ports on your system, only the two that are close together are actually network ports, the other one is an IPMI port for remote management of the server. You need to establish the correct network settings to use. The live UBUNTU OS will automatically join your...
  16. B

    Assigning DNS Domain and DNS Server by DHCP Server

    If you select DHCP when creating the container then the DHCP supplied DNS Server and Domain are set correctly - you can verify by running cat /var/lib/dhcp/dhclient.eth0.leases inside your container to see the supplied DHCP options
  17. B

    Access Admin GUI and SSH from VPN Connection

    So the sophos firewall is running OpenVPN and your remote system is running the client software? None of your LAN clients (including the node) are aware of the VPN but only the node is not reachable from outside via the VPN link Is the node IP address on the same interface as the VM's - i.e...
  18. B

    Network configuration

    you need to provide more information before anyone can help you please share /etc/network/interfaces and /etc/pve/qemu-server/<id>.conf where <id> is the id of the VM that is working