Search results

  1. B

    X520-DA1 only getting 1Gb

    can you share your proxmox host network config (etc/network/interfaces) also what driver is being used (lspci -v | grep Ethernet)
  2. B

    X520-DA1 only getting 1Gb

    I think if the 10Gb NIC is on the same subnet as your 1Gb NIC and the gateway for that subnet is set on the 1Gb NIC then I think I've seen this behaviour before.
  3. B

    Proxmox Storage - I couldn't be more confused

    It is possible to specify the amount of disk space to use during the install, by default the installer will use 25% of your disk which is overkill for a 1TB drive, so you can specify e.g root=32GB, leaving much more space for VM's later on. That system supports two internal drives so I'd...
  4. B

    ProxMox won't boot on AsRock Industrial 1220P

    Sounds similar to this issue https://forum.proxmox.com/threads/black-screen-on-proxmox-7-2-install.111090/
  5. B

    Plex & Storage Question.

    A lot of people run a setup very much along the same lines. The major decision is if you run your SMB shares and storage natively or under TrueNAS. If you want to run TrueNAS then you do really want to give TrueNAS direct access to the drives and this usually means you need two storage...
  6. B

    How to configure network

    Does Proxmox boot after the install - i.e do you see a lot of text appearing on the screen followed by a "Welcome to Proxmox Virtual Environment" message?
  7. B

    Anyway to determine which NIC is in use?

    lspci -vvn -s 0n:00.n | grep Serial should display the mac address of the adapter(s) so you should then be able to cross reference from there
  8. B

    Plex Files on Synology how to access

    You can't mount external shares inside an 'unprivileged' container, you can mount them inside a 'privileged' container but this is less secure and not recommended. Your options are a) mount the shares on the proxmox host and then use bind-mounts to bring them into the plex container. Does...
  9. B

    Help with VM isolation via VLANs

    If you create a 'virtual network' for your vm's inside proxmox - they will be able to communicate with each other easily and without needing VLAN's. The trick is then allowing the VM's to reach the internet without reaching elsewhere and using VLAN's alone would not achieve this in any case. If...
  10. B

    Seek SPF+ Network card suggestions

    I would look out for solarlflare cards, not sure of all the model variations but they can be purchased quite cheaply in uk e.g...
  11. B

    [SOLVED] One port host with pfSense

    I would try creating vlan interface in pfSense for vlan-100 and assign this to WAN traffic
  12. B

    Single NIC Proxmox and Pfsense

    I'm not sure I see what you gain by having the Proxmox management on a dedicated NIC especially when you could make life easier for yourself when it comes to running pfSense on the system. It is possible to run on pfSense on a single NIC but you do then need a VLAN capable switch and you need to...
  13. B

    Persistent bind mounting ext-usb to LXC (resolved)

    there is plenty of guidance on the web concerning this topic but basically you would need to add an entry to the fstab file on the host to mount the drive at boot time. If the container is configured to auto-start you may need to add a delay to make sure the filesytem has time to mount beforehand
  14. B

    Route WAN from OpenWRT (vm0) to pfsense (vm1) and route everything else behind pfsense

    So is your intended scheme WAN<->OpenWRT<->pfSense<->Proxmox + VM's Where does your physical LAN devices fit in this setup? And do your wireless devices need to access the LAN and VM's?
  15. B

    [SOLVED] Multiple Gateway on PVE?

    you can create vlan specific bridges and interfaces or you can just use vlan-aware bridges and use those to allocate vm's and containers to specific vlans.
  16. B

    cluster between 2 homes NAT network

    You should consider the use of a vpn to link the two offices together, if I understand your current setup as described *anyone* with your public IP can connect to your proxmox host and from there, potentially, to your entire LAN Normally, you would use an IPSec VPN link to connect two remote...
  17. B

    I need help for masquerading setup

    Sorry meant iptables rules You will have to edit the /etc/network/interfaces file Then restart networking
  18. B

    12€ Hyperconverged ProxMox 7 Cloud Cluster with 1TB storage

    Looks like you've done a lot of work and thanks for sharing this with the community.
  19. B

    I need help for masquerading setup

    So have you amended all your network settings ? is vmbr0 now on 10.20.30.1? did you update the itables rules from 10.1.1.0 to 10.20.30.0? if you do a traceroute from VM to 1.1.1.1 does it follow the expected path?