[SOLVED] IP Adresse Anzeige verändern und was noch

jan-t

Well-Known Member
May 13, 2020
292
24
58
Hallo, wie kann ich die Anzeige ändern?
OS:Virtual Environment 9.2.10


Aktuelle IP Adresse: https://192.168.1.234:8006/

Code:
cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface enp0s25 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.234/24
        gateway 192.168.1.1
        bridge-ports enp0s25
        bridge-stp off
        bridge-fd 0


source /etc/network/interfaces.d/*
 

Attachments

  • 26-08-30_133407_Screenshot.jpg
    26-08-30_133407_Screenshot.jpg
    139.7 KB · Views: 15
Last edited:
Das habe ich nach der Änderung, neuer Router vergessen.
Jetzt:
/etc/hosts

Code:
127.0.0.1 localhost.localdomain localhost
#192.168.1.234 pve.fritz.box pve
192.168.1.234 pve.fritz.box pve

# The following lines are desirable for IPv6 capable hosts

::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Nächstes Problem:
Code:
root@pve:/# apt update
Ign:1 http://deb.debian.org/debian trixie InRelease                                 
Ign:2 http://security.debian.org/debian-security trixie-security InRelease           
Ign:3 http://download.proxmox.com/debian/pve trixie InRelease                       
Ign:4 http://deb.debian.org/debian trixie-updates InRelease                         
Ign:3 http://download.proxmox.com/debian/pve trixie InRelease                       
Ign:2 http://security.debian.org/debian-security trixie-security InRelease           
Ign:1 http://deb.debian.org/debian trixie InRelease                                 
Ign:2 http://security.debian.org/debian-security trixie-security InRelease           
Ign:3 http://download.proxmox.com/debian/pve trixie InRelease                       
Ign:4 http://deb.debian.org/debian trixie-updates InRelease                         
Err:2 http://security.debian.org/debian-security trixie-security InRelease           
  Temporary failure resolving 'security.debian.org'
Err:3 http://download.proxmox.com/debian/pve trixie InRelease           
  Temporary failure resolving 'download.proxmox.com'
Ign:1 http://deb.debian.org/debian trixie InRelease                     
Ign:4 http://deb.debian.org/debian trixie-updates InRelease
Err:1 http://deb.debian.org/debian trixie InRelease
  Temporary failure resolving 'deb.debian.org'
0% [Working]

Und nun?
 
Last edited: