Sponsored Content
Full Discussion: Lan & Global IP
Special Forums IP Networking Lan & Global IP Post 302940392 by Corona688 on Saturday 4th of April 2015 02:21:44 PM
Old 04-04-2015
This will work for some common configurations, but it's possible for an adaptor to have more than one IP address.
 

10 More Discussions You Might Find Interesting

1. Solaris

How to configure private LAN and coporate LAN on the same machine-Solaris10

Hi , I am trying to configure a private LAN and corporate LAN on the same machien on Solaris 10. How can I achieve this? Thanks (1 Reply)
Discussion started by: deedee
1 Replies

2. Solaris

How can we copy a directory from Global to Non-global zone?

Hi All, How can we copy a directory from global zone to non-global zone using SCP command? (8 Replies)
Discussion started by: vijaysachin
8 Replies

3. Solaris

Is there two different kernel`s running in global and non global zone?

Hi All, I want to know for non global zone there will be different kernal running? (1 Reply)
Discussion started by: vijaysachin
1 Replies

4. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

5. Solaris

How to see global hostname by logging in non global zones?

Hi guru Could any one help me by letting me know, how to see global hostname by logging in non global zones Regards (2 Replies)
Discussion started by: girish.batra
2 Replies

6. Solaris

How to identify a global or non-global Solaris server?

Hi, I have Solaris zone configured with Solaris 9 and 10. In Solaris 10(non global), I use the command “zonename” to get whether it is global or non-global server. For Solaris 9, what command I can use to get whether it is global or non-global server. Regards, Kalai :confused: (25 Replies)
Discussion started by: kalpeer
25 Replies

7. IP Networking

Local Lan, no-ip directed DNS forward, surf within lan

Hi, We have a website running on a local centos 5.4 surfer, static IP. The domain.com uses no-ip.com to take care of the DNS, it forwards all to my server. My router receives the port 80 call, routes it to my server and the world can see domain.com perfectly fine. However, we cannot see... (3 Replies)
Discussion started by: lawstudent
3 Replies

8. Solaris

Global and non-global zone resource sharing - tricky

hi all, Just a simple question but i cant get the answers in the book - In my globalzone , assuming i have 4 cpus (psrinfo -pv = 0-3), if i set dedicated-cpu (ncpus=2) for my local zone Is my globalzone left with 2 cpus or still 4 cpus ? Does localzone "resource reservation.e.g. cpu in... (6 Replies)
Discussion started by: javanoob
6 Replies

9. Solaris

Date and time change in global and non global zone

Hi, If I change date and time in global zone, then it will affect in non global zones. During this process what files will get affect in non global zones and which mechanism it's using to change. gloabl zone:Solaris 11.3 X86 TIA (1 Reply)
Discussion started by: Sumanthsv
1 Replies

10. UNIX for Beginners Questions & Answers

Question about global environment variables & fork() exec()

Hello... And thanks in advance for any help anyone can offer me on my question! I've been doing a lot of reading to try and find my answer... But I haven't had any luck What I'm trying to understand is where a child process inherits global environment variables from? I understand the exec()... (2 Replies)
Discussion started by: bodisha
2 Replies
wxPen(3erl)						     Erlang Module Definition						       wxPen(3erl)

NAME
wxPen - See external documentation: wxPen. DESCRIPTION
See external documentation: wxPen . DATA TYPES
wxPen() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxPen() See external documentation . new(Colour::colour() (see module wx)) -> wxPen() Equivalent to new(Colour, []) . new(Colour::colour() (see module wx), Options::[Option]) -> wxPen() Types Option = {width, integer()} | {style, integer()} See external documentation . getCap(This::wxPen()) -> integer() See external documentation . getColour(This::wxPen()) -> colour() (see module wx) See external documentation . getJoin(This::wxPen()) -> integer() See external documentation . getStyle(This::wxPen()) -> integer() See external documentation . getWidth(This::wxPen()) -> integer() See external documentation . isOk(This::wxPen()) -> bool() See external documentation . setCap(This::wxPen(), CapStyle::integer()) -> ok See external documentation . setColour(This::wxPen(), Colour::colour() (see module wx)) -> ok See external documentation . setColour(This::wxPen(), Red::integer(), Green::integer(), Blue::integer()) -> ok See external documentation . setJoin(This::wxPen(), JoinStyle::integer()) -> ok See external documentation . setStyle(This::wxPen(), Style::integer()) -> ok See external documentation . setWidth(This::wxPen(), Width::integer()) -> ok See external documentation . destroy(This::wxPen()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPen(3erl)
All times are GMT -4. The time now is 07:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy