In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to set up IP address, gateway and DNS in SUSE Linux Enterprise Server, which has certain reference value. Interested friends can refer to it. I hope you will gain a lot after reading this article. Let's take a look at it.
Description:
Ip:192.168.21.172
Subnet mask: 255.255.255.0
Gateway: 192.168.21.2
Dns:8.8.8.8
8.8.4.4
1. Set the ip address
Vi / etc/sysconfig/network/ifcfg-eth0 # Edit configuration file
BOOTPROTO='static' # static IP
BROADCAST='192.168.21.255' # broadcast address
IPADDR='192.168.21.172' # IP address
NETMASK='255.255.255.0' # Subnet Mask
NETWORK='192.168.21.0' # Network address
STARTMODE='auto' # Boot Boot Network
2. Set up the gateway
Vi / etc/sysconfig/network/routes # edit file
Default 192.168.21.2--
3. Set dns
Vi / etc/resolv.conf # edit file
Nameserver=8.8.8.8
Nameserver=8.8.4.4
Rcnetwork restart # restart the network
Service network restart # restart the network
/ etc/init.d/network restart # restart the network
The configuration is complete, and now SUSE Linux can be connected to the Internet!
Thank you for reading this article carefully. I hope the article "how to set up IP address, Gateway and DNS" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.