SuSE Linux Enterprise Server (SuSE SP2) sets IP, gateway, DNS

Source: Internet
Author: User
Tags nameserver

SUSE Linux Enterprise Server Set IP , gateways, DNS

1. Set IP Address
Vi/etc/sysconfig/network/ifcfg-eth0 #编辑配置文件
bootproto= ' Static ' #静态IP
broadcast= ' 192.168.21.255 ' #广播地址
Ipaddr= ' 192.168.21.172 ' #IP地址
netmask= ' 255.255.255.0 ' #子网掩码
network= ' 192.168.21.0 ' #网络地址
Startmode= ' Auto ' #开机启动网络
System operation and maintenance warm reminder: qihang01 original content copyright, reproduced please indicate the source and the original link

2 , set up the gateway
Vi/etc/sysconfig/network/routes #编辑文件
Default 192.168.21.2--

3 , setting DNS
Vi/etc/resolv.conf #编辑文件
nameserver=8.8.8.8
nameserver=8.8.4.4

Note: If DNS parsing fails, first look at whether the network

4 , restart the network card service
Rcnetwork Restart #重启网络
Service Networkrestart #重启网络
/etc/init.d/networkrestart #重启网络

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.