URGENT-Multiple IPs Series In WAN

Hi There...
My RMIServer Application is Running on a WAN Server Having 10.X.X.X Series IPAddresses and it is working Fine.
My Server Having two Different IP's for WAN and LAN Connectivity as below.
WAN: 10.x.x.x
LAN:172.x.x.x
When i want to Provide Access to LAN I have to Use LAN IP Address as Server.hostname Property.
And Similler For WAN client i h've to Start Server on WAN IP.
System.setProperty("java.rmi.server.hostname",IpAddress);Is There Any Common Solution for This to Solve this. Problem.
I tried as below to solve this issue.
I started to Use ServerHostName in Naming.lookup URL. Instead Of Using IPAddress.
But then I Got connection Refused Exception since Server IP is Different Series.
What I Can Do to Solve this??
Thanks,
Timir.

Any reason for not posting this on one of you existing threads? How to Use in WAN / How to Use in WAN
Ah, it was much too URGENT for you to bother finding your old threads...
My RMIServer Application is Running on a WAN Server
Having 10.X.X.X Series IPAddresses and it is working
Fine.
My Server Having two Different IP's for WAN and LAN
Connectivity as below.
WAN: 10.x.x.x
LAN:172.x.x.xAccording to RFC 1918, your WAN IP address is in the private address space?
3. Private Address Space
The Internet Assigned Numbers Authority (IANA) has reserved the
following three blocks of the IP address space for private internets:
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
When i want to Provide Access to LAN I have to Use LAN
IP Address as Server.hostname Property.Provide access to the LAN - from what/where?
Do you mean provide access FROM a client on the LAN TO your server application?
And Similar For WAN client i have to Start Server on WAN IP.
I tried as below to solve this issue.You intended to include some code here?
I started to Use ServerHostName in Naming.lookup URL.
Instead Of Using IPAddress.
But then I Got connection Refused Exception since
Server IP is Different Series.
What I Can Do to Solve this??Can you not just run two instances? (listening on different ports).

