unix and linux commands - unix shell scripting

Technical Article:Crossbow Virtual Wire - Network in a Box

 
Thread Tools Search this Thread
# 1  
Old 02-03-2011
Technical Article:Crossbow Virtual Wire - Network in a Box

Thorough description of the inner workings of the virtual networks in Oracle Solaris 11 Express (known as project crossbow in OpenSolaris) and how to use them to simplify hardware management and upgrades. Originally presented at LISA 09

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Solaris

Change hostID of Solaris 10 virtual/guest machine installed by Virtual Box 4.1.12 on Windows-XP host

Trying to set or modify the randomly set hostID of a Solaris 10 virtual/guest machine that I installed on a Windows-XP host machine (using Virtual Box 4.1.12). I was able to set/modify the hostname of the Solaris 10 virtual/guest machine during installation as well as via the Virtual Box... (4 Replies)
Discussion started by: Matt_VB
4 Replies

2. Windows & DOS: Issues & Discussions

Virtual Box

I am trying to create a new virtual machine (Red Hat) but I am getting the following error I am completely new to VB and I am probably missing something. Any help will be greatly appreciated. (4 Replies)
Discussion started by: Xterra
4 Replies
Login or Register to Ask a Question
NETWORKS(5)                                                 Linux System Administration                                                NETWORKS(5)

NAME
networks - network name information DESCRIPTION
The file /etc/networks is a plain ASCII file that describes known DARPA networks and symbolic names for these networks. Each line repre- sents a network and has the following structure: name number aliases ... where the fields are delimited by spaces or tabs. Empty lines are ignored. The hash character (#) indicates the start of a comment: this character, and the remaining characters up to the end of the current line, are ignored by library functions that process the file. The field descriptions are: name The symbolic name for the network. Network names can contain any printable characters except white-space characters or the comment character. number The official number for this network in numbers-and-dots notation (see inet(3)). The trailing ".0" (for the host component of the network address) may be omitted. aliases Optional aliases for the network. This file is read by the route(8) and netstat(8) utilities. Only Class A, B or C networks are supported, partitioned networks (i.e., net- work/26 or network/28) are not supported by this facility. FILES
/etc/networks The networks definition file. SEE ALSO
getnetbyaddr(3), getnetbyname(3), getnetent(3), netstat(8), route(8) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. GNU
/Linux 2008-09-04 NETWORKS(5)