Új hozzászólás Aktív témák

  • Ablakos

    őstag

    Hálózati kérdésem van. Valamit "eltekergettem" alaposan, mert az ubuntum a saját host nevét sem tudja feloldani. :((( Merre keresgéljek?

    Néhány adat:

    root@vb77-ubuntuserver:~# cat /etc/hosts
    127.0.0.1 localhost
    127.0.1.1 vb77-ubuntuserver
    192.168.1.80 vb77-ubuntuserver

    # The following lines are desirable for IPv6 capable hosts
    ::1 localhost ip6-localhost ip6-loopback
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters

    root@vb77-ubuntuserver:~# cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # The loopback network interface
    auto lo p4p1
    iface lo inet loopback
    #pre-up /usr/sbin/ethtool -s p4p1 speed 1000 duplex full

    # The primary network interface
    iface p4p1 inet static
    address 192.168.1.80
    netmask 255.255.255.0
    broadcast 192.168.1.255
    network 192.168.1.0
    mtu 9000
    dns-nameservers 192.168.1.1 8.8.8.8 8.8.4.4
    gateway 192.168.1.1
    dns-domain vb77.myddns.com

    # dns-* options are implemented by the resolvconf package, if installed

Új hozzászólás Aktív témák