Recent content by JJJames

  1. J

    Open vSwitch Port Mirror problem (SNORT/ZEEK/Security Onion)

    [Solved] The fix was to uncheck the firewall and use the tap interface.
  2. J

    Open vSwitch Port Mirror problem (SNORT/ZEEK/Security Onion)

    A fresh install of proxmox 6.2-10. I am trying to configure port mirroring with open vswitch. I installed open vswitch via apt install openvswitch-switch. I am running version 2.12 root@pve:~# ovs-vsctl -V ovs-vsctl (Open vSwitch) 2.12.0 DB Schema 8.0.0 Here is a screen shot of the PVE...
  3. J

    Windows VMs cannot browse???

    I have Proxmox 5.1-41 running, and my windows hosts cannot browse (Chrome/Mozilla/IE) the internet, but I have name resolution. The PVE host has DNS resolution. I have linux VMs (Ubuntu) and they have internet access (IP assigned via DHCP and static). They can ping and browse, and the network...
  4. J

    PVE 4.2 VLAN with eth1

    Anyone who needs a setup like this I was able to figure it out. FYI - don't add a VLAN tag on the VM - it will add a second tag. Thank you SYSLOG... This is my /etc/network/interfaces auto lo iface lo inet loopback iface eth0 inet manual auto vmbr0 iface vmbr0 inet static address...
  5. J

    PVE 4.2 VLAN with eth1

    I have PVE 4.2 installed on a mac mini with two ethernet interfaces. Eth0 (vmbr0) is for management. I would like to use eth1 for my VMs to share using VLANs. (https://dl.dropboxusercontent.com/u/10672445/ProxMox/PVE-Networking.tiff) I have created vmbr100 and vmbr110...