network issue....
pokesquid808
SO CAL
Hey all this is my first post in this forum so bear with me recently i went to my college and had a mini lan party which was awesome. the only issue is that when i came back i could not connect to my data server or any other computer for that matter in my house. I can connect and ping using the ip address but not with the computer name i.e. \\computer. I tried redoing my workgroup which didn't work, i reset the router and all the switches thinking maybe it was some glitch. i was reading on computer.net and learned some stuff about dns and tried to manually input the dns from my router instead of trying to resolve it automatically. i've even tried switching network cards. my roommates computer works fine but my other roommate who went with me has the same issue. I was thinking that is has something to do with the schools network and their active directory setup or maybe my dns changed when i got to school and it's all finicky now. is there any resolution for this? i know reformatting will work but i really don't wanna do this because i've run across this issue before and i wanna know how to fix it. sorry for the long post. thanks for all your help guys! i read your tips and tricks all the time and have used quite a bit of them in helping friends out. thanks again
0
Comments
first go to run and type cmd. then type ipconfig /all. you need to check the nodetype. mine said peer to peer. upon talking to the admins at the school i found out why. they set it to peer to peer so that it limits the broadcast by students. basically they said if 3000 students were allowed to broadcast even 1 packet it would bog down the system too much. upon hearing that i started to doing research online and found a way to set the nodetype to a "hybrid" that way it accepts everything. to set the nodetype go to regedit start->run->regedit
hkey_local_machine->system->currentcontrolset->services->netbt->parameters
then create a new DWORD by right clicking->new then select DWORD. call it "NodeType" double click on it and set it's value to 8. restart the computer and that should do it. worked for me hope it works for you.