In Linux, how can I modify the IP address information is always changed using ifconfig, and always had to be redone after restart. If you modify the configuration file, you don't have to worry about it ~ A. modify the IP address to take effect immediately: # enable ifconfigeth0192.168.0.20netmask0000255.255.0... how can I modify the IP address information in Linux?
In the past, ifconfig was always used for modification, and it had to be redone after restart. If you modify the configuration file
nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm dts tpr_shadow vnmi flexpriority ept vpidInstall KVM and KVM Builder
apt-get install ubuntu-virt-server python-vm-builder kvm-ipxe Set user group
adduser `id -un` libvirtdadduser `id -un` kvmCheck
After reboot, log on again and run the following command to check
root@kvmhost:~# virsh -c qemu:///system list Id Name State-------------------------------
Article title: detailed analysis of Linux system network configuration. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
1. View IP Ifconfig
2. IP address configuration method:
A. This method takes effect immediately, but will not be saved after restart. (Other methods except this method can be saved)
Ifconfig eth0 1.1.1.1
selector to find and retrieve data;3. HTML elements, attributes, and text can be operated;Jsoup is released based on the MIT protocol and can be safely used in commercial projects.Shows the main class hierarchies of jsoup:/**************************************Document inputJsoup can load HTML documents from strings, URLs, and local files and generate Document object instances.The following code is used:// Enter the HTML document directly from the stringString html ="Open source Chinese communi
1. Connect a Linux host to the network and need to configure network-related settingsGenerally includes:Host NameIp/netmaskRouting: Default gatewayDNS ServerPrimary DNS ServerSecondary DNS serverSecond time DNS server2. Static designation:Ifcfg:ifconfig,route,netstatIp:object{link,addr,route},ss,tcSystem-config-network-tui (Setup)Configuration fileCentos 7: Network Configuration ToolNmcli,nmtui,nm-connection-editorDynamic allocation:Dhcp:dynamic Host Configuration ProtocolIfconfigIfconfig-aIfcon
Ext.: http://blog.csdn.net/turkeyzhou/article/details/16971225Configure NIC IP aliases under Linux what is an IP alias?In the words of Windows, you configure multiple IPs for a network card.What is the occasion to add IP aliases?Web needs, multi-IP access testing, specific software for multiple IP needs ... and so on.Here are a few examples of how to use the Ifconfig command to configure an IP alias for a network card.First, configure a static IP address for the server NIC#ifconfig eth0 192.168.
1.ifconfig Interface Up/down/mtu/netmask/broadcast
Ifconfig eth0 192.168.1.1 #不加参数, automatically add masks by standard A/B/C class
Ifconfig eth0 192.168.100.100 netmask 255.255.252.0 MTU 8000
Ifconfig eth0:0 192.168.100.101 #给一张网卡添加多个ip
Ifconfig settings expire after restarting the network service
Ifconfig wl0 up #启动无线网卡 without configuring any parameters
2. Ifup/ifdown using the/etc/sysc
What is an IP alias?In the words of Windows, you configure multiple IPs for a network card.When do I add IP aliases to what occasions?Web needs, multi-IP access testing, specific software for multiple IP needs ... and so on.HowHere are a few examples of how to use the Ifconfig command to configure an IP alias for a network card.For the configuration of the ip/mask/dns/Gateway/route, seeRouter/linux host/win The host's routing configuration summary. Note: Be aware that your configuration takes ef
LVS Cluster has DR, TUN, Nat three configuration mode, can be the WWW service, FTP services, mail services, such as load balancing, the following through the construction of the WWW service load Balancer instance, describes the DR model based on the LVS cluster configuration.First, the configuration of Director serverThere are two ways to configure the LVS load Balancer cluster on the director server: #61656; Configuring with the Ipvsadm command line #61656; Configure LVS with the tool piranha p
the network Configuration tool to make the following configuration for the first NIC (hereinafter referred to as eth0)IP address:192.168.5.3 (set host IP)netmask:255.255.255.0 (Subnet mask default)Deault Gateway (IP): 192.168.5.1 (gateway address)Primary nameserver:202.103.24.68 (name server address provided by telco)#ifconfig eth1 Up (activates the second NIC (Eth1, the second NIC must be present))#ifconfig eth1 192.168.4.1
eth0 display eth0 Network informationTo modify network information:Ifconfig eth0 192.168.1.1 netmask 255.255.255.0 Set the address of the network card 1 192.168.1.1, the mask is 255.255.255.0Ifconfig Eth0:1 192.168.1.2 The second address of the bundled NIC 1 is 192.168.1.2Ifconfig eth0:x 192.168.1.N Bundle NIC 1 The nth address is 192.168.1.NFor example:# ifconfig Eth0:1 192.168.1.11# ifconfigEth0 Link encap:ethernet HWaddr 00:0c:29:06:9c:24inet addr
+port.5-7: Resource, completed in user space resolution.Session Layer: Hold sessionPresentation layer: Tag resource presentation.Application Layer: Tags The resource, that is, what format the file is returned to the client.TCP: There is a connection agreement to establish a logical connection. to establish a connection: three handshake is required. syn=1,ack=0,fin=0 syn=1,ack=1,fin=0 syn=1,ack=1,fin=0 Disconnect: Requires four handshake.2, the Token Ring: the network of tokens.Third, configure t
Note: Intranet port: 192.168.3.253 External Network port: 192.168.6.45 (The following instructions are accordingly)!!!Join VLAN in interface mode:Switchport Access VLAN 2VLAN interface Configuration IP Address:Interface Vlan1Nameif insideSecurity-level 50IP address 192.168.3.253 255.255.255.0To configure Port mappings:access-list outside_access Extended permit IP any any to create an access control listaccess-group outside_access in interface Outside applied to the external network portstatic (i
First, the implementation of a network card configured into multiple IP addresses.
Linux network device configuration files are stored in the/etc/sysconfig/network-scripts, for the first Ethernet network device, the profile name is generally ifcfg-eth0 if you need to bind one IP address for the first network device.
The Ifcfg-eth0 files are configured as follows:
Device= "Eth0"Ipaddr= "192.168.0.1"netmask= "255.255.255.0"onboot= "Yes"
You only need to
The syntax for the route command is:
Route [-cfvnee]
Route [-v] [-A family] add [-net|-host] target [netmask Nm] [GW GW] [metric N] [mod] [reinstate] [[Dev] If]
Route [-v] [-A family] del [-net|-host] target [GW GW] [netmask Nm] [METRICN] [[Dev] If]
Route [-v] [--version] [-h] [--help]
The common parameters of route are as follows:
-V uses redundant output modes.
-A family specifies a particular addr
Linux Settings Gateway and IP
Modify IP Address
Immediate effect:
# ifconfig eth0 192.168.0.20 netmask 255.255.255.0
Start in effect:
Modify/etc/sysconfig/network-scripts/ifcfg-eth0
Modify the default gateway
Immediate effect:
# route add default GW 192.168.0.254
Start in effect:
Modify/etc/sysconfig/network-scripts/ifcfg-eth0
Modify DNS
Modify/etc/resolv.conf
Can be effective immediately after modification
Modify Host Name
Immediate effect:
# hos
, and assign the appropriate IP address for each network card.
Configure a later firewall model.
2. Install Gateway
There are two ways to install a gateway: one is to run linuxconf, enter the routingandgateways option, configure the gateway, and the other is to modify the Rc.inet1 file. Here's how to modify the Rc.inet1 file by installing the gateway.
Enter the/etc/rc.d/directory, type Virc.inet1 carriage return, and refer to the following modifications:
Ipaddr= "202.114.194.130" # The exte
).
Log-facility Local7;
# No Service is given on this subnet, but declaring it helps the
# DHCP Server to understand the network topology.
# This is a very basic subnet declaration.
Subnet 21.9.22.0 netmask 255.255.255.224 {
Range 21.9.22.2 21.9.22.6;
Option routers 21.9.22.1;
}
# This declaration allows BOOTP clients to get dynamic addresses,
# which we don ' t really recommend.
#subnet 10.254.239.32 netmask
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.