Forum Moderators: phranque

Message Too Old, No Replies

webserver workstation

         

jake58

2:43 pm on Jul 1, 2007 (gmt 0)

10+ Year Member



Howdy:

Got a problem I need a solution for. Hopefully someone can help.

My setup is a dsl modem going into a switch. out of the switch into 2 different routers. one router has the setup for the webserver(windows 2000/apache) and the webserver is on that router by itself. The other router has my 6 XP machines lan with each access to the net and other machines.

None of the lan can access the webserver without going through the internet.

Problem is I need to transfer large files on a daily basis to the webserver from my main work machine. ftp is to slow.

Since they are on different routers they of course can't talk to each other. If I put them all on the same router I can connect to the webserver via the lan but not through the internet. I would imagine that hs something to do with the router.

To get around that problem I was thinking of setting up 2 nic cards in the main work machine and the webserver. I could do a different ip and gateway for these additional cards and use a null modem cable.

Is this workable or is there a better way?

Marshall

11:13 pm on Jul 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Would an A/B switch work? I know it's rather old fashioned, bu it's easy and reliable.

Marshall

jtara

5:03 pm on Jul 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



First of all, I would not assume that the routers cannot talk to each other. However, this is going to be specific to your routers, and you will have to dig into the documentation. It's possible you can create a "rule" on each router to pass traffic from the network behind that router.

Alternately, consider reconfiguring your network. Put ALL machines behind the switch. Put the routers in front of the switch, not behind it.

If you put all of the machines on the same subnet, now they can talk to each other.

If your web server operates on a NAT behind the switch, you are done. Otherwise, if your server is using public Internet addresses, you will need to add a second logical (not physical) interface (ifconfig in Linux, found somewhere in advanced network configuration in Windows) so that it can participate in the local subnet.