DEBIAN network configuration in remote virtual machines

Source: Internet
Author: User
Tags nameserver
The network configuration of DEBIAN in the remote virtual machine-the Linux Release Technology-Debian information. The following is a detailed description. Why can't I connect to the internet before.

Now I understand the structure of interfaces. The network in is the IP address of the local machine. This is the address on the network.

Then you can PING some IP addresses.

The next step is the DNS issue. I was depressed at this level one afternoon yesterday.

It turns out to be a NAMESERVER problem. Solution: add the DNS address to/etc/resolv. conf.

/Etc/resolv. conf file description

This file is a DNS domain name resolution configuration file. Its format is very simple. Each line starts with a keyword, followed by configuration parameters. Resolv. conf has four keywords:

Nameserver # define the IP address of the DNS server
Domain # define a local domain name
Search # define the domain name search list
Sortlist # Sort the returned domain names
An example of/etc/resolv. conf:

Domain ringkee.com
Search www.ringkee.com ringkee.com
Nameserver 202.96.128.86
Nameserver 202.96.128.166
The most important is the nameserver keyword. If nameserver is not specified, the DNS server cannot be found. Other keywords are optional.

Last. Save the file! Okay. Connect to SSH. Just do what you want.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.