Thierry Schneider

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: DNS configuration on MLinux #12970
    Thierry Schneider
    Participant

    ping 8.8.8.8 is working
    I have no task named ppp or pppd

    I’m connected to the internet through a direct ETH connection

    Thierry

    in reply to: DNS configuration on MLinux #12963
    Thierry Schneider
    Participant

    Hi Jeff,

    Here is the content of my interfaces configuration file
    The DNS is not working.
    When I make
    ping http://www.google.com
    ping: unknown host http://www.google.com

    # /etc/network/interfaces — configuration file for ifup(8), ifdown(8)

    # The loopback interface
    auto lo
    iface lo inet loopback

    # Wired interface
    auto eth0
    iface eth0 inet static
    address 192.168.1.254
    netmask 255.255.255.0
    network 192.168.1.1
    broadcast 192.168.0.255
    post-up route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.1.1
    dns-nameservers 8.8.8.8 194.230.55.99

    in reply to: DNS configuration on MLinux #12641
    Thierry Schneider
    Participant

    Hi Jeff,

    Thank you for the answer. Unfortunately this specifies the IP address and routing but it doesn’s active DNS

    Best regards
    Thierry

Viewing 3 posts - 1 through 3 (of 3 total)