Recent content by KingLlama

  1. K

    Nat and datacenter firewall

    So I updated the configuration to be vmbr0 I see it trying to get dns. Maybe I am doing something wrong. I turned the firewall back on and the vm is saying there is no internet. When the firewall is off it says there is internet but isn't able to reach dns even though I have dns programmed...
  2. K

    Nat and datacenter firewall

    Here it is. auto lo iface lo inet loopback iface eno1 inet manual iface eno2 inet manual iface eno3 inet manual iface eno4 inet manual auto vmbr0 iface vmbr0 inet static address 207.x.x.138/29 gateway 207.x.x.142 bridge-ports eno1 bridge-stp off...
  3. K

    Nat and datacenter firewall

    I understand. I'm using a 207.x.x.x on vmbr0 and than using vmbr1 to bridge to vmbr0 and eno1 is the physical interface. I'm running into a issue with it not hitting the 207.x.x.x gateway.
  4. K

    Nat and datacenter firewall

    I'm running into a issue with proxmox firewalls. I turned on the firewall on the datacenter,node, and vm side of things and created a port accept on incoming to 8006. I also have a bridge vmbr0 to eno1 to a public ip. I also have a vmbr1 ip of 192.168.10.0/24 gateway of 192.168.10.100. I...
  5. K

    Routed Block Public IP /29

    That was a typo in and it is fixed. So, What I am trying to figure out which is a better to route these to the internet so that I can set them up as testing environments for multiple things. I thought these would work for natting but it seems that iptables -t nat -A PREROUTING -p tcp -d...
  6. K

    Routed Block Public IP /29

    So, i'm running into a issue with setting up. I have eno1 plugged into that is going into the datacenters switch. vmbr is set with the routed block and the gateway being .142 but as I am looking at this is its showing .143 in which is incorrect but on proxmox gui it shows .142. Im trying to...