Creating zones that are on different subnets

Hi,
I am running Solaris 10 11/06 with zones. I had no issues creating zones with the same default router as the global zone. However, I want to create zones that will live in the DMZ, on a different subnet. I have looked around and the only thing I could find was to add the new subnet in the defaultrouter on the global zone.
192.168.69.1 default route for global and zone 1
10.10.6.1 default route for zone 2
cat /etc/defaultrouters
192.168.69.1
10.10.6.1
I did that, rebooted, and created the new zone. The new zone did not get the default route set. It was also not set in the global. The only way I can get this to work, is run :
route add default 10.10.6.1
I have created an init script to add this route at bootup on the global zone.
Is this the right way to handle multiple subnets on a container host? Do I need to add the network in ./etc/netmasks?
Thanks,
David

If you are stuck with update 3, this is a workaround we did on our system.
create a startup script /etc/init.d/zone-defaultroute
#!/usr/bin/sh
#######START######
/usr/sbin/ifconfig interface:x addif zone2_ipaddress netmask up
/usr/sbin/route add default ip_router_zone2
/usr/sbin/ifconfig interface:x removeif zone2_ipaddress
/usr/sbin/zoneadm -z zone2 boot
#######END########
link the file to rc3.d
ln -s /etc/init.d/zone-defaultroute /etc/rc3.d/S90zonedefaultroute
Edited by: almazh on Oct 16, 2007 2:27 PM

