- Jul 9, 2001
- 90
- 0
- 0
Is the route table in a "garden variety" NAT box viewable, or is it shown as part of the standard ROUTE PRINT command?Originally posted by: Astaroth33:
Home routers (like your garden variety Linksys or Netgear NAT boxes) typically only have 3 routes in their routing table.
I'm experimenting with / learning about subnets and multiple routers and have connected two DI-614+ routers WAN ports to LAN ports on my SMC7004BR. I've added LMHOSTS entries to each PC for a 'TEST' PC on all three subnets (192.168.0.x, 192.168.1.x, 192.168.2.x) and I've added two routes to the PC on the SMC7004BR subnet:Originally posted by: Astaroth33:
A directly attached route to the LAN network, a direct route to the WAN network, and a default route pointing towards the ISP's router. Usually, the only time you need to modify this is if there's another router connected to your LAN, and you need routes pointing to one or more networks behind that.
- route add 192.168.1.0 mask 255.255.255.0 192.168.0.16
- route add 192.168.2.0 mask 255.255.255.0 192.168.0.17
- the WAN ports on each DI-614+ are set to an IP address in the subnet range of the SMC7004BR
- Ports 137-139 are open in both DI-614+s
- the IP address of the "TEST" PC on each DI-614+ is entered in the DMZ
- typing "RUN \\192.168.0.16" gave me access to 192.168.1.101 and I was able to MAP Drives C & D and access them "at one time" (but not right this moment...)
- Microsoft Windows 98 Resource Kit
- Microsoft Windows NT Workstation Resource Kit
- Microsoft Windows NT Server Resource Kit
- Microsoft Windows 2000 Professional Resource Kit
- Mastering Windows NT Workstation 4
- Mastering Windows NT Server 4
- Mastering Windows 2000 Professional
- Mastering Windows 2000 Server
- Essential WIndows NT System Administration
Would setting up a Server and establishing a Domain allow machines across subnets to be visible in Network Neighborhood?
Do LOGIN SCRIPTS only run when a CLIENT is logging into a DOMAIN on a SERVER? (I've created a central LMHOSTS file and want to automatically propagate changes to the CLIENTS. If scripts don't work without a Server, what are some alternatives?)