The previous blog is primarily a Linux system with some basic commands and introduction, and then here are some of the Linux system network configuration is how to operate. Configure IP address information ... Use the Xshell tool for remote management of Linux.
Some graphs are cut down below:
1. Enter Setup to install
2. Select Network Configuration
3. Select Device Configuration
4, there is only one NIC eth0, we choose eth0 This network card to configure IP address information, directly press ENTER key to confirm.
5. The default is an asterisk (*) to automatically obtain an IP address, similar to the auto-capture feature in Windows.
6, press the space Bar (space) to remove the asterisk (*), the asterisk means to automatically obtain an IP address, manually configure the IP address, subnet mask, default gateway IP, primary DNS server and other information. After the configuration, press the TAB key to navigate to the OK button, and then press ENTER to confirm the save.
静态IP:192.168.1.201子网掩码:255.255.255.0默认网关IP:192.168.1.1主 DNS 服务器:202.96.134.133
7. Press the TAB key to locate the Save button and press ENTER to confirm the save.
8. Press the TAB key to locate the Save&quit (Save and exit) button and press ENTER to confirm the save.
9. Press the TAB key to locate the Quit button and press ENTER to confirm the exit.
10.
11, the first input ifconfig to view the current IP address, and then restart the Network service, restart the NIC service (in fact, the two can choose one, but I do not immediately in the process of operation, and then both operations, but in fact I do not know which is effective, the actual operation of the process may be more than a few times. After all I have done it, it has come into effect, so insure a little. Regardless of him), then activate the settings and let the settings take effect. Re-enter Ifconfig to see if the IP address is active.
执行service network restart命令 重启网络服务或者重启网卡 /etc/rc.d/init.d/network restart激活设备 192.168.1.201ifconfig eht0 upifconfig
12.
13.
14, to ensure that the physical host (WINDOWS7) and the Linux host in VMware can ping each other (here, I have no ping through the process of operation, after the firewall and 360 are turned off after the ping, before the firewall and 360 security guard, 360 anti-virus are open. Need to turn off all, or ping, in addition, the network adapter in the virtual machine also needs to be set to bridge mode, otherwise it can not ping the pass, I could actually test it. )
15.
16.
17.
18, the use of Xshell tools, remote management of Linux, because Windows and the virtual machine in the switch between Linux, always need to press the Alt+ctrl key to switch, very cumbersome, so here use the Xshell tool for remote management. Direct Baidu search download can.
19, after installation, start the Xshell tool, create a new session, fill in some information.
20. Fill in the IP address information of the Linux configuration just in VMware, name it, fill in the user name information. Click OK.
21, only fill in the user name, fill in the password can also, each connection is equivalent to remember the password, and then do not have to enter the password, their practice can, but in the company does not recommend this way, each connection manually enter a password better.
22.
23, enter the password can
24, OK, the connection is successful, then we can be in the Xshell tool remote Management Linux, quickly to experience a bar, haha ....
Finally, I would like to emphasize: be sure to turn off the firewall and 360, or use the Xshell tool can not connect to Linux,
OK, here is the end, today is mainly on their own this week to learn Linux since a small summary, because it is just getting started, there are many things are not very clear, I hope you can criticize the great God .... Happy study, Happy life!
Linux (CentOs6.6) System Learning Note Series II