Connecting SSMS client to remote SQL Server instance failing with 'AnyAny' firewall rule -


how can connect ssms client remote sql server 2008 r2 instance using sql browser , windows firewall enabled?

i find that firewall turned off, can connect fine (without specifying instance name). when turn firewall (domain profile) on, connection attempts time out. so, begin troubleshooting, created 'anyany' firewall rule still failed timeout error.

naturally can connect fine either way (firewall turned on/off) when specify instance name , port. sql browser running , listening on udp 1433. sql server running windows 2008 r2.

what getting blocked? , why won't custom 'anyany' rule bypass it?

the information on this sqlcat blog might helpful you. default, sql browser service runs on udp port 1434. if have firewall configured on sql server, should open port 1434 inbound connections ssms.

if need setting remote connections sql server, this guide spot on.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -