Search results

  1. A

    PVE4 Beta Install Failed

    You must ensure that you have networking working properly. So I would suggest that you check that out first. Check that you can reach all necessary services e.g. gateway, DNS Check that you have put any hostnames into your /etc/hosts As I recall, If you follow the wiki, it also warns you...
  2. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing RFE created in the proxmox bugzilla RFE: installer should warn if DNS cannot function
  3. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing So I may have found the package causing the problem. root@deb82:~/admin# apt-cache search rdnssd rdnssd - IPv6 recursive DNS server discovery daemon root@deb82:~/admin# apt-cache show rdnssd Package: rdnssd Source: ndisc6 (1.0.1-1) Version: 1.0.1-1+b1...
  4. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing
  5. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing To recap: I have a test box which displays undesiraeble behaviour whereby all DNS information is deleted every few minutes. From the URLs I gave above, one can read that overwriting (autogeneration) of /etc/resolv.conf is expected behaviour when using the...
  6. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing So I tried to write a script to get notified when /etc/resolv.conf gets updated using: http://entrproject.org/ root@deb82:~/admin# apt-cache show entr apt-get install entr ... Description-en: Run arbitrary commands when files change The Event Notify Test...
  7. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing Hi Thomas Yes - the new details are visible in /etc/resolv.conf as expected. I can see the details disappear from the text fields in my browser when the gui updates. Yeah, but the rewriting of /etc/network/interfaces has been fine so far My...
  8. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing 1. Edit DNS entries via GUI 2. Wait a few minutes ( or reboot ) 3. now the changes are lost Exactly. Even if I reboot immediately upon entering DNS details, they are gone. btw.: log, command line output or text here this may help. Thanks...
  9. A

    [Solved] PVE 4.0 DNS settings disapearing

    Re: PVE 4.0 DNS settings disapearing The forum ate all my formatting. :-( I tried to fix it twice now , but it keeps appearing mangled without newlines. :-( Any help?
  10. A

    [Solved] PVE 4.0 DNS settings disapearing

    [Solved] When installing Debian Minimal do not select the option for IPv6 DNS In a default Debian installation /etc/resolv.conf is autogenerated by the package named 'resolvconf' for IPv4 We already know not to install packages like network-manager or resolvconf because they will...
  11. A

    PVE4 Beta Install Failed

    Thankyou. :) All working now, after I fixed the network configuration in /etc/network/interfaces
  12. A

    PVE4 Beta Install Failed

    root@amdx4:~/admin# ifconfig eth0 Link encap:Ethernet HWaddr 00:21:85:9d:f1:f7 inet addr:192.168.5.123 Bcast:192.168.15.255 Mask:255.255.240.0 inet6 addr: fe80::221:85ff:fe9d:f1f7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1...
  13. A

    PVE4 Beta Install Failed

    Hi there. First off - I have been succesfully using ProxmoxVE for years and just love it. So congratulations to all of you who have worked so hard to make it so great. :-) I decided to give ProxmoxVE4 Beta a try on my test server. I need to have control of partitioning so installed Debian8...
  14. A

    Network problem with new VE3.2 Install

    Update: VM issue solved - I can see the VM IP from the LAN now. I cannot see a way for me to edit the title of this thread to 'nmap error'. The nmap error is still there though.
  15. A

    Network problem with new VE3.2 Install

    Thanks marco. will do so here. root@proxmox:~# cat /etc/network/interfaces auto lo iface lo inet loopback auto vmbr0 iface vmbr0 inet static address 192.168.4.222 netmask 255.255.240.0 gateway 192.168.4.1 bridge_ports eth0 bridge_stp off...
  16. A

    Network problem with new VE3.2 Install

    I see from my post that the MAC address of eth0 is _not_ a MAC address form any of the 4 ethernet ports. Is this a problem? Should the installer not have created eth0 using the first ethernet port tap109i0 and then created the bridge vmbr0 using that MAC adrress? root@proxmox:~# ifconfig...
  17. A

    Network problem with new VE3.2 Install

    Hello everyone. I have been using Proxmox VE 3.1 for over a year and it is GREAT! So thanks to all the team. :-) Now I have repurposed a known working HP server and installed VE 3.2 I can use the web interface, spice and ssh console. But there is some problem with network configuration From...