Search results

  1. T

    Change proxmox web interface port 8006 (release 6.1) [Proposal]

    So, are all those parts are "hard coded" with port 8006 ?
  2. T

    Change proxmox web interface port 8006 (release 6.1) [Proposal]

    Hi, I was wondering why it shouldn't be easy to change the port of the web managment gui. Looking at source /usr/share/perl5/PVE/Service/pveproxy.pm the initial code line (73) is: my $socket = $self->create_reusable_socket(8006, undef, $family); has a fixed port 8006. Why isn't this also...
  3. T

    Optimal Firewall Configuration

    Hm ... not sure if this is the right forum because its proxmox virtualization forum and not a firewall forum? But maybe you touch same question than me, so check out the thread https://forum.proxmox.com/threads/security-consideration-for-single-host-running-few-vm-lc.64852/ In all other cases...
  4. T

    [SOLVED] Security consideration for single host running few VM/LC

    I closed that just to mark as answered but feel free to post your 2 cents ;-)
  5. T

    [SOLVED] [UNITYMEDIA][ROUTER] No WAN traffic returns to VM bridge network adapter

    As @spirit mentioned above having the same MAC ADDRESS on NIC interface and TAP interface won't work. This issue in general came up while using german ISP UnityMedia. If you use their service and run the "ConnectBox" in "BridgeMode" (Modem only) they will store the MAC ADDRESS from the FIRST...
  6. T

    [SOLVED] How to forward traffic from vmbr0 to tap100i0

    This is solved by now - please check last comments on thread https://forum.proxmox.com/threads/no-wan-traffic-returns-to-vm-bridge-network-adapter.64724/
  7. T

    [SOLVED] Security consideration for single host running few VM/LC

    Thanks @wolfgang - thats what meet my opinion as well. I guess the c. (xySense) will make sense if you need some features like graphical interface, logging, IDS etc.
  8. T

    [SOLVED] How to forward traffic from vmbr0 to tap100i0

    When using tcpdump on proxmox host console and checking the interface vmbr0 while running "ping 8.8.8.8" inside a Debian VM, I see all the OUTGOING and INCOMING packets from VM and 8.8.8.8 responses. 17:18:04.854175 IP 44.55.66.16 > 8.8.8.8: ICMP echo request, id 1439, seq 1, length 64...
  9. T

    [SOLVED] Security consideration for single host running few VM/LC

    We try to identify in a testing environment a system setup for home / small conditions 0. Hardware server running proxmox 1. Firewall 2. Unify Administration Container 3. Nextcloud Container 4. Wordpress Container Thats it for the moment The main question is on the "Firewall" side. What is...
  10. T

    [SOLVED] [UNITYMEDIA][ROUTER] No WAN traffic returns to VM bridge network adapter

    >> do you have tried to configure the macaddress only in the vm, and not on the host. I don't know what you mean but I have not configured the MAC on the host somewhere. Its just the NIC (hardware) which has this MAC from vendor
  11. T

    [SOLVED] Nervige Freischaltung von Artikel (Awaiting approval before being displayed publicly)

    Dankeschön für die Aufklärung. Von eurem Standpunkt aus kann ich es natürlich verstehen, als "neuer" User und Fragesteller, war es nervig ;-) Ich schließe dann den thread hier.
  12. T

    [SOLVED] [UNITYMEDIA][ROUTER] No WAN traffic returns to VM bridge network adapter

    Hi @spirit thanks for replying. >> is it the ISP which really manage the DHCP ? yes >> Do you have multiple ip addresses coming from the dhcp, or it's only 1 ? >> >> We get the WAN IP v4 and v6 from our ISP via DHCP. >> >> I am currently using "Unitymedia" and have a ConnectBox attached...
  13. T

    Can't login into PVE web interface

    Not sure what filesystem you had used when installing Proxmox on the USB Drive but maybe your Ubuntu does not support this? "Normally" there should be no issue to mount a drive on linux.
  14. T

    [SOLVED] Nervige Freischaltung von Artikel (Awaiting approval before being displayed publicly)

    Hallo zusammen, ich habe heute einen Thread verfasst und beim Drüberlesen zweimal eine inhaltliche Verbesserung vorgenommen. Beide Male wurde der Thread "unsichtbar" mit dem Vermerk "Awaiting approval before being displayed publicly." Beim ersten Mal habe ich einen Schreibfehler korrigiert -...
  15. T

    [SOLVED] [UNITYMEDIA][ROUTER] No WAN traffic returns to VM bridge network adapter

    Maybe that is important in addition: When I stop the VM and change the entry of vmbr0 into dhcp on PROXMOX Server like iface vmbr0 inet dhcp bridge-ports enp3s0 bridge-stp off bridge-fd 0 and run in console: ifdown vmbr0 ifup vmbr0 I get the same DHCP address...
  16. T

    [SOLVED] [UNITYMEDIA][ROUTER] No WAN traffic returns to VM bridge network adapter

    TLDR; Sending packets from VM to WAN like 8.8.8.8 can be listen to on PROXMOX Server but isn't be receiveable by VM - 100% packet loss for VM _____ Hi, first of all I like to say "Hello" while being new here. I am using Proxmox for the first time and we are trying to do some testings. Since...