Networking Forums

Networking Forums > Computer Networking > Windows Networking > Browse Problem

Reply
Thread Tools Display Modes

Browse Problem

 
 
Derrick Denley
Guest
Posts: n/a

 
      06-07-2005, 12:43 PM
Can someone help me with this...

I have a 2003 server that is sat in our DMZ and for the last few days my
backup (veritas) server hasnt been able to see it. Our webmaster went thru a
session of hardening up the server as we were recently hacked and used as a
FTP distro, but I think he went completely overkill and now the server can
not been seen by normal browsing, which means veritas cannot back it up.

What needs to be open/enable so that the servers can see each other, i.e.
ports etc.

This server hasnt had a backup for a while and is in bad need of one, I have
been trying things but with no sucess.

Cheers...


 
Reply With Quote
 
 
 
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      06-07-2005, 01:37 PM
Sounds like he disabled NetBIOS over TCP/IP which
is required for browsing to occur.

"Derrick Denley" <(E-Mail Removed)> wrote in message news:
> Can someone help me with this...
>
> I have a 2003 server that is sat in our DMZ and for the last few days my
> backup (veritas) server hasnt been able to see it. Our webmaster went thru

a
> session of hardening up the server as we were recently hacked and used as

a
> FTP distro, but I think he went completely overkill and now the server can
> not been seen by normal browsing, which means veritas cannot back it up.
>
> What needs to be open/enable so that the servers can see each other, i.e.
> ports etc.
>
> This server hasnt had a backup for a while and is in bad need of one, I

have
> been trying things but with no sucess.



 
Reply With Quote
 
Derrick Denley
Guest
Posts: n/a

 
      06-07-2005, 02:10 PM
This has been enabled on the server and this didnt make any difference.

Not sure what he acutally did, I know he was following the microsoft
baseline security paper to harden the IIS side of the server, but this seems
have totally isolated it.

"Michael Giorgio - MS MVP" <(E-Mail Removed)> wrote in
message news:%(E-Mail Removed)...
> Sounds like he disabled NetBIOS over TCP/IP which
> is required for browsing to occur.
>
> "Derrick Denley" <(E-Mail Removed)> wrote in message news:
>> Can someone help me with this...
>>
>> I have a 2003 server that is sat in our DMZ and for the last few days my
>> backup (veritas) server hasnt been able to see it. Our webmaster went
>> thru

> a
>> session of hardening up the server as we were recently hacked and used as

> a
>> FTP distro, but I think he went completely overkill and now the server
>> can
>> not been seen by normal browsing, which means veritas cannot back it up.
>>
>> What needs to be open/enable so that the servers can see each other, i.e.
>> ports etc.
>>
>> This server hasnt had a backup for a while and is in bad need of one, I

> have
>> been trying things but with no sucess.

>
>



 
Reply With Quote
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      06-07-2005, 02:20 PM
Open a dos prompt on the server and run net view.
What do you see? Next open a dos prompt and
run: net config server and verify the hidden field says
no.

"Derrick Denley" <(E-Mail Removed)> wrote in message news:
> This has been enabled on the server and this didnt make any difference.
>
> Not sure what he acutally did, I know he was following the microsoft
> baseline security paper to harden the IIS side of the server, but this

seems
> have totally isolated it.
>
> "Michael Giorgio - MS MVP" <(E-Mail Removed)> wrote in
> message news:
> > Sounds like he disabled NetBIOS over TCP/IP which
> > is required for browsing to occur.



 
Reply With Quote
 
Derrick Denley
Guest
Posts: n/a

 
      06-07-2005, 02:39 PM
Net view returns no entries in the list and the hidden setting is saying no.
it shouldnt be hidden as I did change the NETBIOS over TCPIP so that it was
enabled.

"Michael Giorgio - MS MVP" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Open a dos prompt on the server and run net view.
> What do you see? Next open a dos prompt and
> run: net config server and verify the hidden field says
> no.
>
> "Derrick Denley" <(E-Mail Removed)> wrote in message news:
>> This has been enabled on the server and this didnt make any difference.
>>
>> Not sure what he acutally did, I know he was following the microsoft
>> baseline security paper to harden the IIS side of the server, but this

> seems
>> have totally isolated it.
>>
>> "Michael Giorgio - MS MVP" <(E-Mail Removed)> wrote in
>> message news:
>> > Sounds like he disabled NetBIOS over TCP/IP which
>> > is required for browsing to occur.

