Zone multiple ip addresses

Hello,
I am new user on Solaris and also use from 5 years FreeBSD.
At beginning I would say that very enjoy working on Solaris but I can’t jump of the problem with multiple IP address in one non-global zone.
In FreeBSD when I want set tree IP address in jail
Adding IP address to network interfaces
/sbin/ifconfig nfe1 192.168.3.3 alias
/sbin/ifconfig nfe1 192.168.3.4 alias
/sbin/ifconfig nfe1 192.168.3.5 alias
and start jail with these IP:
/usr/sbin/jail /usr/jails/testjail test.com 192.168.3.3,192.168.3.4,192.168.3.5 /bin/sh /usr/local/ssh/sbin/sshd.sh start &
But on Solaris I can’t figure out how set two ip addresses to one interface.
I tried configuring zone with IP shared but always I can set only one IP.
Thanks for any help : )

Thanks for reply Marty and i solve my problem adding next net in zone.
Example :
zonecfg -z testzone
add net
set address=192.168.1.67
set physical=net0
end
add net
set address=192.168.1.67
set physical=net0
end
info
net:
address: 192.168.1.67
allowed-address not specified
configure-allowed-address: true
physical: net0
defrouter not specified
net:
address: 192.168.1.68
allowed-address not specified
configure-allowed-address: true
physical: net0
defrouter not specified
(In testzone zone)
ifconfig -a
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
net0:2: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 index 2
inet 192.168.1.67 netmask ffffff00 broadcast 192.168.1.255
net0:3: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 index 2
inet 192.168.1.68 netmask ffffff00 broadcast 192.168.1.255
lo0:1: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128
Or second options for another proposes is create virtual switch + ipnat
dladm create-etherstub vswitch0
dladm create-vnic -l vswitch0 vnic0
#info
dladm show-vnic
# cat /etc/ipf/ipnat.conf
# net0 physical network card
map net0 192.168.1.0/24 -> 0/32 portmap tcp/udp auto
map net0 192.168.1.0/24 -> 0/32
# start ipfilter
svcadm enable ipfilter
## ipnaet check
ipnat -l
## configure zone
zonecfg -z testzone
add net
set address=192.168.1.67
set physical=vnic0
end
Cheers.
P.S Solaris rocks :).

