Hopefully this is a quick question.
I have 2 subnets (192.168.100.0 and 192.168.200.0). The 100.0 network uses a firewall as a default gateway (192.168.100.1). The 200.0 network is in a different location, the users there have a default gatewayof 200.1 which is a Cisco router that connects to the 100.0 network via a T1. The other side of that circuit is 100.2.
On the NT PDC I made an entry of: route add 192.168.200.0 mask 255.255.255.0 192.168.100.2. The default gateway of that PDC is 100.1. If I do a traceroute to a 200 workstation, the correct path is chosen, however, it seems that netbios traffic is being sent to 100.1 for the 200.0 users. In addition to that, if I do a route print, I see 200.0 users added with 100.1 gateways. Any ideas why this would happen? All 200.0 traffic should be using 100.2 as the gateway. The 200.0 users have static IP addresses, whereas the 100.0 users use DHCP.
All workstations are NT 4 SP6A. Any help would be much appreciated.