This post has been edited by nfanrekurb: 04 July 2006 - 03:22 PM
Windows File Sharing Not Working At All Unable to connect to my other machine with explorer to copy files
#1
Posted 04 July 2006 - 03:20 PM
#2
Posted 04 July 2006 - 03:36 PM
also, you didnt just type the ip, right?
you have to put \\ before network names.
my laptop's private ip is 10.0.7.14 and its netbios name is hanabishi, so to get to it from another computer i would type:
\\10.0.7.14or
\\hanabishi
#3
Posted 04 July 2006 - 04:17 PM
#4
Posted 04 July 2006 - 05:37 PM
ping hanabishior
ping -a 10.0.7.14
If you can't get a response from those two, then try pinging something outside the suspect switch, like google or your router.
#5
Posted 05 July 2006 - 12:51 AM
#6
Posted 05 July 2006 - 04:44 AM
Quote
There's your problem. Need it running on at least one of the machines. I'd leave it on Automatic for both. Saves worrying about it.
windows firewall/Internet connection sharing service;
"Provides network address translation, addressing, name resolution and/or intrusion prevention services for a home or small office network."
Use The firewall icon in control panel to disable to firewall, but leave the service running!
tbs
#8
Posted 05 July 2006 - 06:15 AM
tbs, on Jul 5 2006, 05:44 AM, said:
"Provides network address translation, addressing, name resolution and/or intrusion prevention services for a home or small office network."
If using XP Home and trying to share an internet connection this would be true, to be able to resolve another system on the same segment, I don't think so. I may be wrong here since I don't use XP Home and nfanrekurb hasn't really said much about his setup, but it sounds like he's having issues with name resolution or routing, not internet connection sharing.
@nfanrekurb
If you can hit the router from one system can you do the same from the other? Also, you may want to compare the IP settings on both systems to ensure they are similar. Are you using DHCP or static? Also, were you able to ping anything by name?
#9
Posted 05 July 2006 - 06:25 AM
if they can access the internet but not eachother, and there is no firewall, this is the only thing i can think of...
(then again, we all know how much a pain windows networking is to get working right.)
This post has been edited by janus zeal: 05 July 2006 - 06:27 AM
#10
Posted 05 July 2006 - 06:46 AM
#11
Posted 05 July 2006 - 06:58 AM
#13
Posted 05 July 2006 - 07:19 AM
network mask: 255.255.255.0 for both
gateway: 192.168.1.254
Dicovered that the other machine a dell wich I am not familiar with list a mach adress behind a second ip adress row in ipconfig concerning ethernet. And ipconfig list additionaly two tunneling cards with machs as ips.
This post has been edited by nfanrekurb: 05 July 2006 - 07:20 AM
#14
Posted 05 July 2006 - 07:30 AM
#15
Posted 05 July 2006 - 08:50 AM
netsh interface ip show config
Which gives an output similar to this:
Configuration for interface "Local Area Connection" DHCP enabled: Yes InterfaceMetric: 0 DNS servers configured through DHCP: 192.168.1.15 192.168.7.12 192.168.7.10 WINS servers configured through DHCP: 192.168.9.49 192.168.10.49 Register with which suffix: Primary only
this will give you information on your current settings. Record the name of the interface which should look something like
Configuration for interface "Local Area Connection"
then if DHCP is not enabled, you can run
netsh interface ip set address name=<the name of your network card> source=<static> addr=<your IP address> mask=<your mask> Example: netsh interface ip set address name="Local Area Connection" static 192.168.1.3 255.255.255.0 192.168.1.254
OR
You can use the GUI under Start \ Settings \ Network Connections and adjust the TCP\IP properties under the connection's properties.
#16
Posted 05 July 2006 - 09:03 AM
This post has been edited by XP_2600: 05 July 2006 - 09:04 AM
#17
Posted 05 July 2006 - 09:54 AM
#18
Posted 06 July 2006 - 05:05 AM



Help
Back to top









