Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Remotely accessing computer on network (https://thetfp.com/tfp/tilted-technology/81236-remotely-accessing-computer-network.html)

Slavakion 01-17-2005 05:33 PM

Remotely accessing computer on network
 
I brought home an old computer from our vacation place (we're selling it). I'm planning to just hook it directly into another computer with a piece of network cable. How would I got about accessing that computer using the computer that it's hooked into? To simplify, I'm hooking B into A so that B can act as a file dump, folder, etc. How can I get it so that I can get into B through A? Do I need to get one of those programs like GoToMyPC, or is there an easier/better way?

hilbert25 01-17-2005 05:39 PM

What Operating System?

If both are windows, you can simply use the sharing built into windows, as long as both have ethernet cards, and you have a crossover cable, or a hub/switch and 2 cables.

Slavakion 01-17-2005 06:22 PM

Both are XP, so I guess once I get the cable I'll google some guides. :)

skaven 01-17-2005 06:24 PM

You'll probably just want to use VNC of some variety. My favorite is TightVNC. Google for it, it's really easy to use/install. Just install the server on your "remote" system (installing it as a service is nice since so it stays up even at the login screen). Then run the viewer from your client, put in the IP address of your "remote" system, and voila! Remote desktop.

jonjon42 01-17-2005 07:08 PM

tightvnc is good....
of course I will always suggest ssh first and formost...but you have to be difficult and not use linux :P
I remember someone was once telling about something called nx that he called supperior to vnc but I don't remember if it was crossplatform or not...

Dilbert1234567 01-17-2005 07:13 PM

tight vnc is good, i run it on a p2 333 (xp) and it chugs away.

JohnnyRoyale 01-17-2005 07:29 PM

Are the two computers phisically in the same place? Sounds like they are. In which case, you really don't need a remote access software like VNC for file transfer. If both machines are on the same physical network in the same office, you can get a hub or switch, then, turn on File and Print Sharing on the target, and you can access the shared files on the machine from the other.

So, machine B get file and print sharing turned on, and machine a can access shared files on it via My Network places on machine A. You'll need to do some TCP/IP setup to get this to work if you don't have a local router (cable router, maybe).

Now, if you don't have a hub or switch, you can setup a machine to machine link with ethernet directly. Goto your local shop and get a crosspatch cable (and you have to make sure that it says crosspatch). Hook the ethernet into the two machines, then setup one with an Ip address like 192.168.1.1, and the other with an address like 192.168.1.2. Then, you can connect IP to IP, after turning on the file and print sharing (see above).

sailor 01-17-2005 09:23 PM

File sharing, assuming they are both physically close. By far the easiest and fastest way. Google for some guides.

skaven 01-17-2005 10:24 PM

Quote:

Originally Posted by JohnnyRoyale
Are the two computers phisically in the same place? Sounds like they are. In which case, you really don't need a remote access software like VNC for file transfer.

However, since he's using windows, and probably doesn't want to pay for a KVM, there's no good way to actually operate the other machine without using something like VNC to get on the console.

Slavakion 01-18-2005 03:49 AM

Sounds like VNC is the way to go. Sorry about my non-linuxness, I'm gonna try to find time this summer to learn it. Too bad linux hates my wireless card...

Quote:

Are the two computers phisically in the same place? Sounds like they are. In which case, you really don't need a remote access software like VNC for file transfer. If both machines are on the same physical network in the same office, you can get a hub or switch, then, turn on File and Print Sharing on the target, and you can access the shared files on the machine from the other.
They are literally right next to each other. But I don't have a hub or switch; I have a wireless router that's in another room.

Quote:

Now, if you don't have a hub or switch, you can setup a machine to machine link with ethernet directly. Goto your local shop and get a crosspatch cable (and you have to make sure that it says crosspatch). Hook the ethernet into the two machines, then setup one with an Ip address like 192.168.1.1, and the other with an address like 192.168.1.2. Then, you can connect IP to IP, after turning on the file and print sharing (see above).
This is what I was trying to do, kinda. I want B to access the interweb through A, and also have A operate B. Do I really need a special cable, or will any old ethernet cable do?

Eh, off to school.

WillyPete 01-18-2005 04:25 AM

Use a crossover cable.
It eliminates needing the hub/switch.

If you want to access internet thru A you need to turn on internet sharing on A.
To control B, the easiest way is using XP's built in Remote Desktop Connection found in Accessories in your menu.
You need to right click the My Computer icon on B and enable remote desktop in the Remote tab.

As A has wireless, you won't need to add another network to access the outside world.

A cleaner way would be to move just the pc case without monitor or k'board to an area near the wireless router and plug B into the router with a std network cable if the router has network ports too. It will lighten the load on A if you can do this as B can then access the web directly thru the router.

Best way to share B for storage is to Create a shared folder.

Slavakion 01-18-2005 01:03 PM

Got my NIC, and it came with a generic ethernet cable. I'm guessing that's why it's not working. Both computers say that the cable is unplugged, and I can't seem to get a windows network to work. Except for the remote PC. It let the wizard finish, but still complains of an unplugged cable. The store I was at had a piece of cat5e that specifically said "patch" on it, but I figured I didn't need it. Was I wrong? Or am I just networking impaired? :rolleyes:

WillyPete 01-18-2005 03:23 PM

Patch cable generally refers to a short cable used to 'patch' a floor or wall line into the switch and thus the network.

A crossover cable has one pair of wires reversed so that it acts as though a switch is in the middle of it.

JasWalker 01-18-2005 07:17 PM

Quote:

Originally Posted by WillyPete
Use a crossover cable.
It eliminates needing the hub/switch.

If you want to access internet thru A you need to turn on internet sharing on A.
To control B, the easiest way is using XP's built in Remote Desktop Connection found in Accessories in your menu.
You need to right click the My Computer icon on B and enable remote desktop in the Remote tab.

As A has wireless, you won't need to add another network to access the outside world.

A cleaner way would be to move just the pc case without monitor or k'board to an area near the wireless router and plug B into the router with a std network cable if the router has network ports too. It will lighten the load on A if you can do this as B can then access the web directly thru the router.

Best way to share B for storage is to Create a shared folder.

Best way metioned yet. However if your just using it for storage how bout taking the drive out of the old machine and put it in your primary machine. (assuming you have space). Plus you utilize more of the drive since you won't need an OS installed.

Slavakion 01-19-2005 03:41 AM

Quote:

Originally Posted by JasWalker
Best way metioned yet. However if your just using it for storage how bout taking the drive out of the old machine and put it in your primary machine. (assuming you have space). Plus you utilize more of the drive since you won't need an OS installed.

I'm also using it for folding (or will, once I get this mess all sorted).

skinbag 01-19-2005 09:35 PM

If your wireless router has an ethernet port put B next to it. Then turn sharing on in "properties" on the HD in box B. Use the wizard to set up a new connection and viola, there you go. Unless you don't have room next to the router or want cat5 for speed..And you would have to set a nice long login password on B to prevent hacking from the internet through your router. (I think) That depends on how paranoid you are I guess.


All times are GMT -8. The time now is 06:39 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360