• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

guru question, part II

Z24

Senior member
I posted a while ago and got an answer. link Everything seemed to be working.

The problem now is that when that machine dials out to the internet, it disappears from the network. Is there any solution to this?
 
The setup is as below, but the workstation has a modem in it. When it connects to the internet, it disappears from the network. How can I fix this?




Server has 2 nics, eth1 and eth2
eth1 gets IP 10.0.0.1 Subnetmask 255.255.255.0 and is connected to the hub
eth2 gets IP 10.0.1.1 Subnetmask 255.255.255.0 And is connected via crossover cable to the Special workstation

Special workstation gets IP 10.0.1.2 Subnetmask 255.255.255.0 gateway 10.0.1.1

All other workstations get IP 10.0.0.2-10.0.0.254 Subnetmask 255.255.255.0 gateway 10.0.0.1 and connect to the hub

Then to enable the Special workstation to see the rest of the network, on the Server hit Start -> Settings -> Control Panel -> Network -> Protocols -> TCP/IP Properties -> Routing -> check IP Forwarding.
 
I would disable "USE DEFAULT GATEWAY ON REMOTE NETWORK" in the TCP/IP settings in your DUN connection. Also, I take it that these machines are Windows NT 4?
 
With "Use Default Gateway on the Remote Network" CHECKED,
I can access my internal network until the workstation connects to the internet. At that point, I can't even ping an IP elsewhere in the building. As soon as I hangup the internet connection, I can access the internal network again.

With "Use Default Gateway on the Remote Network" *UN*CHECKED,

I can access my internal network all the time. Unfortunately, I can no longer access the internet.

There has to be a solution to this....
 
AHAH! I solved it!

I added a static route by doing:

ROUTE ADD 10.0.0.0 MASK 255.255.255.0 10.0.1.1 /P

And it works!!

 
Back
Top