Recent content by rootkid

  1. R

    PVE Cannot NAT LAN to WAN?

    Re: How to NAT LAN to WAN? BTW: because proxmox webgui will overwrite post-up/post-down lines in /etc/network/interfaces when you change networking in webgui (see "Pending changes" area after editing in GUI) i wrote this little buddys: root@proxmox2:~# cat /etc/network/if-up.d/enable-nat...
  2. R

    PVE Cannot NAT LAN to WAN?

    Re: How to NAT LAN to WAN? My current network design: proxmox node: - eth0 connected to switch with internet access (world-reachable) - eth1 connected to switch with internet access (world-reachable) - bond0 includes both in active/backup mode - vmbr0 includes bond0 and has public IP - vmbr1...
  3. R

    PVE Cannot NAT LAN to WAN?

    Re: How to NAT LAN to WAN? Caution: Long Post! Short version for the lazy guys: I tried everything i know about NAT to get it going on my proxmox node but had to give up. As long as nobody has another clue what else to try, i'll keep using a KVM firewall system for managing VM traffic...
  4. R

    PVE Cannot NAT LAN to WAN?

    Re: How to NAT LAN to WAN? Many thanks for the fast answer, Dietmar! I have seen that part in wiki. If configured like that and s.th. in /etc/network/interfaces is changed via web-gui, it deletes those 3 lines as the diff shows in gui: - post-up echo 1 > /proc/sys/net/ipv4/ip_forward...
  5. R

    PVE Cannot NAT LAN to WAN?

    Re: How to NAT LAN to WAN? Hi all, i've installed & configured PVE 3.3 on a fresh Host and try to find the "best" networking/routing setup to a scenario like JBB descripes here. I like the "proxmox integrated firewall" feature but can't really unterstand why the Proxmox webgui doesn't let me...
  6. R

    When can we expect a Firewall Feature in V2?

    hmm... Sorry, i just don't get it :-/ I've been thinking about your suggestion a while but i can't figure out how this could possibly help me?
  7. R

    When can we expect a Firewall Feature in V2?

    I my case there's one Server that is housed in a remote datacenter, currently managing about 10 VMs (both KVM and OpenVZ). It is connected via 2 NICs and 1 remote management interface. I use bonding so i have a redundant link. I have no need for a hardware firewall because it's to expensive...
  8. R

    When can we expect a Firewall Feature in V2?

    *bump* When can we expect a Firewall Feature in V2?
  9. R

    When can we expect a Firewall Feature in V2?

    please see this thread: http://forum.proxmox.com/threads/6279-Proxmox-VE-2-x-firewall-option?highlight=Firewall It once was on the roadmap but has been removed some time ago.
  10. R

    When can we expect a Firewall Feature in V2?

    Yes, i know that. same with older versions. This is where shorewall is placed on top. But it doesn't answer my question :(
  11. R

    When can we expect a Firewall Feature in V2?

    Dear Proxmox Staff, thank you very much for creating this really cool software. I currently have v1.8 in use but managed to get a testing system for 2.0 today. Installation went smooth as expected, but i was really sad whe i had to realize there's no firewall feature included. At first i...
  12. R

    Thank you Proxmox Team!!!

    I'm really really happy you finally released V2.0! This thread is for all who want to say "thank you!" to you. Dear Proxmox Team: Thank you for your hard work. I really appreciate this!
  13. R

    Shorewall within heartbeat cluster

    My current network setup: - eth0 & eth1 forming bonding device "bond0" - virtual bridge "vmbr0" for my VMs (those which don't need to be accessable from "world") - shorewall firewall (on VE hardware) routing traffic between "world" and proxmox VE see my /etc/network/interfaces: # network...