>
>



 
Reply With Quote
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      06-07-2005, 04:18 PM
That doesn't hide the computer specifically it prevents
the machine from showing up in the list but it doesn't
specifically hide the PC. Net config server / hidden yes
tells the machine not to make it's presence known on
the network. Machines will send a host name announcement
packet to the SMB / segment master browser during bootup
at increasing intervals leveling out at every 12 minutes.
"Derrick Denley" <(E-Mail Removed)> wrote in message news:#...
> Net view returns no entries in the list and the hidden setting is saying

no.
> it shouldnt be hidden as I did change the NETBIOS over TCPIP so that it

was
> enabled.


>



 
Reply With Quote
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      06-07-2005, 04:29 PM
In order to futher troubleshoot your issue it's
necessary to go over your setup. The backup
server is where in relation to the problem machine?
What method of name resolution is in place e.g.,
WINS, DNS, both?

"Derrick Denley" <(E-Mail Removed)> wrote in message news:
> Net view returns no entries in the list and the hidden setting is saying

no.
> it shouldnt be hidden as I did change the NETBIOS over TCPIP so that it

was
> enabled.
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-07-2005, 10:47 PM
Hi Michael,

If the server is in a DMZ, I suspect the problem is that the
firewall between the LAN and the DMZ has had the Netbios ports blocked in
the security clampdown, and the backup server is on the LAN.

Michael Giorgio - MS MVP wrote:
> In order to futher troubleshoot your issue it's
> necessary to go over your setup. The backup
> server is where in relation to the problem machine?
> What method of name resolution is in place e.g.,
> WINS, DNS, both?
>
> "Derrick Denley" <(E-Mail Removed)> wrote in message news:
>> Net view returns no entries in the list and the hidden setting is
>> saying no. it shouldnt be hidden as I did change the NETBIOS over
>> TCPIP so that it was enabled.



 
Reply With Quote
 
Michael Giorgio - MVP
Guest
Posts: n/a

 
      06-08-2005, 10:32 AM
I agree.

"Bill Grant" <not.available@online> wrote in message news:
> Hi Michael,
>
> If the server is in a DMZ, I suspect the problem is that the
> firewall between the LAN and the DMZ has had the Netbios ports blocked in
> the security clampdown, and the backup server is on the LAN.
>
> Michael Giorgio - MS MVP wrote:
>> In order to futher troubleshoot your issue it's
>> necessary to go over your setup. The backup
>> server is where in relation to the problem machine?
>> What method of name resolution is in place e.g.,
>> WINS, DNS, both?
>>
>> "Derrick Denley" <(E-Mail Removed)> wrote in message news:
>>> Net view returns no entries in the list and the hidden setting is
>>> saying no. it shouldnt be hidden as I did change the NETBIOS over
>>> TCPIP so that it was enabled.

>
>



 
Reply With Quote
 
Michael Giorgio - MS MVP
Guest
Posts: n/a

 
      06-08-2005, 01:38 PM
Agreed except he said the web master hardened the
server which gives me no reason to believe the web
master doubled as the admin / network engineer
and reconfigured the firewall but it is possible.

"Bill Grant" <not.available@online> wrote in message
news:#(E-Mail Removed)...
> Hi Michael,
>
> If the server is in a DMZ, I suspect the problem is that the
> firewall between the LAN and the DMZ has had the Netbios ports blocked in
> the security clampdown, and the backup server is on the LAN.
>
> Michael Giorgio - MS MVP wrote:
> > In order to futher troubleshoot your issue it's
> > necessary to go over your setup. The backup
> > server is where in relation to the problem machine?
> > What method of name resolution is in place e.g.,
> > WINS, DNS, both?
> >
> > "Derrick Denley" <(E-Mail Removed)> wrote in message news:
> >> Net view returns no entries in the list and the hidden setting is
> >> saying no. it shouldnt be hidden as I did change the NETBIOS over
> >> TCPIP so that it was enabled.

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network browse problem Clayton Sutton Windows Networking 8 12-17-2005 10:19 PM
Belkin ADSL Router with Wireless, connection problem ? can't browse websites by name, by ip - yes eileen Broadband 7 10-24-2004 06:49 PM
Browse master problem? none Windows Networking 1 10-06-2003 07:24 PM
Browse master problem or what? none Windows Networking 1 09-28-2003 03:06 PM
peculiar problem: ping works, but cannot browse. Need help of networkgurus. HS Linux Networking 9 08-10-2003 09:15 AM



1 2 3 4 5 6 7 8 9 10 11