Sponsored Content
Operating Systems Solaris configure zones to have different network interface and network Post 302540129 by bitlord on Tuesday 19th of July 2011 04:47:31 PM
Old 07-19-2011
jlliagre,
Thanks for the info. I will have to look into exclusive IP zones. Can you tell me the disadvantages of the way I do it. This way I can learn from you.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Network Interface

Hi ! Does anyone know how can i get information about my network interface ... if it works in half or full duplex mode !! Thx in adivance ! Witt (4 Replies)
Discussion started by: witt
4 Replies

2. UNIX for Advanced & Expert Users

network interface problem

Hi expert, Need some help on network interface issue.. I have added 2 x NIC card onto the Ultra 2 system recently and configured as hme1 and hme2. I have unconfigured the onboard hme0 network interface and it was running fine till few days later, i keep recieving error messages showing hme0... (6 Replies)
Discussion started by: sc2005
6 Replies

3. Red Hat

How to configure network interface card in OEL.

Hi I have installed OEL 4 on my dell XPS laptop. But when i connect the LAN cable and try to acesss internet. it does not work. the led's in the port do not blink when i plug in the cable .do i need some drivers please suggest. Thanks Ankur (2 Replies)
Discussion started by: ankurk
2 Replies

4. Solaris

Configure network interface for Solaris 10

Hi, I have installed Solaris 10 on VMware7, When i used ifconfig -a to check network interface, it has shown lo0 as loopback interface. Please advise how to configure network interfaces using VMware. (1 Reply)
Discussion started by: ajhal04
1 Replies

5. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

6. IP Networking

Network interface-

Hello, Please what's the difference between: AND Thank you so much (3 Replies)
Discussion started by: chercheur857
3 Replies

7. IP Networking

network interface -

Hello, Please, how can i create a network interface with a routable IP address on linux (ubuntu) ? AND How can i desactivate an interface? Thank you so much for help. (1 Reply)
Discussion started by: chercheur857
1 Replies

8. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

9. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

10. Solaris

Network / global zones (Solaris 10 / 8) config recommendations

I have a few non-globa zones running in a 10.10.xx.xx network on a machine that is on a 192.168.xx.xx network. My goal is to allow each of the non-global zones to communicate to each other while not communicating on the 192.168.xx.xx network. I am using the current version of Solaris 10 in... (7 Replies)
Discussion started by: BradJM
7 Replies
ROLLSET(1p)						User Contributed Perl Documentation					       ROLLSET(1p)

NAME
rollset - Modifies entries in a DNSSEC-Tools rollrec file SYNOPSIS
rollset [options] rollrec-file DESCRIPTION
rollset modifies fields in the rollrec file specified by rollrec-file. Multiple options may be combined in a single rollset execution. rollset operates quietly unless it is given the -verbose option. All records in the specified rollrec file will be modified, unless the -name option is given. In that case, only the named zone will be modified. OPTIONS
-admin addr The zone administrator's email address is set to addr. -check If this option is given, the rollchk command will be run on the modified rollrec file. -del-admin The administrator line is deleted. The -admin and -del-admin options are mutually exclusive. -del-directory The directory line is deleted. The -directory and -del-directory options are mutually exclusive. -del-loglevel The loglevel line is deleted. The -loglevel and -del-loglevel options are mutually exclusive. -del-zsargs The zsargs line is deleted. The -zsargs and -delzsargs options are mutually exclusive. -directory dir The directory to hold the zone's files is set to dir. -display Turn on the GUI display of the zones in the selected rollrecs. This option is mutually exclusive of the -nodisplay option. -file zone-file The zone file in the selected rollrec records is modified to be zone-file. -keyrec keyrec-file The keyrec file in the selected rollrec records is modified to be keyrec-file. -loglevel logging-level The logging level of the selected rollrec records is set to logging-level. The valid logging levels are defined in rollmgr.pm(3). -name rollrec-name The rollrec whose name matches zonename is selected as the only rollrec that will be modified. If this name is not given, then all rollrec records will be modified. -nodisplay Turn off the GUI display of the zones in the selected rollrecs. This option is mutually exclusive of the -display option. -rename The rollrec's name is changed to match the specified name. The new name cannot be the name of an existing rollrec in the file. This option must be used in conjunction with the -name option. -reset-zonename The zonename field is set to match the name of the rollrec record. This option is mutually exclusive of the -zonename option. -roll Convert the selected rollrecs to be active ("roll") records. This option is mutually exclusive of the -skip option. -skip Convert the selected rollrecs to be inactive ("skip") records. This option is mutually exclusive of the -roll option. -zg zonegroup-name The zonegroup in the selected rollrec records is modified to be zonegroup-name. -zonename zone-name The zone name in the selected rollrec records is modified to be zone-name. -zsargs arglist Provides additional zonesigner arguments. These arguments will override the arguments in the DNSSEC-Tools defaults file, the DNSSEC- Tools configuration file, and the zones' keyrec files. The zonesigner argument list is given in arglist. If more than one argument is given, the set of arguments should be enclosed in quotes. Given the rollset argument processing, the new arguments for zonesigner cannot be specified as expected. Instead, the arguments should be given in the following manner. The leading dash should be replaced with an equals sign. If the option takes an argument, the space that would separate the option from the option's argument should also be replaced by an equals sign. rollset translates these arguments to the appropriate format for zonesigner. These examples should clarify the argument modifications: normal zonesigner option -zsargs options ------------------------ --------------- -nokrfile =nokrfile -zskcount 5 =zskcount=5 The following are valid uses of -zsargs: # rollset -zsargs =ksklength=2048 example.rollrec # rollset -zsargs "=ksklen=2048 =zsklen=2048" example.rollrec The -zsargs and -delzsargs options are mutually exclusive. -verbose Display information about every modification made to the rollrec file. -Version Displays the version information for rollset and the DNSSEC-Tools package. -help Display a usage message. COPYRIGHT
Copyright 2006-2012 SPARTA, Inc. All rights reserved. See the COPYING file included with the DNSSEC-Tools package for details. AUTHOR
Wayne Morrison, tewok@tislabs.com SEE ALSO
lsroll(8), rollchk(8), rollerd(8), rollinit(8) Net::DNS::SEC::Tools::rollmgr.pm(3), Net::DNS::SEC::Tools::rollrec.pm(3) file-rollrec(5) perl v5.14.2 2012-06-21 ROLLSET(1p)
All times are GMT -4. The time now is 01:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy