Search results

  1. A

    How to block SSH access to PVE Node ?

    That was it! Thank you so much for your help!
  2. A

    How to block SSH access to PVE Node ?

    Sure, here it is auto lo iface lo inet loopback auto vmbr0 iface vmbr0 inet static address 92.216.138.208 netmask 255.255.255.0 gateway 92.216.138.1 bridge_ports eth0 bridge_stp off bridge_fd 0 post-up iptables -A INPUT -p tcp --syn -m...
  3. A

    How to block SSH access to PVE Node ?

    Thanks for your answer! This is my understanding as well, nevertheless, I can still connect through SSH from any IP... Moreover, the PVEFW-0-management-v4 contains only the host IP class: ipset list PVEFW-0-management-v4 Name: PVEFW-0-management-v4 Type: hash:net Revision: 6 Header: family inet...
  4. A

    How to block SSH access to PVE Node ?

    Hi, I've the same problem - I can't block access to the port 22 of the node from the public IP. I'm using Proxmox 4.4-1. @Datacenter level: Enable Firewall YES, Input Policy DROP, Output Policy ACCEPT @Host level: Enable Firewall YES, and the below rules: So by default, I believe since the...
  5. A

    Switching IP between two VMs

    Hi, I personally did the same recently on Proxmox 3.4. It worked well. On my side, I was using venet public IPs, so I simply switched off the old VM/CT, change its IP (or remove it), and add the IP (as venet) via the Proxmox WUI to the new host.
  6. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit Hi, I recently installed the last proxmox version, and I confirm that firewall works on all level. I couldn't reproduce the issue. The only thing is the "DROP by default" option at the CT level, it seems it...
  7. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit It is enabled on all levels. Found as well at node level how to enable it (options tab, in the bottom zone). But still... Could you just drop some screenshots of simple rules activated on all levels? So I can...
  8. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit Yes it is.
  9. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit Hi, Yes, Firewall checkbox is enabled on Datacenter level and CT level. It works perfectly for the rules I add at the Datacenter level. Only the rules I add at the CT level don't work and don't show up with...
  10. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit Unfortunately not, the new rules set up in the proxmox admin under the VM don't show up.
  11. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit Any feedback? THX
  12. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit Hi, did it help to see my vm conf file? I tried again to drop some port on a host-level firewall configuration for a CT, and it doesn't work. Thx for your help.
  13. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Re: pve-Firewall - Default policy on node and VM level / And how to make it works wit ONBOOT="no" PHYSPAGES="0:1024M" SWAPPAGES="0:512M" KMEMSIZE="465M:512M" DCACHESIZE="232M:256M" LOCKEDPAGES="512M" PRIVVMPAGES="unlimited" SHMPAGES="unlimited" NUMPROC="unlimited" VMGUARPAGES="0:unlimited"...
  14. A

    [SOLVED] pve-Firewall - Default policy on node and VM level / And how to make it works with CT

    Hi, I turned on the pve-Firewall on proxmox 3.4. It works well at node level. I created rules to allow INCOMING traffic on specific services like Proxmox admin, SSH & HTTP. I also added a rule with the lowest priority (bottom of the list) to DROP all INCOMING traffic for vmbr0. As already said...
  15. A

    Proxmox VE 3.4 - passwd authentication token manipulation error

    Thx for your answer. So pwconv (and not pwconf) didn't solve the problem as mentionned in my first message. I checked the /var/log/auth.log, and I've some errors: strace passwd user1 gives me a lot of information... But finally I know why it doesn't work: I'm trying to change the password of...
  16. A

    Proxmox VE 3.4 - passwd authentication token manipulation error

    Hi, Whenever I want to define or change the password of a user through SSH on Proxmox VE 3.4, I get the following error without being prompted for the new password. How to manage passwords of users through ssh?? I tried also to execute pwconv, it didn't solve the issue. Thx for your help...
  17. A

    [SOLVED] 1 public IP / NAT / Masquerade issue

    Great, it works with the gateway set in the VM to the proxmox host! Thx for this clarification.
  18. A

    [SOLVED] 1 public IP / NAT / Masquerade issue

    Hi, I installed Proxmox 3.4 with the installation ISO. Therefore, the setup created automatically a vmbr0 network bridge representing my public IP. Everything works well as long as I create VMs on this vmbr0 bridge and I have 1 public IP dedicated for each of them. Unfortunately, I'll have to...
  19. A

    Enabling wlan0 / Intel Corporation PRO/Wireless 3945ABG

    Hi, My proxmox VE 3.4 works perfectly. On the computer I use, I've an ethernet interface and a wireless one. The eth0 is on and works perfectly, but unfortunately, the wireless one is not even visible. - when I type "ifconfig", no wlan0 interface shows up - when I type "lspci -nn", I see...
  20. A

    [SOLVED] windows 2012 server: keyboard missing

    Alright, I figured it out: I removed all extra drivers I had for material from the physical version of the host... And now the keyboard works perfectly!