Recent content by torchilidae

  1. T

    Unable to connect Proxmox VMs to VLAN

    I am not specifically opening any ports in proxmox or on switch. I am just using default configurations. Is there any way for me to check if the packets are getting passed using proper VLAN ID?
  2. T

    Unable to connect Proxmox VMs to VLAN

    I am using a ubiquity switch and i have already configured it. I am able to test out the VLAN connections from other systems. For creating the VLANs i am using the pfsense on a separate host.
  3. T

    Unable to connect Proxmox VMs to VLAN

    Hello Everyone I am trying to setup VLAN configuration for my proxmox server and I was not able to resolve it can someone please help me with it. Below is the proxmox network configuration file "/etc/network/interfaces" # network interface settings; autogenerated # Please do NOT modify this...
  4. T

    [TUTORIAL] Configuring FreeIPA LDAP server with Proxmox

    Hi, I was not able find on step by step tutorial on setting up the LDAP authentication for FreeIPA so I am writing this guide for someone like me who is unable to find the guide for this. Please feel free to add anything that I am missing. Step 1: Go to Datacenter -> Realms -> Add -> LDAP...
  5. T

    Enabling only VLAN on a linux bridge

    Its just a simple configuration. I have not modified it. I am using a different pfsense firewall that is not a Virtual machine to create the VLAN. Below are the details auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet...
  6. T

    Enabling only VLAN on a linux bridge

    Hi, I am new to the proxmox and the networking. I am trying to setup a VLAN/Linux Bridge dedicated for the VMs aside from management network. I was able to created a Linux bridge and was able to connect to the VLAN using the VLAN ID in the VMs. Is there any way that I can restrict the Linux...