Hi all,
This should (in theory) be a pretty simple system to set up, but I can't for the life of me get it working.
Current situation:
Basically, the current situation allows all clients to connect to the wireless router [which is also the DHCP server] and straight to the internet.
What I'm after:
Is what I am after technically possible, based on the switch handling both 192.168.1.x AND 192.168.2.x addresses? - I can't see why it would be a problem (even if the switch has an IP of 192.168.1.200)
What I am after, is that all clients connect to the wireless router. Traffic is then redirected through the 2003 server and back out to the internet.
Unfortunately, the Wireless ADSL router must remain the DSL connection point AND the wireless access point.
Any more information required or suggestions offered very appreciated.
For info, the 'switch' is also a wired DSL router so it can also be used for that purpose, BUT there is only ever one wired connection from the BT access point location (in the hall) to the server (in the loft).
Thanks guys and girls for any help.
Aubs. x
Aubs
This should (in theory) be a pretty simple system to set up, but I can't for the life of me get it working.
Current situation:
Code:
INTERNET
|
Wireless ADSL router 192.168.1.1 [DHCP server]
|
|-Clients 192.168.1.2 (example)
|
|-2003 Server 192.168.1.3 (example)
Basically, the current situation allows all clients to connect to the wireless router [which is also the DHCP server] and straight to the internet.
What I'm after:
Code:
INTERNET
|
Wireless ADSL router 192.168.2.1
|
| /-------\ 192.168.2.2 [WAN side]
| | |
|---SWITCH 2003 Server
| | |
| \-------/ 192.168.1.1 [LAN side] [DHCP not implemented yet to keep current network working!]
|
|---Clients 192.168.1.2 [gateway/DNS 192.168.1.1] (example)
What I am after, is that all clients connect to the wireless router. Traffic is then redirected through the 2003 server and back out to the internet.
Unfortunately, the Wireless ADSL router must remain the DSL connection point AND the wireless access point.
Any more information required or suggestions offered very appreciated.
For info, the 'switch' is also a wired DSL router so it can also be used for that purpose, BUT there is only ever one wired connection from the BT access point location (in the hall) to the server (in the loft).
Thanks guys and girls for any help.
Aubs. x
Aubs