Fixed IP & NAT assigned addresses on LAN

  • Thread starter Thread starter Ian H
  • Start date Start date
I

Ian H

If you would do START RUN CMD OKAY
ipconfig /all<CR>

for the two configurations that you have described, then
post the output in the newsgroup it would be easier to
assist.

Ian H
 
Thanks for the quick response. Here are each of the
settings. The fixed IP machines are at 192.168.1.xx and
the dynamically assigned are on 192.168.0.xx.

This setting lets the XP machine see the other
workstations -

Windows IP Configuration

Host Name . . . . . . . . . . . . : Location
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek
RTL8139 C+ Fast Ethernet NIC

Physical Address. . . . . . . . . : 00-08-02-F3-EE-
9A
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.8
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 204.152.114.181
204.152.114.182
Lease Obtained. . . . . . . . . . : Thursday,
August 07, 2003 12:30:40 P
M
Lease Expires . . . . . . . . . . : Thursday,
August 07, 2003 1:30:40 PM


C:\Documents and Settings\Kenny>



This setting lets the XP computer see only the servers -

Windows IP Configuration

Host Name . . . . . . . . . . . . : Location
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek
RTL8139 C+ Fast Ethernet NIC

Physical Address. . . . . . . . . : 00-08-02-F3-EE-
9A
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.77
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1

Thanks again,
Kenny Caudill
 
Kenny said:
Thanks for the quick response. Here are each of the
settings. The fixed IP machines are at 192.168.1.xx and
the dynamically assigned are on 192.168.0.xx.

This setting lets the XP machine see the other
workstations -

Windows IP Configuration

Host Name . . . . . . . . . . . . : Location
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek
RTL8139 C+ Fast Ethernet NIC

Physical Address. . . . . . . . . : 00-08-02-F3-EE-
9A
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.8
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 204.152.114.181
204.152.114.182
Lease Obtained. . . . . . . . . . : Thursday,
August 07, 2003 12:30:40 P
M
Lease Expires . . . . . . . . . . : Thursday,
August 07, 2003 1:30:40 PM


C:\Documents and Settings\Kenny>



This setting lets the XP computer see only the servers -

Windows IP Configuration

Host Name . . . . . . . . . . . . : Location
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek
RTL8139 C+ Fast Ethernet NIC

Physical Address. . . . . . . . . : 00-08-02-F3-EE-
9A
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.77
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.0.1

Thanks again,
Kenny Caudill

The difference is that, with fixed IPs, you are in one IP
subnet; with dynamic IPs, you are in a different subnet.
I think you should change the fixed IPs to be in the same
subnet as the dynamic IPs.

A simpler workaround that may work is to change the subnet
masks for all nodes from 255.255.255.0 to 255.255.0.0; that
way everybody should be in the same subnet. {Having not
tried this myself, I have some reservations about whether or
not the WinDuhs network stacks will work with this mask --
it should, but stranger things have happened with M$.}
 
Back
Top