Similar Messages

  • How do i add multiple email addresses to my calendar

    How do I add multiple email addresses to my calendar on my iphone

    You can create an email alias at the mail feature at iCloud.com

  • How to configure multiple IP addresses on one NIC?

    Hi,
    I just installed a OVM Server in version 3.2.1 and the according VMManager. Now i wanted to try to configure the Server/Server Pool. Now i come across a problem, which was already a big problem in OVM 2 while configuring the Networks.
    All our OVM Servers have three NICs in them. One is for VMs and Management, the others are for connection to our SAN (Dell PowerVault MD 3220i). My problem is, that due to the network setup, the two NICs for storage need two IP addresses in two different networks each. This shouldn't be a problem, because usually in linux all you have to do is configure something like eth1:1. I remember having huge trouble configuring it in our OVM 2 cluster up to the point where I had to write a shell script to configure the second IP.
    Anyways, I have configured two of the storage networks on eth1 and eth2 of the VM Server. Now i cannot configure any more IP addresses, because eth1 and eth2 are not available anymore for configuration in a third network. I really hoped that it would be possible in OVM 3 to configure multiple IP addresses. And probably it is only my lack of knowledge of how to configure it.
    So any advice is well appreciated.
    Thanks!
    Regards,
    Marek Hubatka

    You should be able to do this by using "VLAN Groups".
    http://docs.oracle.com/cd/E35328_01/E35332/E35332.pdf
    Check out the VLAN groups section. You must great the VLAN groups before you can assign them to interfaces.

  • VIP selection will not work on contact with multiple email addresses

    Trying to add more people to my VIP list. When selecting a name that has multiple email addresses, I select the address I want added and selection will not "stick" or accept that contact to VIP list.
    Help?

    Hiya!
     Well first off... I'm baffled that you succeeded in setting up personal email without a data plan.
    You need a data plan to access the BIS network which allows you web browsing (off wifi), email, BBM and the like.
    1). Please thank those who help you by clicking the beside the 'Reply' button.
    2). If your issue has been solved, please resolve it by marking "Accept as Solution" on the correct post!
    3). Remember to have fun! We are all in this together!
    4). Follow me on

  • Allow the user to add multiple email addresses in Email ID Field

    In my jsp page, the funtionality i need to enhance is to allow the user to enter multiple email addresses in the "To" field of my Email A friend Task...right now it allows only one email id to be input by the user
    Can anyone suggest me how to achieve it using javascript /jstl
    Thanks in Advance

    one more alternative is u can use : StringTokenizer class.
    Code as follows: I hope this also helps u. But it will be used at server side. not at client side(for client side validations , we are using javascript).
    java.util.StringTokenizer stringTokenizer=new java.util.StringTokenizer(request.getParameter("to"),",");
              String[] list=new String[stringTokenizer.countTokens()+1];
              int i=0;
              while(stringTokenizer.hasMoreTokens()){
                   list=stringTokenizer.nextToken();
                   i++;
    Regards

  • Send invoice (copies) to multiple email address

    Hi,
    Is it possible to send invoice(copies) to multiple email address? how?
    Understand that we can maintain multiple email add for a customer. Example if 5 email add has been maintained for customer A, let say if I need to email 1 original invoice to email add 1 and email the other 2 copies invoice to email add 2 &amp; 3 , how do I select the email add 1, 2 &amp; 3 from the customer under the OUTPUT of change invoice (VF02) when we only input the customer code under Partner?
    Appreciate your inputs on the above.

    Hi,
    I think it is possible to send invoice copies to multiple email addresses using comma in between them.
    Regards,
    Sarosh

  • How do I enter multiple email addresses for a Firefox Sync account?

    How do I enter my multiple email addresses for one Firefox Sync account?

    Sorry, but Address Book does not allow you to select more than one email address to send to in a group. There's really no reason why people need multiple copies of a message, anyway; they have the option of forwarding email to another email address of theirs.
    Mulder

  • How can I use multiple email-addresses with "Administration Email Address"

    What syntax should I use to have more email-adresses in the screen "Manage Service - Instance Settings - Email" after the field "Administration Email Address".
    I tried:
    - '[email protected]','[email protected]'
    - '[email protected], [email protected]'
    - '[email protected]; [email protected]'
    - "[email protected]','[email protected]"
    - "[email protected], [email protected]"
    - "[email protected]; [email protected]"
    Every time I get the ORA-29279 / 501.
    Please help me with the right syntax for multiple email-addresses.
    Thanx!
    reg.
    Chris

    From a google search of the docs, it looks that that field is used as a FROM address... hence it's by definition only one address.
    Administration Email Address - Defines the "from" address for administrative tasks that generate email, such as approving a provision request or resetting a password.
    From http://download.oracle.com/docs/cd/B28359_01/appdev.111/b32258/adm_wrkspc.htm
    Edited by: Tanjental on Jun 29, 2009 6:28 AM

  • How do I add multiple email addresses for a contact to a group?

    (I'm a recent convert from eMailer to Outlook Express, to Entourage, and finally to Mail.app)
    I'm trying to set up a group in Address Book that includes multiple email addresses from a given card. These are folks that want me to include, for example, both their work and home email addresses when I send to this particular group.
    I see that Address Book has the ability to use "Edit Distribution List..." to select one email address for a given card/contact, but I can't get it to allow me to use two or three for a given card.
    I suppose for now I can just create a duplicate card, and pick one address from each.
    Is there a better way?

    Sorry, but Address Book does not allow you to select more than one email address to send to in a group. There's really no reason why people need multiple copies of a message, anyway; they have the option of forwarding email to another email address of theirs.
    Mulder

  • Can i send to multiple email addresses for the same contact

    I coach a baseball team and I want to create contacts under the kids' names with email addresses for both parents listed.  Can I send email to multiple email addresses listed inside the same contact?  I hope this makes sense.
    Thanks!

    You can do it individually, but it can also be done with Groups in Contacts, but you will need to create two or more groups. Once you have created the Groups in Contacts, drag the contacts that have multiple email addresses into each group. Then, select Edit Distribution List… from the Edit menu in Contacts.
    For each group, select one address or the other for each contact. Do the same for the other group.
    When you address an email, add both Groups to the address field in Mail.

  • How do you set up multiple IP addresses on a web server?

    I have a block of 8 fixed IP address, 5 are useable for websites. I have a netopia router and I would like my server to be able to host several different sites using a secure server. I know you can only host one secure site for one fixed IP address. I have been using one IP address and hosting virtual domains up to now. I don't know how to set the router and the server up to make this work. Everything I have tried has failed. I have tried IP mapping and passthrough but I can only make one IP address work. Not multiple. Any advise would be appreciated.

    Since you're looking to host multiple SSL sites, no matter what you do you're going to need to setup multiple IP addresses on your server.
    I would NOT recommend running the server at your edge - there are valid reasons for using firewalls and NAT devices. Instead, configure your server with multiple private IP addresses (192.168.x.x or 10.x.x.x, whatever you prefer).
    Then, in Server Admin, configure your SSL web sites. Bind each one to a specific IP address.
    This is different from your non-SSL web sites, which presumably have 'any' as their IP address.
    Then setup your Netopia router to port-forward port 443 on each public IP address to the corresponding private IP address on the server.

  • Multiple Email Addresses in Apple Mail...HELP

    Ok so I have finally set up apple mail with my gmail account but am having a minor issue...My hotmail email is forwarded to my gmail account, which is what I use in apple mail...So i receive all my mail through IMAP settings..Now, when I'm reading my mail through Apple mail, it tells me what email address it came from..My question is, when replying, i am able to pick my hotmail address in the "from" field from the drop down menu, but there is another box to the right of it with the "outgoing server" information...So when they receive my reply message it reads, From: Me ([email protected]) on behalf of ME ([email protected]) Is there a way to change this so it just shows the msn address and leaves out the gmail??

    Izzy: Welcome to the discussion groups.
    I understand that you have multiple From: addresses set up, all your email goes to your gmail account, and then to your Mac. When you reply to hotmail-received messages, you select (or rather it, Mail, selects-- I think that is the behavior I see) you hotmail address for the sender address, and when it goes through the gmail smtp server, it adds a comment indicating this to the header.
    Even though some other email gateways might not do this, the information us almost always stored somewhere in the Received: headers? Gmail just calls it out.
    There is no way around this except to add your hotmail account as another mail account and send hotmail via the hotmail smtp server... or find another smtp server that doesn't do this. (But, again, the information will usually be in the header fields.)
    -fred

  • I want to use Mac Mail for my work email address, which containts multiple outbound options (i.e. hr@, me@ etc). Is there a way to set up Mac Mail to have an account with multiple outbound addresses rather than adding in multiple accounts?

    I want to use Mac Mail for my work email address, which containts multiple outbound options (i.e. hr@, me@ etc). Is there a way to set up Mac Mail to have an account with multiple outbound addresses rather than adding in multiple accounts?

    This sounds like the age old problem with keychain & Safari. I don't know of a way to solve it without using something like 1Password.
    The iOS app has it's own built in browser, so it has more control over what gets autofilled. Safari on OS X has an 1Password extension that handles account selection & autofill etc.
    Keychain is great in principle, but it quickly falls down when you need tight integration with many ID's & different use cases (work, home etc).
    I'd suggest you submit feedback to Apple about your thoughts. I did so years ago about this issue & this is how far we have come (back to the point where me.com synced passwords) :^)
    http://apple.com/feedback/macosx.html
    Other tools like lastpass or keypassx may also help if you want to truly segregate password storage, but that doesn't fix autofill, the way around that issue is to dedicate one browser for work.

  • Multiple email address with one server account

    Why can't Mail have multiple email addresses on one email account? Like Thunderbird calls them Identities. As I remember, Outlook also supports this. I like Mail but it seems rather dated and clunky in this respect.
    I am using mainly IMAP so maybe I should switch to Thunderbird but I do still have some old messages in pop accounts in Mail.

    You can have multiple accounts, but only one "identity." Configure new mail accounts for all the different email addresses you may have. They can each have different configurations, different servers, etc. as well as be individually made active or inactive. All incoming mail will funnel into a single Inbox, but you can use rules to transfer incoming mail to separate mailboxes based on the account.
    What you cannot have are distinct "personalities."
    Bear in mind that Mail is intended for a single user and the vast number of single users only have one email account. I actually have four different email addresses but three of them are set to forward mail to the account I use with Mail. Mail works quite well with IMAP, POP, and Outlook mail accounts.

  • Managing multiple email addresses for the same contact

    Hi
    I have set up a group so I can email multiple people at once using the usual method. However, when I put the 'xx group' in the Bcc, it mails them fine, but where I have more than one address for the contact, it picks one without asking me.
    How do I set it so it always chooses a certain (main) address? For one, it sent it one of two addresses I had listed as 'home', on another it sent it to an address I had listed as 'work'.
    They also appeared in different positions on the card, e.g. it is not sending tit to the first one it sees on the card.
    Any thoughts?
    Thanks
    Mark

    found the answer somewhere else:
    When sending a message to a Group and a Group member (or members) has multiple email addresses, the following was copied from Address Book Help.
    Choose Edit > Edit Distribution List.
    Select the group whose addresses you want to manage.
    Click the pop-up menu (column header) to choose which type of information you want to manage—phone number, email address, or street address.
    Select the address or phone number you want to use for each member with multiple addresses or phone numbers.

Maybe you are looking for