Home > Archive > MS SQL Server > July 2005 > Log Shipping accross the WAN?









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 Log Shipping accross the WAN?
Soul_Chicken

2005-07-28, 11:26 am

Can I setup Log Shipping accross the WAN if I enable very specific firewall
rules to allow access to MSSQL. (ie. WAN IP on port 1440 to WAN IP2 on 1440)
Has anyone tried this? Is it as simple as opening up that port, or are there
a whole host of ports to open up.

Mike Epprecht \(SQL MVP\)

2005-07-28, 8:23 pm

Hi

Log shipping relies on a file copy from one server to another, so you need
the NT Challenge Response ports (135, 137, 138, 139) and 445. Then you need
to port that SQL Server listens on, which is generally 1433, depending on
your installation.

Look at http://www.speedguide.net/ports.php to see what ports I list and if
it is UDP or TCP.

Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland

IM: mike@epprecht.net

MVP Program: http://www.microsoft.com/mvp

Blog: http://www.msmvps.com/epprecht/

"Soul_Chicken" < Soul_Chicken@discuss
ions.microsoft.com> wrote in message
news:DC13165D-15E8-4A71-99BC- DA2B9AC4AE9C@microso
ft.com...
> Can I setup Log Shipping accross the WAN if I enable very specific
> firewall
> rules to allow access to MSSQL. (ie. WAN IP on port 1440 to WAN IP2 on
> 1440)
> Has anyone tried this? Is it as simple as opening up that port, or are
> there
> a whole host of ports to open up.
>



Leythos

2005-07-28, 8:23 pm

In article <#4rPey6kFHA.1996@TK2MSFTNGP10.phx.gbl>, mike@epprecht.net
says...
> Hi
>
> Log shipping relies on a file copy from one server to another, so you need
> the NT Challenge Response ports (135, 137, 138, 139) and 445. Then you need
> to port that SQL Server listens on, which is generally 1433, depending on
> your installation.
>
> Look at http://www.speedguide.net/ports.php to see what ports I list and if
> it is UDP or TCP.


Connections between SQL Servers in different locations (WAN to WAN)
should be done through a VPN tunnel and not exposed directly to the
Internet - there is no reason to expose a SQL server to the Internet.

--

spam999free@rrohio.com
remove 999 in order to email me
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com