By the way - I may be asking one VERY stupid question - shouldn't the firewall be set like this? (from the outside-in)
SRC Interface DST Interface Source Destination Service Action
trusted any any SQL DB 172.x.x.xSQL 1433 accept
trusted any any any sql 1433 Drop
I don't know if the 2nd configure could somehow be overriding the 1st one.
Cheers,
PP
Main Topics
Browse All Topics





by: paulop1975Posted on 2008-04-18 at 11:48:03ID: 21388562
Is SQL Server configured to accept network connections?
If not, do so:
SQL Server Allow Remote Connections