Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

This is just a question if anyone knows if this works or doesn't. I'm being asked by a tech that wants to install our product. Clients are on one domain but the server is in a different domain but both domains are using the same IP range? Haven't ever been asked this one before and I don't have a way to setup that type of environment. Thanks.

asked 17 Oct '13, 14:51

Tesaco's gravatar image

Tesaco
16112
accept rate: 0%

When you say the "same IP range" are you talking about 192.168.x.x? If so, those are probably OK.

(17 Oct '13, 15:03) Breck Carter

FWIW: This is really a network routing question and not really a question about domains. (I.e. this is not a question about SQL Anywhere).

If you have two different subnets that have the same IP range then you need to figure out how to route packets from one subnet to the other. There is undoubtly some network switch or router that is between the two networks. You will need to use NAT on at least one of the network switches/routers so that on one network the other network "appears" to be using a different IP range.

permanent link

answered 17 Oct '13, 15:04

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

Just a hint: in a huge network even if all computers are in the same subnet the switches tend to be configured in a way, that broadcasts are not distributed to all computers. So you might have to tell your SQLA client on which ip specifically to look for the server. Check Host connection parameter for details.

permanent link

answered 18 Oct '13, 02:21

Martin's gravatar image

Martin
9.0k130169257
accept rate: 14%

1

Or you could use dbns to relay the broadcasts across your subnets.

(18 Oct '13, 09:33) Mark Culp
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×143

question asked: 17 Oct '13, 14:51

question was seen: 1,755 times

last updated: 18 Oct '13, 09:33