SUSE Linux Enterprise Server sets IP address, gateway, DNS

Source: Internet
Author: User
Tags nameserver

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 #编辑配置文件
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 www.osyunwei.com warm reminder: qihang01 original content copyright, reproduced please indicate the source and the original link
2. Setting up the Gateway

Vi/etc/sysconfig/network/routes #编辑文件
Default 192.168.21.2--


3. Set up DNS

Vi/etc/resolv.conf #编辑文件
nameserver=8.8.8.8
nameserver=8.8.4.4


Rcnetwork Restart #重启网络
Service Network Restart #重启网络
/etc/init.d/network Restart #重启网络


Configuration complete, now SUSE Linux is ready to network!

SUSE Linux Enterprise Server sets IP address, gateway, DNS

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.