Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

BT5 in Linux about modifying static IP and DNS methods

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Check the network interface configuration information first

Ifconfig

Note: the network interface here is eth0. If it is another interface name such as eth2, the following note is eth2.

Vim / etc/network/interfaces

Comment out the iface eth0 inet dhcp (add # before it)

# iface eth0 inet dhcp / / after change

Add

Note: be sure to comment out lines of code that contain dhcp

Iface eth0 inet static

Address 10.10.10.128 / / ip changes according to bridge mode or NAT mode

Netmask 255.255.255.0 / / Subnet Mask

Gateway 10.10.10.2 / / Gateway

Modify DNS configuration file to delete existing content

DNS of nameserver 8.8.8.8 / / google

Nameserver 8.8.4.4

Restart the network

/ etc/init.d/networking restart

View DNS

Cat / etc/resolv.conf

Note: after the implementation of apt-get upgrade, IP has not changed, DNS has changed, the reason is unknown! I don't know how to deal with it (I've basically tried all the online methods). If the god knows, you can point out in the comments.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report