IfconfigRouteIpIP routeOne, ifconfig command (view or configure IP)1. View Network Connections# ifconfig \ Show all active connections, not packet-disabled devicesOr# IFCONFIG-A \ Show all active and inactive connectionsDisplays the connection for the specified interface# ifconfig Eth12. Configure IP Address# ifconfig eth1 192.168.0.1 netmask 255.255.255.Or# ifconfig eth1 192.168.0.1/243. Enable or disable the interface# ifconfig eth1 down|up or # Ifd
ArticleDirectory
Example 1 print the current route table (Root User)
Example 2 print the current route table (non-Root User)
The route command is used to display and operate the IP route table (show/manipulate the IP routingTable ). To achieve communicatio
Specific Routesrouter rip version 2 network 192.168.75.0 distribute-list 1 in Serial1! Ip classlessaccess 1 permit 0.0.0.0Case Study: Route Filtering and Redistribution
Note:
When the distribute-list command is used for Link-State Routing Protocol:
Combined with Interfaces: only in parameters can be used
Used with routing process: only out parameters can be used
The two solutions have the same effect.
IfconfigRouteIpIP routeOne, ifconfig command (view or configure IP)1. View Network Connections# ifconfig \ Show all active connections, not packet-disabled devicesOr# IFCONFIG-A \ Show all active and inactive connectionsDisplays the connection for the specified interface# ifconfig Eth12. Configure IP Address# ifconfig eth1 192.168.0.1 netmask 255.255.255.Or# ifconfig eth1 192.168.0.1/243. Enable or disable the interface# ifconfig eth1 down|up or # Ifd
The security of the Solaris server is closely related to its encryption system. The Solaris encryption system (Cryptographic Framework) provides users with encryption services for applications and kernel modules in a seamless and transparent manner. users' applications are rarely noticed and rarely disturbed. The password system includes commands, user program programming interfaces, kernel programming inte
Although Solaris10x86 can run, it is not used in many aspects as it was previously. This article focuses on some Shell problems in Solaris, that is, solutions. After the system is installed, the default Shell of Solaris is sh, that is, the command line prompt is (all mentioned in this article...
Although Solaris10 x86 can run, there are many aspects that are not
or stale[neigh]10.104.64.1 dev eth0 lladdr fe:ee:ff:ff:ff:ff according to its status stale[neigh]10.104.64.1 Dev eth0 lladdr fe:ee:ff:ff:ff:ff reachable[neigh]10.104.64.1 Dev eth0 lladdr fe:ee:ff:ff:ff:ff stale[neigh]10.104.64.1 Dev eth0 lladdr fe:ee:ff:ff:ff:ff reachable[neigh]10.104.64.1 Dev eth0 lladdr fe:ee:ff:ff:ff:ff stale[neigh]10.104.64.1 Dev eth0 lladdr fe:ee:ff:ff:ff:ff reachable# IP neighbour // View the MAC address of the device that is accessing your local area network 10.104.64.1
Directories specified by the $ PATH environment variable can also be used ):
# Cp sex/usr/bin/
Backup and recovery utility (Solaris)
TarDdCpioPax
Tar -- create a tape and file archive to restore files and directoriesThe tar command can be found on many UNIX platforms. It is a quick and easy-to-use tool for archiving files to tapes. Tar can also be used to archive multiple files into one file (that is, the
The ndd command of solaris-general Linux technology-Linux technology and application information. The following is a detailed description. After a client program is running for a period of time, a large number of CLOSE_WAIT statuses appear on the tcp link, resulting in a later link failure.
The following is a link to the CLOSE_WAIT status through the ndd command
The specified directory must be excluded during compression. I don't know why it is in Solaris.
Tar CVF a.tar A -- exclude = A/B/log -- exclude = A/C/mm7log is invalid,
Finally, the following method is used:Create an exclude-list file VI exclude-list and write the directories to be excluded from compression.
A/B/log
A/C/mm7log
Save and exit
Execute Command
Tar cvfx a.tar exclude-List A is compresse
Solaris uses the ndd command to set the NIC rate 1 to view the NIC-related parameter ndd-getdevbge0 lt; arg gt; to view the current parameter value such as quot; ndd-getdevbge0adv_autoneg_cap quot; check whether Nic adaptation is enabled in solaris. If you do not know the parameter name, use the Command quot;
SAR is an important performance detection command under Solaris, and familiarity with this command can detect system performance in a timely manner, and is helpful for system management.
Use the SAR command to perform the following tasks:
Organize and view data about system activity.
Access system activity data based o
The solaris system uses the-o option of the ps command to view the CPU and memory occupied by the process. These options include: user ruser group rgroup uid ruid gid rgid pid ppid pgid sid taskid ctid pri opri pcpu pmem vsz rss osz nice class time etime stime zone zoneid f s c lwp nlwp psr tty addr wchan fname comm args projid project pset example: ps-efo user, pid, ppid, pcpu, pmem, comm example: # ps-efo
1> PS-efo pmem, uid, PID, ppid, pcpu, comm | sort-R is implemented using the-O option of the ps command. These options include: user ruser group rgroup uid ruid GID rgid PID ppid pgid Sid taskid ctid pri opri pcpu pmem vsz RSS osz nice class time etime stime zone zoneid f s c lwp nlwp PSR tty ADDR wchan fname comm ARGs the specific meaning of projid project pset can be viewed by man ps. View Solaris memory
The directories or files displayed after the default LS is not colored in Solaris, and if you want to make it look like Linux, you need the following steps
First, go to www.sunfreeware.com download coreutils-4.5.4-sol9-sparc-local.gz
Second, the following 10 steps to complete
1. Color output is a feature of the gun version of LS command, so you have to get this version first, you can download sunfreeware
Copyright Notice Update:2017-05-20Bo Master: LuckyalanContact: [Email protected]Statement: Draft not forget to dig well man, reproduced please indicate the source!1 Article IntroductionThis article describes the route command under Linux.2. Development platformLinux Systems3. Reading instructionsNo4 Article bodyThe route comm
The original address; http://www.cnblogs.com/peida/archive/2013/03/05/2943698.htmlThe route command for the Linux system is used to display and manipulate the IP routing table (show/manipulate the IP routing table). To achieve communication between two different subnets, you need a router that is connected to two networks, or a gateway to two networks. In Linux systems, routing is usually done to address th
The route command for the Linux system is used to display and manipulate the IP routing table (show/manipulate the IP routing table). To achieve communication between two different subnets, you need a router that is connected to two networks, or a gateway to two networks. In Linux systems, routing is usually done to address the problem that the Linux system has a gateway in a local area network that allows
The route command for the Linux system is used to display and manipulate the IP routing table (show/manipulate the IP routing table). To achieve communication between two different subnets, you need a router that is connected to two networks, or a gateway to two networks. In Linux systems, routing is usually done to address the problem that the Linux system has a gateway in a local area network that allows
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.