Search results

  1. J

    [SOLVED] Hosting Websites Single IP, Proxmox Server and Internal VM

    I agree it is indeed and I have just gone through a whole load of pain with proxmox, but fast getting up to speed. The bit that evades me, for now, is hosting multiple websites and I am stuck at WordPress error establishing a database. always the simple stuff that gets me, but I am collecting...
  2. J

    [SOLVED] Hosting Websites Single IP, Proxmox Server and Internal VM

    I answered my own question lol. I reset all my iptables and got rid of a mess I created. After reapplying I noticed that I had made a typo on the public IP. I will write up a tutorial in due course to help others as this is easy when understanding the architecture
  3. J

    [SOLVED] Hosting Websites Single IP, Proxmox Server and Internal VM

    Hi All, I would appreciate any assistance to help me understand how to get a website to be hosted from a proxmox VM behind a single IP, NAT is working from inside out, jjst trying to get the website to display with an A record pointing to my proxmox server? I have everything working from the...
  4. J

    [SOLVED] LXC Uptime Grafana Query

    thanks that got me fixed. is there any documentation on the objects and queries?
  5. J

    [SOLVED] LXC Uptime Grafana Query

    if anyone can point me to where I can see a list of the metrics for objects and queries that would be appreciated. I have 99% working just cant get LXC containers to list in my dashboard for uptime?
  6. J

    [SOLVED] LXC Uptime Grafana Query

    Hi All, I have my Proxmox 2nd node all running great and efficiently. I installed Grafana and the latest version of Influxdb inside a container and works like a champ. I have running lxc containers info missing and wondered if anyone has any idea what the correct measurement under system to...
  7. J

    [SOLVED] Moving ISO Location

    Hi Fabian, thanks for the response. I figured that would be case and now have it all moved off my boot drive into the zfs pool
  8. J

    [SOLVED] LXC Container Ubuntu 18.04 Zerotier TAP/TUN Solution

    Hi All, Anyone looking to create a zerotier interface into an unprivileged lxc container can simply update the lxc container as follows Open the config of the container. It is usually located under /etc/pve/lxc sudo nano /etc/pve/lxc/XXX.conf and add the line lxc.mount.entry: /dev/net/tun...
  9. J

    [SOLVED] Moving ISO Location

    Hi All, to move the /var/lib/vz location to another disk like /storage is it a simple matter of changing path /var/lib/vz content iso,backup,vztmpl To >>>>>>> path /storage/vz content iso,backup,vztmpl Do I then have to move all the contents to the new location or does...
  10. J

    [SOLVED] Zerotier and pve-firewall

    I scratched this idea and just use a forward tunnel instead which will work when am roaming around. it's also a simpler way to manage the firewall rules. I am also assuming that it isn't possible to open up the 9993 port with pve due to security. ssh -L...
  11. J

    [SOLVED] Zerotier and pve-firewall

    Hi All, I am able to use zerotier for ssh and rdp with a NAT based configuration to all my VM's. from my remote laptop over my residential broadband Q. is it possible to allow GUI access with zerotier through pve-firewall to the 8006/GUI? if I turn off pve-firewall I obviously gain access...
  12. J

    [SOLVED] PVE-Firewall and Gui Access

    yes once I replaced my +externip with my ip direct in the FW rules it gave me access. thanks. I cant believe I missed the UDP - TCP lol. thanks for your patience.
  13. J

    [SOLVED] PVE-Firewall and Gui Access

    Hi Oguz, I changed from UDP TO TCP AND I restart the firewall pve-firewall stop pve-firewall start etc. I also do a systemctl restart networking.service to be sure services are showing as ok. I also enabled emerg 0 on the node log
  14. J

    [SOLVED] PVE-Firewall and Gui Access

    thanks for your patience Oguz, there is deinitely a misconfiguration somewhere PVEPROXY is missing see below ss -antlp |grep 8006 shows LISTEN 0 128 *:8006 *:* users:(("pveproxy worker",pid=59103,fd=6),("pveproxy...
  15. J

    [SOLVED] PVE-Firewall and Gui Access

    I noticed that 8006 is only listening on ipv6 tcp6 0 0 :::8006 :::* LISTEN 59100/pveproxy is that normal?
  16. J

    [SOLVED] PVE-Firewall and Gui Access

    Hi Thanks, I removed all the -sport from the cluster.fw and restarted everything, and still no access from my remote ip. I have an open ssh session to make sure I don't lose access.
  17. J

    [SOLVED] PVE-Firewall and Gui Access

    Hi and thanks for the quick response, Firewall is configured at DC and Node level yes. [OPTIONS] enable: 1 ebtables: 0 policy_in: ACCEPT [IPSET externalip] XXX.XX.XX.100 # MY LOCATION [IPSET management] # Remote IP Access Gui 10.146.112.196 10.146.112.245 [RULES] |IN ACCEPT -i eno2...
  18. J

    [SOLVED] PVE-Firewall and Gui Access

    Hi Guys, I have everything working on proxmox and I am working towards a paid license for proxmox and teaching myself passthrough and the basics, admin isn't my strongest point but I have found Proxmox to be very easy to work with, I can ping internally and do RDP securely to my VM's from my...
  19. J

    Network access to WebUi trough zerotier

    I have a basic masquerading nat working and zerotier works with incoming, I am still trying to work out how to let 9993 out to avoid a relay. let me know if you still need any help. if you can post as much info as possible about your proxmox network, I will be happy to explore with you.
  20. J

    [TUTORIAL] ZeroTier + Proxmox PVE

    I have built a recent proxmox lab and got zerotier working through a NAT setup inside my VM's using the standard NAT config as per the instructions. I just have to work out a rule to allow the ports to get out from the VM. I can ssh from the outside into my VM from my laptop which is really...