Search results

  1. J

    Not able to access Proxmox VMs in PfSense (LAN-side) via Laptops on "WAN"-side

    Hi ph0x, I also set the firewall option in Proxmox on DaraCenter and Hostlevel on "no". And tried to ping a local LAN address from one of my laptops (on the "WAN" local network.) Still no luck. Unless I don know how to set an ICMP allowance from WAN to LAN also option 2 in your reply above is...
  2. J

    Not able to access Proxmox VMs in PfSense (LAN-side) via Laptops on "WAN"-side

    Thanks ph0x for your answer. Indeed PfSense is doing great on protection! :) Unfortunately the box was already unchecked (so was the bogon one), so I don't know why this then still did not work. Do you suggest to put everything behind PfSense? (Would probably be the safest option) I guess this...
  3. J

    Not able to access Proxmox VMs in PfSense (LAN-side) via Laptops on "WAN"-side

    Hi, I'm not so experienced in the networking part. I have a PC on which I installed Proxmox, which has only one entry point for a network cable (so only 1-NIC). The vmbr0 interface is used to be "port/slave" of the actual network interface. I have defined several VMs / LXCs in Proxmox, that...
  4. J

    [SOLVED] Use lvm volumes defined on hosts (having file system ext4 and actual data on it) in VMs

    Solved by entry in /etc/fstab in the VM. Definition in VMID.conf on the host was OK.
  5. J

    [SOLVED] Use lvm volumes defined on hosts (having file system ext4 and actual data on it) in VMs

    Hi, I have defined various logical volumes on harddisks attached to the proxmox host. These logical volumes have ext4 filesystems and are already containing data. These filesystems can be used easily in lxc containers, via mountpoints. Now I try to use them as well in VMs. I have defined the...
  6. J

    Not able to set up pfSense

    I have some wireless APs in the house connected via the electric outlets (internet via wall sockets) to the router.
  7. J

    Not able to set up pfSense

    I have seen that f.e an unknown mobile phone gets an IP address in the 192.168.x.n range (so above the 110) The ISP router has been disabled as a DHCP server (if that's what you mean)
  8. J

    Not able to set up pfSense

    Thanks Bob for the drawing. Currently most mobile devices (smartphones, Ipads, Laptop-Wifi connections) get their IP address from PiHole (predefined mapping mac-address to static IP) Also laptops, PCs etc connected via network-cable get their IP address from PiHole (same mapping method)...
  9. J

    Not able to set up pfSense

    Hi Bob, Thanks for your answer. This sounds like a good way to proceed. This also means that the vmbr1 will not be needed anymore? If I understand correctly you place the pfSense VM between the internet router (your assumption was right) and all the other devices. Amongst these are also...
  10. J

    Not able to set up pfSense

    Hi, I have tried already many times to setup pfSense (CE 2.4.5-p1) in a VM in Proxmox 6.3-3, but until now I did not really succeed. Here's where I got sofar. I have a 1 NIC system. The standard bridge (vmbr0) is linked to the actual NIC (enp1s0) including a CIDR (192.168.x.y) which is the...
  11. J

    How can I let other lxc containers use the OpenVPN (server)-lxc

    Hi, I have a Turnkey Linux OpenVPN LXC running on the Proxmox 6.3.host. This LXC also connects to a DuckDNS subdomain. This OpenVPN lxc works fine, several other physical machines (laptops, mobile phones etc) are able to connect to the VPN. The KVM Virtual machines (Debian / Ubuntu) I'm...
  12. J

    How can I have my other lxc-containers (privileged and unprivileged) use the Turnkey OpenVPN lxc service

    Hi, I'm not sure if the thread was posted correctly. Therefore replying to myself as a try to repost.
  13. J

    How can I have my other lxc-containers (privileged and unprivileged) use the Turnkey OpenVPN lxc service

    Hi, I have a Turnkey Linux OpenVPN LXC running on the Proxmox 6.2.host. This LXC also connects to a DuckDNS subdomain. This OpenVPN lxc works fine, several other physical machines (laptops, mobile phones etc) are able to connect to the VPN. The KVM Virtual machines (Debian / Ubuntu) I'm...
  14. J

    [SOLVED] After reinstall of Proxmox: Server id invalid

    Ah, great! Thanks for your reply. It worked :D
  15. J

    [SOLVED] After reinstall of Proxmox: Server id invalid

    Hi all, I have reinstalled Proxmox on the same hardware. After I entered the subscription key (which should be valid still) it keeps telling me that the server-id is invalid. Anyone knows how to solve this? Thanks!
  16. J

    [SOLVED] LXC Container bind mount: map all uid/gid to a single uid/gid on the host

    Additional question: how does this mapping work when multiple containers (having either the same set of users or a different set of users) are involved?