Rc.conf update with interface alias

hello,
I'm using interface aliases on eth0 to host different virtual hosts with SSL cetificates
my rc.conf config was like that :
eth0="eth0 IP1 netmask 255.255.255.0 broadcast IP1"
eth0_0="eth0:0 IP2 netmask 255.255.255.255 broadcast IP2"
INTERFACES=(eth0 eth0_0)
gateway="default gw IP1_GATEWAY"
ROUTES=(gateway)
but since the deprecation of net-tools and the new syntax for rc.conf I'm not sure how the aliases should be defined.
I read this page https://wiki.archlinux.org/index.php/Rc.conf but I'm not sure if I have to use Netcfg now or if I can use the Single interface way and if so what would be the syntax?
thanks for your help

.:B:. wrote:I don't think there's any 'wanting' involved here. Devs have taken that decision, and either you work with it or you start hacking around.
Very constructive.
Stebalien wrote:
Read the ip manual and add the relevant commands to your /etc/rc.local.
The syntax should be something like the following (I haven't tested it):
ip address add dev eth0 local IP1/255.255.255.0 broadcast IP1
ip address add dev eth0 local IP2/255.255.255.255 broadcast IP2
Thank you, I'll try to do something in this direction.

Similar Messages

  • Please make avalabile the downgrade for ios 7 or make a update with old interface , sorry my crapy english , i am romanian :), please make avalabile the downgrade for ios 7 or make a update with old interface , sorry my crapy english , i am romanian :)

    please make avalabile downgrade from ios 7.0.2 or make a new update with old interface , thanks , please resolve this problem , sorry my crapy english , i am romanian

    If you think your are talking to Apple, you aren't.  We're just users like you.
    Downgrades have never been supported by Apple.
    If you want to provide feedback, feel free...
    http://www.apple.com/feedback/

  • Questions about PO creation / update / cancel interfaces

    Hi there,
    An E-Business Suite 11.5.10.2 customer wants to use the 11i PO creation / update / cancel interfaces in order to manage Purchase Orders created from a 3rd party system.
    I've been through the 'Oracle Purchasing Open Interfaces' guide (115mfgapi.pdf), but it's still unclear to me whether:
    1/ It is possible or not to add a new PO line to an existing PO through the interfaces ? If yes, how do one do that: what interface ? sample code ?
    2/ It is possible or not to change the distribution (= accounting information) of an existing PO line ? If yes, ...
    3/ It is possible or not to reject the full PO document if a single line fails during the PO creation ? Same for a batch of POs: reject the full batch if a single PO fails ?
    4/ Is it possible or not to cancel a PO line even if the shipment already occured ? And even if the payment already occured ? Are there some controls here ?
    Thanks for your help,
    Kind regards - Hugues

    1. Answer is YES. You can add a line to an existing standard purchase order by choosing the UPDATE. This can be done through Purchase Documents Open Interface.
    I can not give an example. It's quite long to write it. But You should use Open interface user guide to find nessesary columns. Just insert new row with status UPDATE and try to import
    2. Think You can NOT.
    3. Answer is YES. You can do it. Use "Cancel PO API". Function name is PO_Document_Control_PUB.control_document ().
    For technical details read Open interface UG.
    You must create exception to be avoid problems if some lines can not be canceled.
    4. Answer is YES. You can do it if there's still expected quantity to recive.
    boldJust from UG:*bold* :)
    bold1. Purchase Order Change APIs. bold
    boldThe APIs enable you to do the following*bold*:
    - Record Acceptance/Rejection in Oracle Purchasing
    - Update quantity, price, and promise date on standard purchase orders or releases in Oracle Purchasing
    boldSo only qty, promissed date, price*bold*
    boldRead next*bold*:
    Line Level Validation and Update: This logic occurs when LINE_NUM is not null
    and SHIPMENT_NUM is null.
    1. No update occurs if the line status is FINALLY CLOSED or CANCELLED.
    2. The new quantity or price value must be positive.
    3. If updating quantity, the new quantity must be greater than or equal to the
    greater of total quantity_received of all shipments and total quantity_billed
    of all shipments for this line. After the update takes place, the new quantity
    will be prorated at the shipment level and for each shipment the quantity is
    prorated at the distribution level if applicable.
    4. If updating price, no update occurs if a receipt has been created against one
    of the line’s shipments and it's been accrued upon receipt. No update
    occurs if an invoice has been created against one of the line’s shipments.
    After a price update takes place, price changes are rolled down to the
    shipment level for standard POs. No price update occurs for a release if the
    Price Override flag on the blanket purchase agreement Line is No.
    boldSummary:*bold*
    boldYou can update qty if still there's a qty to receive (Expected) and if PO still is not canceled*bold*
    boldEXAMPLE:*bold*
    Usage Example
    set serveroutput on;
    -- After the API completes, do not forget to commit if the result is 1
    -- and rollback if the result is 0.
    DECLARE
    l_result NUMBER;
    l_api_errors PO_API_ERRORS_REC_TYPE;
    BEGIN
    -- This needs to be changed according to your environment setup.
    FND_GLOBAL.apps_initialize ( user_id => 1318, resp_id => 50578, resp_appl_id => 201 );
    -- Record an acceptance of Y for PO 1261.
    l_result := PO_CHANGE_API1_S.record_acceptance(
    x_po_number => 1261,
    x_release_number => null,
    x_revision_number => 0,
    x_action => 'NEW',
    x_action_date => null,
    x_employee_id => 588,
    x_accepted_flag => 'Y',
    x_acceptance_lookup_code => 'On Schedule',
    x_note => 'All valid',
    x_interface_type => 'APITEST',
    x_transaction_id => null,
    version => '1.0');
    IF (l_result <> 1) THEN
    -- Handle the errors in the PO_INTERFACE_ERRORS table.
    END IF;
    -- Change the quantity to 5 on line 1, shipment 1 of PO 1263.
    l_result := PO_CHANGE_API1_S.update_po (
    x_po_number => 1263,
    x_release_number => 1,
    x_revision_number => 1,
    x_line_number => 1,
    x_shipment_number => 1,
    new_quantity => 5,
    new_price => NULL,
    new_promised_date => NULL,
    launch_approvals_flag =>'Y',
    update_source => NULL,
    version => '1.0',
    x_override_date => NULL,
    x_api_errors => l_api_errors,
    p_buyer_name => null
    IF (l_result <> 1) THEN
    -- Display the errors
    FOR i IN 1..l_api_errors.message_text.COUNT LOOP
    dbms_output.put_line ( l_api_errors.message_text(i) );
    END LOOP;
    END IF;

  • Need help with interface development

    Hi i need help with requirement below with developing interface between or online order system and sap plz lemme know what is bapi i use for creating customer, update and assigining partner id to costumer.
    SAP Development
    1.     Using standards SAP functional module (with BAPI), create interface that will create/change Ordering party customer in SAP. Following fields are mandatory for customer creation:
    •     MANDT     Client
    •     VKORG     Sales organization
    •     VTWEG     Distribution Channel
    •     SPART     Division
    •     KDGRP     Customer Group (= “ZORP)
    •     KUNNR     Customer number
    •     NAME1     Name 1
    •     NAME 2     Name 2 (if required)
    •     SORTL     Search term (short description)
    •     ZZALTKN     Search term 2 (old customer number)
    •     LAND1     Country
    •     ORT01     City
    •     PSTLZ      Zip Code
    •     REGIO      Region (state in USA)
    •     STRAS     Street
    •     TELF1     Primary telephone number
    •     TELFX     Primary Fax number
    •     ZZPRPLANS     Payment Plan
    •     CCINS     Payment card: Card type
    •     CCNUM     Payment cards: Card number
    •     CCDEF     Payment Card: Default Card Indicator
    •     ZBDGID     Customer Budget ID
    •     ZHOLD     Budget Hold indicator
    •     ZZCOSTCENT     Cost Center
    2.     Upon successful customer creation system will issues “S” (success) message that customer has been created.
    3.     New ordering party customer created in step ½, will have to be assigned as new partner to its belonging Sold-to/Ship-to customer. Use standard SAP customer functional module in order to perform this partner ID assignment. Partner ID for ordering party should be “ZO”.
    1.7     Enhancement Functionality
    Apart from creating a new interface to do the required functionality, the Order Create Interface also has to be changed to accommodate a field to pass the Ordering Party Number on the Order. The technicalities of how we are going to implement the interface will be laid out in the Tech Specs.
    Thanks
    in advance

    You have double posted, please mark this one as "solved on my own" and refer to this thread
    need help with interface development
    Regards,
    Rich Heilman

  • Trying to figure out pricing and plan options to add multiple computers to current subscirption. We currently have a subscription that allows the programs on two computers, but now I need 5 computers to be updated with CC.

    Trying to figure out pricing and plan options to add multiple computers to current subscirption. We currently have a subscription that allows the programs on two computers, but now I need 5 computers to be updated with CC. Have looked in to Small Business teams, but do not understand how many computers that is good for and if there is a professor or previous customer discount. Any help would be great, thanks!

    Hi,
    I presume that the new configuration is missing some parts as you seem to have the IP address of the external interface configured staticly on the interface but you have not configured any default route on the firewall? (Original configuration got default route dynamically and added it to the routing table)
    You also mentioned that you were able to connect to the Internet which would indicate there was indeed a default route with the new configuration?
    I am a bit confused about the host mask on the external interface (/32 - 255.255.255.255) ? Does the ASA really let you configure a host address on the interface? It can't lead anywhere as there is no next hop with a host mask. I think the ASA even blocks using a /31 mask link network which works with Cisco Routers.
    I guess I would go through the basic troubleshooting step when the new configuration is in use
    Check logs for any blocked connections or error messages
    Check the Static PAT (Port Forward) configuration with the "packet-tracer" command
    Capture traffic on the ASAs external interface (with the ASA itself) and confirm that you are seeing the TCP SYN of any connection attempts, or perhaps capture ICMP
    - Jouni

  • Start Time constantly updates with current time

    Hi,
    Start Time of the web service constantly updates with current time.
    Is there anyone who had the same problem?
    Thanks for your help,
    Julien

    Hi MrHoffman,
    Thanks for your reply.
    I've been messing a bit in the apache config files indeed, though it's supposed to be pretty clean: filemaker.
    Configtest reports SYNTAX OK and I can't see anything exceptionnal in the console.app log files :-/
    The only thing I see in my logs is:
    7/28/09 7:30:09 PM org.apache.httpd[22921] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:09 PM com.apple.launchd[1] (org.apache.httpd[22921]) Exited with exit code: 1
    7/28/09 7:30:09 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 7:30:19 PM org.apache.httpd[22929] Syntax error on line 45 of /etc/apache2/sites/0000any_80www.cap.be.conf:
    7/28/09 7:30:19 PM org.apache.httpd[22929] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:19 PM com.apple.launchd[1] (org.apache.httpd[22929]) Exited with exit code: 1
    7/28/09 7:30:19 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 7:30:29 PM org.apache.httpd[22933] Syntax error on line 45 of /etc/apache2/sites/0000any_80www.cap.be.conf:
    7/28/09 7:30:29 PM org.apache.httpd[22933] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:29 PM com.apple.launchd[1] (org.apache.httpd[22933]) Exited with exit code: 1
    7/28/09 7:30:29 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 7:30:39 PM org.apache.httpd[22934] Syntax error on line 45 of /etc/apache2/sites/0000any_80www.cap.be.conf:
    7/28/09 7:30:39 PM org.apache.httpd[22934] Redirect takes two or three arguments, an optional status, then document to be redirected and destination URL
    7/28/09 7:30:39 PM com.apple.launchd[1] (org.apache.httpd[22934]) Exited with exit code: 1
    7/28/09 7:30:39 PM com.apple.launchd[1] (org.apache.httpd) Throttling respawn: Will start in 10 seconds
    7/28/09 8:00:41 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/28/09 8:21:49 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/28/09 8:38:39 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/28/09 9:11:51 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    7/29/09 1:02:47 PM com.apple.launchd[1] (org.apache.httpd) Unknown key: SHAuthorizationRight
    Thanks again,
    Julien

  • Software Update with AOL

    When I try to use Software Update with an AOL connection, MacOS shuts down all other applications when it starts to update. (I know doing update with TCP/IP will take forever, but it's the only option) Is there any way to do this?

    Hi Again SnuffysPaw!
    You can download any update, you may need, from Apple - Support - Downloads, on any computer, and then burn to a CD for use on your iMac.
    Do you have any friends or relatives with a High-Speed Connection?
    Visit your local Public Library.
    Some bookstores & internet cafes have High-Speed connections. Do you have access to a portable computer?
    If you take a blank CD to a local Apple Store, they may let you download the updates there. They may even do it for you.
    Good Luck!
    ali b

  • Slow Ipod update with itunes

    When ever i plug in my ipod to update with itunes it takes FOREVER. Why is this? Can I help this and make it faster? I have alot of video podcast and movie content thet changes alot so is that why its sooooooooooo slow. Just to let you know, the computer itself isnt slow. Its one of the fastest ive ever used. PLEASE HELP!!! ITS DRIVING ME CRAZY!!!

    I've been frustrated w/ the speed for a long time.
    When I first got my video ipod it took over 24hours to initially load it. This was w/ only 10-12GB of music.
    The other week I had to reinit my ipod and fully reload it. This time I had approx 12GB of tunes, and tons of video files. Total load size around 50GB. This time it took just over 12 hours.
    I discovered that the video interface of the Windows version of iTunes is a CPU hog.
    Minimize iTunes while its loading your iPod. This more than doubled my data transfer rate to the iPod (over USB2.x)
    fyi, I run an old PCI ATI graphics adapter. My friends w/ way faster graphics never complain about the speed issue.
    On older versions of iTunes I also found that it helped to set all the iTunes processes affinity to the boot strap proc (first processor typically as Windows sees them). This had helped w/ speed, but also helped eliminate blue screens. The need to do this seems to have been eliminated in the v7.x iTunes.

  • How to change the Existing alias with new alias name...MAXL SCRIPT

    HI Experts
    I need to change alias name of the existing member with new alias name.
    please send me maxl code to change the alias name .
    My thought is
    1) Old alias should be replaced with new alias name .
    2)There is one account that should be rolled out to another parent..these parents are already exsist
    3) I need a MAXL Script to change the new alias name .
    please suggest ASAP.
    Thanks
    USER

    John
    I heard that we can replace existing alias name with new alias thru MAXL
    i.e replace alias name XXXX member with YYYY ;
    please correct me if iam wrong ,might be Maxl command is wrong but this is the idea.
    Thanks
    USER

  • Cant open itunes. get error message 7 followed by error message windows error 127.     i have redownloaded new updates with luck.   window xp

    cant open itunes. get error message 7 followed by error message windows error 127.     i have redownloaded new updates with luck.   window xp

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • I connected my external hard drive to my new imac to put all of the information from my macbook onto it. i have been working on the macbook now and want to reconnect the external hard drive so my imac is updated with the work. How is that done?

    I connected my external hard drive to my new imac to put all of the information from my macbook onto it. I have been working on the macbook now and want to reconnect the external hard drive so my imac is updated with the work. How is that done? or is it possible?

    As I said, I don't use Time Machine, so it'd be best to wait for an "expert" answer, but, with my very limited knowledge, I'd say: probably not - so, for now, I'd suggest you read up on Time Machine:
    http://web.me.com/pondini/Time_Machine/Home.html
    http://support.apple.com/kb/index?page=search&src=support_site.home.search&local e=en_US&q=time%20machine
    And, you might be attracting more knowledgeable answers if you were to post this question in the Time Machine Forum (part of the Snow Leopard forums).

  • Batch Characteristic not updating with result for linked MIC

    Hi,
    I have created a MIC and linked to a batch characteristic i.e. potency and included the characteristic in a specific batch class. This MIC is part of the inspection plan for a certain material.
    If I generate a lot of origin 01 and 09 for the material and record a result for the MIC and apply a UD, the batch characteristic is not updated with the result recorded in the batch master record..
    If I generate a lot origin 89 for the same material, when the result is recorded for the MIC and apply a UD the batch characteristic is updated with the mic value in the batch master record.
    Can you help regards?

    Ok. I am a little bit further.
    I put a trace (ST05) on the result recording and I find a difference between 4.7 and ECC6.0.
    In ECC6.0 I've an deletion in table "AUSP". This deletion isn't performed in the 4.7 system.
    Hope that this can help to solve my problem.
    Regards,
    René
    @ Mayank
    Above, all the master data and customizing is mentioned to transfer the result to the batch classification
    Edited by: Rene Fuhner on Jul 30, 2010 7:03 PM

  • How do you transfer voice memos to your pc?  I have synced my phone a number of times and everything updates with the exception of voice memos?

    How do you transfer voice memos to your pc?  I have synced my phone a number of times and everything updates with the exception of voice memos? Also, my voice memos are checked to be synced everytime my phone is synced. 

    Voice memos, once correctly synced, will appear under your Music Library.  Can you go through your music library to check?

  • Problems with software the update with Nokia 6233

    Problems with software the update with Nokia 6233
    Hello,
    I have so far some-paints tries my software to update.
    Each time the update procedure begins, sometime stands then on the telephone “test mode”.
    On the computer wars I the reference in the update manager “connection to the telephone broken off” and wants the update to again start.
    If I change my profile attitudes since that for example, then after a telephone restart again deleted.
    What there can I make?
    GreetingsMessage Edited by adisaily on 24-Aug-2007 09:03 AM

    It sounds like your 5800 has the earpiece fault that was common with 5800's made before February.
    You need to take it to a nokia care point for repair under warranty.
    Care points/service centres and repair info:
    UK • Europe • Asia-Pacific • USA •
    Canada • Middle East and Africa
    Elsewhere: Click here, select your country, go to the support section, then select repair.

  • I have a column where I have implemented writeback, its working fine. On top of this I need to show 0 as No and 1 as yes in our report, that is also done. Now I want to enter Yes in a column where it was no and I want database table to get update with 1.

    I have a column where I have implemented writeback, its working fine. On top of this I need to show 0 as No and 1 as yes in our report, that is also done. Now I want to enter Yes in a column where it was no and I want database table to get update with 1. I am not sure how to do it. SOmeone please help me out.

    Hi ,
    In your write back XML  try the below  query insert
    INSERT INTO TABLE_XYZ (attribute1)  values (SELECT CASE  WHEN @{C1}=’Yes’ then 1 when @{C1}=’No’ then 0 else null end from dual)
    Regards
    Rajagopal

Maybe you are looking for