|
Home > Archive > SQL Anywhere database > June 2005 > connect ASA 7.0 from the remote IP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
connect ASA 7.0 from the remote IP
|
|
| Viswanathan S 2005-06-17, 3:24 am |
| Hi All,
My machine is in one location. I want to connect the database from remote
location via internet?
How to connect ASA 7.0 from the remote IP?
Thanks in Advance.
S. Viswanathan
| |
| Chris Keating \(iAnywhere Solutions\) 2005-06-17, 9:23 am |
| Look for Firewalls in the online help index.
"Viswanathan S" <visu@ewaksoft.com> wrote in message
news:42b26be9$1@foru
ms-2-dub...
> Hi All,
>
> My machine is in one location. I want to connect the database from remote
> location via internet?
>
> How to connect ASA 7.0 from the remote IP?
>
> Thanks in Advance.
> S. Viswanathan
>
>
| |
| Greg Fenton 2005-06-17, 9:23 am |
| Viswanathan S wrote:
>
> How to connect ASA 7.0 from the remote IP?
>
You need to specify the hostname or IP address in your client's
connection parameters. For example:
dbping -d -c
" uid=DBA;pwd=SQL;eng=
MY_DB;links=TCPIP(ho
st=192.168.1.1;dobroad=none)"
Where the "host" parameter indicates the hostname or IP address, and the
"dobroad" tells the client not to broadcast UDP packets to "find" the
server (since you are specifying the IP address, there is little point).
Hope this helps,
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
|
|
|
|
|