I was wondering whether you could give me some pointers on an issue I've been having.
I've got a network set up so each node or workstation is connected to the main server which deals with the internet for each node. (Pretty common).
With the server being the one that has access to the router, this means it could also access something that isn't on the network such as a wireless laptop.
Something like this:
Me---->Network----->Server---->Router---->Wireless devices
So what I'm asking is, do you think there is a way for the nodes/workstations on the network to access the wireless devices with the router.
Can the server share the router as a hardware device rather than just have the server utilize it?
Thanks in advanced.
Networking advice
Moderator: Talkative People
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Networking advice
Have you tried simply pinging the address of the wireless device from one of the workstations? I see no reason why the server wouldn't forward that to the router, and in the turn the router forward it to the wireless device in question. More specifically, what type of "access" are you looking for?C_Win wrote:I was wondering whether you could give me some pointers on an issue I've been having.
I've got a network set up so each node or workstation is connected to the main server which deals with the internet for each node. (Pretty common).
With the server being the one that has access to the router, this means it could also access something that isn't on the network such as a wireless laptop.
Something like this:
Me---->Network----->Server---->Router---->Wireless devices
So what I'm asking is, do you think there is a way for the nodes/workstations on the network to access the wireless devices with the router.
Can the server share the router as a hardware device rather than just have the server utilize it?
Thanks in advanced.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: Networking advice
Thanks for the reply!dandymcgee wrote:Have you tried simply pinging the address of the wireless device from one of the workstations? I see no reason why the server wouldn't forward that to the router, and in the turn the router forward it to the wireless device in question. More specifically, what type of "access" are you looking for?C_Win wrote:I was wondering whether you could give me some pointers on an issue I've been having.
I've got a network set up so each node or workstation is connected to the main server which deals with the internet for each node. (Pretty common).
With the server being the one that has access to the router, this means it could also access something that isn't on the network such as a wireless laptop.
Something like this:
Me---->Network----->Server---->Router---->Wireless devices
So what I'm asking is, do you think there is a way for the nodes/workstations on the network to access the wireless devices with the router.
Can the server share the router as a hardware device rather than just have the server utilize it?
Thanks in advanced.
I did try pinging the address, but it always returns "Could not find host". (Windows XP of course)
As for the type of access, all I want is to browse shared files and folders.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Networking advice
Hmm, do you have file sharing enabled on the target machine? Try tracert (trace route) to the IP from command prompt and see where the roadblock is.C_Win wrote: Thanks for the reply!
I did try pinging the address, but it always returns "Could not find host". (Windows XP of course)
As for the type of access, all I want is to browse shared files and folders.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: Networking advice
Thanks again. Sharing is enabled, but tracert just returns "Unable to resolve target system name"
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Networking advice
Even when using the machine's IP? That seems strange. Can the other machine connect to / ping / see this machine?C_Win wrote:Thanks again. Sharing is enabled, but tracert just returns "Unable to resolve target system name"
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!