Similar Messages

  • Report Builder with multiple data series

    I am not able to figure out how to create a bar chart using
    multiple data series in the Report Builder. I can do it with
    explicit CFML coding but not in the Report Builder. I am running MX
    version 7 with the current (as of 9/1/07) download of the Report
    Builder.
    My table contains visit information by site, with standard
    demographics on each visit (age, race, gender, etc.) I am trying to
    analyze the data by site, for example, race by site.
    I am using an SQL statement to sort and group by site &
    race. I can get a chart of the number of visits for each site or
    the total number of visits by race across all sites. But I can't
    get race by site. The SQL statement looks like this:
    SELECT race, site, COUNT(*) as counter
    FROM visit_info WHERE userid = #session.uid#
    GROUP BY site, race ORDER by site, race
    Every variation I have tried for showing race by site either
    leaves out part of the results or creates a bar chart that has the
    race and site categories as separate entities (White, Black,
    Chinese, Site1, Site2, Site3, etc). I've also tried creating a
    combined variable (site_race) but that doesn't seem to fare any
    better.
    Any help would be appreciated.

    Pop,
    Badunit's example is one possible arrangement that you might have described; that is, one column for X values and several columns for Y values. This is the case when you should respond that you are sharing X-values. With all the data in one table, you can select it all at once, so you don't have the problem with dragging additional series into the chart.
    The Numbers User Guide PDF's first chapter is the place to start getting your bearings - you will learn how to distinguish Header vs. Body rows and columns. It's worth the effort to take another look at it.
    Since you are using a Scatter Chart, it's important not to use a header column for X because X values must be Numeric, as opposed to Text.
    Jerry

  • Convert a scatter graph with multiple data series into individual graphs

    I am trying to convert a scatter graph with multiple data series into individual graphs, with the series having the same formatting as in the graph when all series are together.
    Normally, if I delete any series, the color scheme for all the other series vanishes. I can then waste more time in having to re-adjust the  color and shape of the series, but this is tedious. This, I do not want. Is there an automated way to do this?
    Ideally, of course, all series would appear in little subsections in the space of the former one graph, all with individual axes, but I can't have all, so I'll settle with having several individual new graphs, each with just one series, and with the original
    formatting.
    Thx.

    How about creating a copy of the chart, and then setting all series except one to be transparent (no line, no marker)? Repeat for each series.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Multiple IPs OR multiple domains

    Dear Forum Users, I would like to have to know if I could have multiple public IP. I am a home user, BT Infinity, but I want multiple IPs for my domain, so instead, if you can, how I can setup my domain.

    Residential customers only get one dynamic IP address, but if you use a DDNS service, you can get a domain name which follows your public IP range.
    That is how my website below operates.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Multiple S series DAQ card

    Hi,
    i will use multiple S series card (PCI 6143). I want to thread them as one card (by connecting them with RTS cables).
    How can i program them?  I can't find any example about this
    Thanx

    Hi eesen-
    I'm assuming that you'll most likely want to share a sample clock and/or AI start trigger between the two devices over RTSI.  In order to do this you will need to first export the appropriate signal from the 'master' device, like this:
    theSTC->RTSI_Trig_A_Output.writeRTSI_Trig_2_Output​_Select(trigSelect);
    // Set output select first, then route to RTSI to avoid glitching
    theSTC->RTSI_Trig_Direction.writeRTSI_Trig_2_Pin_D​ir(1); // 0=input, 1=output
    where RTSI_Trig_n refers to any of the RTSI trigger lines <0..6>.  Valid values for trigSelect are outlined on page 388 of the DAQ-STC Technical Reference manual.
    On the 'slave' device you will then want to import the signals from RTSI.  For the ai/SampleClock, you'll need to make this change to the aiSampleStart() function (or just call this method with the appropriate setting):
    theSTC->AI_START_STOP_Select.setAI_START_Select(tr​igSelect);
    theSTC->AI_START_STOP_Select.setAI_START_Polarity(​tSTC::tAI_START_STOP_Select::kAI_START_PolarityRis​ing_Edge);
    where AI_START refers to the ai/SampleClock signal that clocks each sample from the input ADC's.  Valid values for trigSelect are shown in the tSTC.h ChipObject file in the tAI_START_STOP_Select::tAI_START_Select enum.
    For the ai/StartTrigger on the 'slave' device, you need to change this setting similarly as before (as shown from aiTrigger() in the DDK examples):
    theSTC->AI_Trigger_Select.setAI_START1_Select(trig​Select);
    theSTC->AI_Trigger_Select.setAI_START1_Polarity(tS​TC::tAI_Trigger_Select::kAI_START1_PolarityRising_​Edge);
    Hopefully this helps-
    Tom W
    National Instruments

  • Mars searching by multiple IPs

    We get DOE CIRC bulletins asking us to block certain IPs.  DOENet does most of this for us.  I would like to be able to search Mars
    for multiple IPs rather than just a single IP to search for problems IPs.  Is there a way to do this?

    You can build a query and specify multple values for any field (eg: dest-ip) and the mars will run an OR operation against them. You can then save the query as a report and schedule it to be run as required.
    Matthew

  • Multiple domains and multiple IPs in the same MacMini Server

    I am sure that this topic has been faced already but I cannot find enough information to really dig into a solution.
    I have a macmini server with two IPs let say x.x.x.12 and x.x.x.13 .
    The server is set up on the first IP. It has his primary zone, machine record, mail aslias and www alias.
    Lets call the server domain server.domain1.com
    Everything works fine I have a couple of local users and a couple of LDAP users. Just to test the machine setup.
    I can send and receive emails using any of the users as [email protected]
    Now I would like to have another domain, domain2.com in the same server .
    The final goal is to have users under different domains. They have their own email box, calendar, etc.
    It will be preferable that I can share the same username with different domains. But I can live without that option.
    My first test was to have the second domain called server.domain2.com using the second IP. x.x.x.13 .
    For that I created another Primary Zone with domain2.com as machine record of x.x.x.13 . To use the second IP I simply create another Ethernet interface on the macmini.
    In the Mail -> Advance settings I added the host aliases as well as virtual hosting domains for domains2.com.
    With this setting I can send emails as [email protected] or [email protected] but when I replay to their messages I get a "Relay access denied" error from server.domain1.com .
    I also tryed another domain pointing to x.x.x.12, the same as server.domain1.com . I did not create any extra Primary Zone but the local host aliases and the virtual hosting domains.
    Same issue. I can send but I get a "Relay access " error.
    As you might notice I am a novice on servers settings. I just try to recreate a similar environment common to Virtual Hosting providers for my own website playground but I cannot cut through this email configuration obstacle.
    Any significant meaning that can be leading me to learn how to do it will be very very appreciated . (beside lynda,com tutorials that I followed already but do not mention multiple domains for mails).
    Thanks

    the problem I try to solve is to manage multiple domains in one MacMini Server.
    Having two IPs is secondary.
    I would like that each domains has his own users with emails, iCals, Wiki and web sites.
    The main problem is having emails to work for any additional domain beside the default one on the machine IP.
    I also got an additional IP address to be used on the same server hoping that it make things easier but apparently is making things more difficult.

  • Multiple IPs and Outbound IP on 2008, best practice suggestion...

    Hello,
    I need a suggestion on an issue;
    I have a Windows 2008 R2 SP1 Std. Ed. I have 3 IPs for that server, each of them uses the same gateway. By design the IP which is closest to the gateway is the default outbound IP on W2K8_R2_SP1_SE.
    I want to choose any other IP out of other 2 assigned IPs as default outbound one.
    example:
    GATEWAY: 10.0.0.1
    IP1: 10.0.0.2 (default outbound by design)
    IP2: 10.0.0.3 (the one I want it to be default outbound)
    IP3: 10.0.0.4 (not important)
    There are basically 2 choices available to me doable right now. Can you please take a moment and suggest one of the solutions below or state if you know the best practice for such a case? Thank you very much in advance =)
    First Solution:
    apply this command: Netsh int ipv4 add address 12 10.0.0.1 255.x.x.x skipassource=true
    then apply these 3 hotfixes:
    IP addresses are still registered on the DNS servers even if the IP addresses are not used for outgoing traffic on a computer that is running Windows 7 or Windows Server 2008 R2
    http://support.microsoft.com/kb/2386184
    The "skipassource" flag of IP addresses is cleared after you use the GUI to change IP settings of a network adapter in Windows 7 or in Windows Server 2008 R2
    http://support.microsoft.com/kb/2554859
    FIX: IIS Manager does not display IP addresses that are assigned to the network adapter together with the skipassource flag
    http://support.microsoft.com/kb/2551090
    Second Solution:
    Simply create 2 interfaces. Use the first one with the IP that I want to be as outbound default, dump all other IPs to the second interface. 2 interfaces will have the same gateway but Windows will assume the first one as the outbound default.

    I believe you want to set the metric on the interfaces.
    You can do this by altering your routing table with
    route.exe or alternatively, you can change the interface metric in the TCP/IP advanced properties for your network adapter (via Control Panel). By default it uses an automatic metric (i.e. Windows chooses which interface to use).
    For your reference (and the reference of anyone else facing a similar challenge), the metric is a weighted value Windows will use to determine which interface to use for a particular endpoint. Here is the definition from the route.exe documentation:
    metric   Metric   : Specifies
    an integer cost metric (ranging from 1 to 9999) for the route, which is used when choosing among multiple routes in the routing table that most closely match the destination address of a packet being forwarded. The route with the lowest metric is chosen. The
    metric can reflect the number of hops, the speed of the path, path reliability, path throughput, or administrative properties.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • Problem socket.bind() with multiple modems and multiple IPs

    I've connected 2 or more modems in Windows control panel and made up windows dail ups. Then I dail up each modem and obtain the local DHCP IPs of each modem.
    My target is : to set up sockets using separate modems.
    the code is like: create a socket instance , and use Socket.bind()method to bind the socket to a specified modem's local IP , then do socket.connect().
    but the problem is : although there are several modem dail ups and at the same time I bind each socket to different IPs , the program always connect via the first modem dailed up.
    Does Socket.bind() method really bind the socket connection to the IP's or hardwares?

    I think you are trying to use a Socket where you want a ServerSocket to accept the incoming connection. Check this out (I have underlined what
    should interest you):
    public ServerSocket(int port, int queueLength) throws IOException, BindException
    This constructor creates a ServerSocket on the specified port with a queue length of your choosing. If the machine has multiple network interfaces or IP addresses, then it listens on this port on all those interfaces and IP addresses. The queueLength argument sets the length of the queue for incoming connection requests--that is, how many incoming connections can be stored at one time before the host starts refusing connections. Some operating systems have a maximum queue length, typically five. If you try to expand the queue past that maximum number, the maximum queue length is used instead. If you pass 0 for the port number, the system selects an available port.
    For example, to create a server socket on port 5,776 that would hold up to 100 incoming connection requests in the queue, you would write:
    try {
      ServerSocket httpd = new ServerSocket(5776, 100);
    catch (IOException e) {
      System.err.println(e);
    }The constructor throws an IOException (specifically, a BindException) if the socket cannot be created and bound to the requested port. An IOException when creating a ServerSocket almost always means one of two things. Either the specified port is already in use, or you do not have root privileges on Unix and you're trying to connect to a port from 1 to 1,023.
    So once you receive a connection, it looks like it is up to you parse any
    relevant info you want out of the Socket you get from ServerSocket.accept();
    -Cludge

  • Sync multiple x series USB devices

    I am currently working with a system of 4 USB X series (NI USB-6356).  I am using all 32 analog input channels for data acquisition.  I need the data acquistion to be synchronized.  I have a start trigger for my master DAQ, unfortunately it cannot be physically wired to all 4 of my devices (due to low supply current).  Thus, I am looking for a software solution.  I am hpoing there is a way to write the LabView programsuch that when master device receives the trigger, all devices start their read task.  The attached picture is my program so far, I have about 300us delay.
    Does anyone know if I can change the program to get the acquisition more synchronized?
    Thank you,
    Leslie
    Attachments:
    multidevice sync trial.PNG ‏91 KB

    Here's a white paper with a good example on how to do Multi Device Sync:
    http://www.ni.com/white-paper/6829/en/
    To be synchronized, two devices must start at the same time and share a timebase. This is why you route the start trigger and the sample clock from the master to the slave. In your case, you can daisy chain the start triggers of each device. For example. Device 1 starts on its own. Device 2 reads device 1's start trigger, starts, then sends its own start trigger to device 3, and so on...
    However, you will not be able to do the same with the sample clock. I'm curious, have you tried to export one sample clock to 3 other devices and experienced errors?
    Wan L
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • URGENT: multiple currency one country grouping

    I have a requirement whereby i have multiple currencies for one country grouping (international payroll). How do i handle thIs requirement? Since payroll driver RPCALCx0 only calls one currency. Treat as urgent. Cheers.

    Hi
    To what I know, Payroll driver is always works for one currency respective to the company or CG currency.
    You can have multiple currency payroll which will be transparent to users with different currencies in infotype 14/15 or 0008. This is allowed in the system and you can change the infotype currency code when maintaining the infotype.
    in the payroll schema you have to convert the foreign currency to company code currency using currency conversion table in FI by using a custom function or you maintain the conversion rate in constants table.(for each period). in the 2nd case use yr PCR to convert the currency.
    once payroll is completed you convert the payment currency in bank transfer internal table with yr foreign currency and use the same conversion factor.
    when you run the reports using the payroll cluster you have to use the currency feild to choos the reporting currency including payslip. system will use the same conversion table in FI for displaying the foreign currency amount.
    Hope this helps.
    Regards
    Varadhan

  • Configuring multiple IPS devices at the sametime

    Hi All,
              I have 10 new IPS devices, i have to do the coniguration on all the 10 devices, the configuration on all the 10 devices wil be same........Is there an easy way to configure multiple devices at the same time (is there any script that can do that) or is there any way to automate this task?
    Thanks,

    Another option is to configure one sensor the way you want, as with Bob's recommendation.  Then copy the current configuration to a remote server (FTP, SCP, HTTP or HTTPS):
    copy current-config ftp:
    Follow the prompts to provide the necessary credentials.  (This example is using a FTP server)
    Next perform the minimal host configuration on each remaining sensor (IP address, access-list), and then copy the saved configuration to each sensor:
    copy ftp: current-config
    Again, provide the necessary credentials as prompted.
    You will then be prompted as to whether to overwrite the host settings; choose not to do so.  This should implement all other sensor options you had configured on the initial sensor.
    Also, as Bob mentioned, this method is sufficient for initial configuration; long-term policy management can be challenging with these processes.  If you will be looking to perform frequent and consistent signature tuning across all ten sensors you may wish to consider making use of Cisco Security Manager which allows you to create a shared signature policy.  This allows you to make the changes to one IPS policy and deploy that policy to all ten sensors concurrently.
    Scott

  • URGENT: Multiple line items in delivery document created for a STO

    Hi Gurus,
    We ar ecreating deliveries using VL10b for a STO. Teh TSO has 40 - 50 line items. But the delivery is created with one line item only an dit creates a delivery for each line item. How cna we allow the inclusion of multiple line items in delivery?
    We are using delivery type NL an ditem categor is NLN.
    Geratly appreciate any help in that.
    Thanks,
    KHAN

    Hi Gianpaolo,
    Thanks for your suggestion I have 5 shedule line itmes for one material and two shedule line for another material and when i changed the material by selecting one line for each sales document no and creates the delivery it is howing three line itmes for the 1st material and line items for the second and quantities equal to the changed quantity in VL02N. and I have value "1" in field "Split per sched.line" in "user role" view of VL10E.
    Kindly help.
    Thanks and Regards
    Tanweer

  • Multiple IPs in Call Manager

    Hi,
    We need to configure multiple  IP addresses in a Call Manager version 8. Our customer has three diferent IP networks: One for management, one for signaling and one for media. Call Manager is connected to those networks using three NICs with different IP Addresses a should separate traffic.
    Is it possible in CCM? I guess no, but is there any work around to get this functionality?
    Thanks and best regards.
    Raul

    Not possible in CallManager, but you can achieve this with "VRF select" on IOS routers
    http://www.cisco.com/en/US/docs/ios/12_2sr/12_2srb/feature/guide/srb2mvrf.html

  • Scatter Plot With Multiple Data Series

    Hello,
    I would greatly appreciate any help you guys could give me.
    I need one scatter plot that shows 4 different groups of data. They all go with the same X and Y axis values, though.
    I can get a scatter graph with ONE group, but it won't let me add in another one. I tried the clicking and dragging the new cells, and the shift clicking, but the data just will not go into the chart. It's like it doesn't recognize it.
    I think I read something about sharing the X values? But I don't know how to do that?
    Thanks a ton in advance!!

    Pop,
    Badunit's example is one possible arrangement that you might have described; that is, one column for X values and several columns for Y values. This is the case when you should respond that you are sharing X-values. With all the data in one table, you can select it all at once, so you don't have the problem with dragging additional series into the chart.
    The Numbers User Guide PDF's first chapter is the place to start getting your bearings - you will learn how to distinguish Header vs. Body rows and columns. It's worth the effort to take another look at it.
    Since you are using a Scatter Chart, it's important not to use a header column for X because X values must be Numeric, as opposed to Text.
    Jerry

Maybe you are looking for