Similar Messages

  • I want to create forms that are printable and not for web usage?

    I need to create forms that are for use in an office setting not only for web usage.  How do i do that?

    Hi,
    You may design a form in FormsCentral and then save the form as submission-enabled PDF form. Please check out this tutorial: Tutorial: Creating and distributing fillable PDF forms.
    Thanks,
    Wenlan

  • Can I create tables that are subsets of my master table?

    I would like to create tables (or sheets) that are subsets of the master table so that I can view different subsets of data in smaller chunks. I would like to continue to enter data in the master - and have it reflected in the subsets. Possible?
    Thank you

    Would this do what you want?
    Create a table for your subset of info. In its first cell, enter "=" & then click on the cell in the master table that you want displayed in that cell of the new table. You will get a formula of the type:
    =Table 1 :: B2
    where "B2" will be whatever cell you clicked on in Table 1.
    You can extend this formula downward or rightward with the circular blue fill handle to easily display adjacent row or column cells from the master table. You can also repeat the process starting with a new cell in the new table to display as many or as few cells of the master as you want. (You could even display different row or column values from the master in the same row or column of the new table, but I'm not sure that would be of any use.)
    Once you get the subset table set up as you want, lock it so that you cannot accidentally change its cell contents to something else.
    The result is a table slaved to the master which will automatically show any changes to the master but otherwise cannot be altered. This table can also be copied to other sheets & the formulas will be updated with the sheet reference automatically.
    The only drawbacks to this approach that I know of are that you can't enter data into the subset table (which may be a good or bad thing) & that empty cells in the master will be represented by zeros in the subset table. An 'IF(ISBLANK())" formula addition would take care of that but may not be needed.

  • Communication between applets that are in different frames

    Hi,
    I have two applets in the same browser page but not in the same Frame, and I'm trying to invoke a method of one of the applets from the other. getApplet("NAME") does not work because both are in different frames.
    I have managed to do the communication with a static method, but the invoked method doesn't have the correct variables values (also defined static), these variables have the default values (i.e. int = 0).
    My program:
    Applet A --> loads the data and waits for Applet B's invocation.
    Later....
    Applet B --> invokes an Applet A's static method, Applet A receives the data, Applet A is supossed to work correctly, but its data is not the previously loaded but the default values.
    What am I doing wrong? Looking at this, it seems that the static method invoked is from a different class.
    Has anyone any working example? Is there another way (not signing)?
    Thanks

    You could do it using javascript. From what it looks like you are describing :
    In Applet A's page, have a javascript function that looks like the following :
    function callAppletB()
         self.parent.frame[1].document.getElementById("insert applet b's id here").methodName();
    }Then, in Applet B's page, make a similar function :
    function callAppletA()
         self.parent.frame[0].document.getElementById("insert applet a's id here").methodName();
    }Just make sure that Applet A's page is the first frame on your frameset page. Hope this helped.
    Ed

  • H.264 export without audio creates files that are not recognized in Quicktime or VLC

    Dear all,
    I need to generate h.264 files with video only. (short clips for use with a "clickable" catalog on an iPad)
    Used the "H.264" category and chose a preset. Unchecked "Audio" so I only get the video exported.
    The resulting .m4v file is not playable in Quicktime or VLC or MPEG streamclip.
    When I leave audio enabled with the same preset, the file is fine, but as soon as I export without audio, the resulting file is unreadable.
    Source material is ProRes 422HQ, audio+video, about 30-40 seconds long.
    Any clues?
    Carl.
    Mac Pro 5,1
    24GB RAM
    Nvidia Quadro4000
    4TB internal RAID0
    OS 10.7.5
    Premiere 6.0.2

    Thanks Jeff, I did get that far ;-)
    I'm sorry, probably my question wasn't very clear. Of course I can find some technical info about the iPad...
    And of course some of the presets in Media Encoder provide basic starting points for encoding.
    But... there is also the first iPad, I couldn't find the specs about it on the Apple site. On everymac.com I found:
    Apple reports that the iPad supports "H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats; MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats."
    So if I want to be compatible with all iPads I need to probably stay under 720p30 with [email protected] for H.264
    When I look at
    http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC
    I find (from the example values) that 1280x720@30p is quite near the maximum matrix size. So with 1024x576 I should be ok there. My bandwith of about 2Mbit is also well within range in this case. But what if I want to fill an iPod screen (1024x768) with the highest possible quality video? How do I calculate if this fits the max frame size requirements, where this is expressed in a number of luma samples and macroblocks? What is my max bandwith? The tables says that the "Max video bit rate for video coding layer (VCL) kbit/s" should be <14.000kbps. Does that directly translate to the sliders in my encoding app?
    If you look in the table "AVC software implementations" (under Software encoder feature comparison) you can see that some features that are supported in MainConcept, and not supported in Qt. (8×8 vs. 4×4 transform adaptivity, Quantization scaling matrices, Separate Cb and Cr QP control, etc. What are these exactly?)
    In Streamclip one can choose to have B-frames or not, in AME there is no such control. Does that mean it always encodes with B-frames? Why would one not want to have B-frames?
    A lot of parameters in AME H.264 encoding seem to be set to certain fixed values that are not accessible to the user. Other programs (Sorensen, Telestream) provide the user with access to more parameters. Which parameters in AME are set to what (fixed, non-accessible) values and why?
    As I said earlier, Quicktime reports different codecs for what should be the same format but from different encoders. Why? Is there a program that can analyze a H.264 stream and report about it in more detail than VLC/Quicktime?
    etc. etc. etc....
    If anyone could recommend an online resouce or a book to learn more about the ins and outs of H.264 encoding/decoding that would be great. I have the first edition of Charles Poynton's (brilliant!) book "Digital Video and HDTV", which does talk about MPEG-2 but not H.264. I saw that the second edition goes a bit more into detail about H.264. Does anyone have the second edition? Worth buying just for the relatively small addition about H.264?
    Thanks.
    Carl.

  • How can I vertically align items that are in different regions

    Hello,
    I am a novice developer in APEX. I am creating a page which has 4 regions on it. Right now it looks like the following:
    ----region 1----------------------
    label: field label4: field
    -----region 2--- region 3--
    label: field label45: field
    -----region 4---------------------
    label:field [one-item-worth-of-space. next item aligned to right of item below]long_label: field
    label: field label: field
    I am trying to vertically align the items in these regions, in such a way that all the colons are vertically aligned.
    I am having a particular alignment problem in region 4, column 2 (item are bold). Both label:field, and long_label:field in region 4 have the same vertical/horizontal alignment option as the rest of the region (right for label, left for field). For some reason, there is one item space between these two items. This space is removed if I switch the two fields.
    I would really appreciate any help trying to understand
    - how to remove the one-item-equivalent space between two items in region 4
    - how to vertically align all these fields in different regions on one page.
    I tried to create the original scenario in bold, but the post would not allow space formatting. I apologise if it is difficult to understand
    Thank you in advance for your time.
    RHaq

    This is not the APEX forum. Post your question in this forum:
    Oracle Application Express (APEX)

  • Connection fails if server and clients are in different subnets

    Hello,
    our Volume License Manager (v2.1) is running in another subnets than the clients (All machines are running under Windows XP-SP2 without Domains or ADS, just workgroups).
    The server is in subnet A (192.168.42.0/24), all clients are located in another subnet  B (192.168.50.0/24).
    Routing is properly configured and is working fine, traffic to the specific hosts is not blocked by a firewall. We can ping every machine,
    open telnet connections to the NILM, everything works.
    But if the clients try to connect to the remote NILM (both local client NI License Manager and VLM port settings are correct)  their connection attempt always
    times out with error code "NILM10"
    (I already read the mentioned KBs, no solution has helped so far). This is true if clients and server are separated.
    For testing purposes, i plugged one client into the server's subnet (server's IP: 192.168.50.250, client 192.168.50.10)
    and it worked perfectly. Is there a reason why  server and client have to be on the same subnet or is it some other kind of problem that I am not aware of?
    Thank you.
    Thorsten

    Hello Thorsten,
    Did you add the server's domain to the client computer's DNS settings. To do this, complete the following steps on the client computer:
    1. Open Local Area Network Settings from the Control Panel (Start»Control Panel»Network Connections»Local Area Connection)
    2. Click the Properties button
    3. Select Internet Protocol (TCP/IP) from the list of network components
    4. Click the Properties button
    5. Click the Advanced button
    6. Change to the DNS tab
    7. Ensure Append these DNS suffixes is selected
    8. Click the Add button
    9. Enter the domain suffix of the license server and click Add
    10. Close any open dialog boxes, choosing OK and Close as necessary.
    (http://digital.ni.com/public.nsf/allkb/3AAF37CD7B89A2CD86257070005A075A?OpenDocument)
    Further you should check this KBs.
    Why is My NI License Manager Slow or Not Responsive with a Configured Network Server on Another Domain?
    http://digital.ni.com/public.nsf/allkb/27D6BD8116EF257A862572F2005C2181?OpenDocument
    How Can I Access NI Volume License Manager from a Different Network or Behind a Firewall?
    http://digital.ni.com/public.nsf/websearch/54E52C3F348B929786256DCD0056B19B?OpenDocument
    Regards,
    WolfgangZ

  • Finding missing files that are a different file type?

    I had several folders of jpegs that i converted to dng with lightroom.  I lost the dng files and now i only have the original jpegs.  when i introduce them back to lightroom it no longer recognizes them because of the different file type.  When i "find" and individul file it works and the missing dng is replaced with the jpeg.
    The find nearby files option does not work and finding thousands of files individually is just not going to work.  I don't want to reimport because i will lose all the work i have done to these files.
    Any ideas?  Maybe I should wait for 3.0?
    thanks,
    Braden

    ... the dng converter wont convert a jpeg to dng only camera raw files...
    Didn't know about that.
    In this case, you can use Lightroom to convert to DNG:
    Start a fresh catalog.
    Import all your JPEGs.
    Use the Convert to DNG command in Library module to convert all JPEGs at once. It will place the new DNGs in the same catalog as the source JPEGs.
    Open the original catalog where the DNGs are missing — the old catalog should be fine finding the newly created DNGs now.
    You can now trash the "new" catalog.

  • Please help!! Can I pass a variable between 2 swf's that are on different html pages?

    Hey,
    Does anyone know how to pass a variable (string) from one swf
    to another if there in separate html pages?
    I assume I’d have to send the variable from the first
    page and load it into the second but I don’t know what
    functions or code I should be using. Any suggestions would be a
    HUGE help.
    Thanks
    If it helps: I’m creating a log in and sign up sheet
    that can be accessed from several sites. I’d like to record
    which site the user has come from when they signup.
    Thanks

    if they are open at the same time (for the same user), you
    can use the localconnection class to communicate between the
    two.

  • Creating forms that are fillable, but I cannot print the full returned form- How do I expand the boxes to see all of the text for print?

    I have created several forms for work as I am trying to get new staff on board using digital forms vs. pencil and paper. However, there does need to be the option of printing the final, filled in product. I can see everything on the form through scrolling, but when I print it looks like a screen shot. Help!

    If you are finding that people are overfilling the boxes, you probably need to revisit how big you made the boxes. It's a common error in form design to try to save paper at the expense of box sizes.

  • Completed a project in iMovie which is 41 minutes long (2 GB) . When I attempt to  create a iDVD disk(via clicking on share) ,I am advised that an error occurred because the project is too long. Have made other movies/created disks that are longer than 41

    Have completed a project in project library that is 41 minutes long ( 2.1 GB ) . When I click share and attempt to create an iDVD disk , an error notice appears claiming the new project is too long.  Have created other iMovie/DVD disks in the past which were longer than 41 minutes.  What corrections do I need to make to ensure I can create  a DVD disk for this 41 minute ( 2 GB ) project... I am using a 17 MacBook pro for this project.

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • I want to sync two iPads that are in different countries, with one calendar.

    Our senior Pastor keeps is schedule on the calendar in his iPad. He needs it to sync with his assistant's iPad calender so they agree when he is out of the office and out of the country. How can this be done smiply?

    It's possible, but the fact that it is possible does not imply that it would be practical.
    You will have to completely re-configure the Time Capsule each time that you change locations, because you are changing networks.
    It would be much, much easier to simply add a hard drive at home and backup the Mac to that drive.

  • How do you create PDF that works across different OS?

    Please advise how to create proper PDF from Acrobat XI so that I can pass this on to a person who is generating files that do not work for me on a Linux system.  Because I use Linux I cannot use Acrobat, but I have no problems with files created by other people on Windows or Mac systems.
    I still own some Adobe products for use on old PCs hence my ability to post this question.

    It is clear that you did not receive the email I forwarded with attachments.  I have placed various files at:
    www.carol762.org.uk/files/
    Friends Newsletter August 2014 copy.pdf
    Friends Newsletter August 2014.pdf
    Friends Newsletter December 2013.pdf
    MaryRose-2013-AnnualReport.pdf
    email_exchange.pdf
    screenshot_august.pdf
    screenshot_december.pdf
    Please download these.  The first file listed above was created by saving a copy after opening the file while it was attached to the email.  It is not searchable.  If I saved the file from the email I could not open it.  The December newsletter is searchable as is the annula report.  The email exchange provides more details of my problems with the files. 

  • Can Acrobat Pro 9 create pdf forms that are readable by older versions of Reader?

    I have just downloaded the Trial of Acrobat Pro 9, and my client now tells me they only have Acrobat 5, and can't open the pdf form I've made in 9.  My form uses text fields and checkboxes, tooltips but no validation or calculation.  Does anyone know if it is possible to save this form in a way that is backwards compatible with Acrobat 5?
    Failing this, does anyone know what version of Pro I need in order to add fields and still allow v5 to open the files?
    thanks!
    - Thea

    I did not read your original post carefully. As far as saving a form that is readable in AA5, AA5 should be able to read an AA9 form as long as you did not use any of the new fancy things in it. In the meantime, simply save the form using either Reduce File Size or PDF Optimize with the compatibility set to AA5 or AR5. That process will strip any special issues from the PDF I think. At least that is my assumption. I create PDFs that are AA5 compatible all the time by simply having the properties of the Adobe PDF printer set to AR5 compatibility. As far as the form feature, that is really just a matter of being sure you use features that are AA5 compatible as I have suggested and saving, possibly using one of the two options I have mentioned. In most cases, AR5 will be able to read it even if you do not save in that process, but do not get fancy in the structure.

  • File Server Migration from 2008 Standard to 2012 Standard accross different subnet

    Hi
    Im going to migrate File server from Windows 2008 Standard server to Windows 2012 Standard . Source and Destination Servers are on different subnets . According to this
    http://technet.microsoft.com/en-us/library/jj863566.aspx I cannot use Server migrations tool in-built into 2012 .  Im not sure if I can use file server migration toolkit 1.2?.  
    Also my Domain controllers are mixture of Windows 2003, 2008 , 2008 R2 and I've upgraded the schema level to 2012 R2 . Is there anything else I need to be aware of ?
    Can anyone please recommended best way to go about doing this migration . Is file server migration toolkit 1.2 is compatible ?  .
    Only reason I don't want to use Robocopy to this is because If I miss a small setting etc then I will face unwanted downtime.
    I presume Migration toolkit will also create all the Quotas etc on the destination server .
    Thanks
    mumtaz

    Hi mumtaz, 
    We could use file server migration toolkit 1.2 to migrate file server between the two subnets. In order to maintain security settings after the migration, please ensure the security of files and folders after they are migrated to a target file server, the File
    Server Migration Wizard applies permissions that are the same as or more restrictive than they were on the source files and folders, depending on the option you select.
    In the meantime, quota cannot migrate by this tool but we can export and import the quota using dirquota command. Export the templates as xml and then import to new server:
    dirquota template export /file:C:\test.xml
    dirquota template import /file:C:\test.xml
    For more detailed information, please see:
    Template Export and Import Scenarios
    http://technet.microsoft.com/en-us/library/cc730873(WS.10).aspx
    Regards,
    Mandy
    If you have any feedback on our support, please click
    here
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Wireless/Wi-Fi Adapter

    Hello! I have downgraded my HP 2000 Notebook-PC-2C21NR to Win7 Enterprise 64-bit and the wireless was working fine then it just stopped.  I've tried uninstalling and reinstalling several of the drivers that I saw on other post but the light is still

  • File Name Compatibility

    For Saving for Web, does any of you know hoy to default to windows filenaming compatibility rather that windows/Mac/Unix either via a script or illustrators user interface? Any help would me much appreciated. Regards Norbert

  • Problem transferring website from one PC to another.

    I'm trying to transfer a site from one PC to another, but it won't open on the second PC. I've tried exporting the site definition and also transferring individual files, all to no avail. It's the same copy of Dreamweaver CS4 on both machines (versio

  • After updating steam, it causes strange noise ...

    Hi everyone! I've also got the common problem amongst at least MID 2011 Air - Steam - combo users that some weird noise is heard during steam launched. I've situeted the source and it's under the rightmost shift button. I've muted the computer, reins

  • How do I compare chars?

    Hi! I've got a problem comparing chars. Is there a way to check that a char is "earlier" than another one? By "earlier" i mean that for example A is earlier than B, B is earlier than C etc. Thanks in advance!