ik heb de volgende situatie:
3 pc's, waarvan 2 win xp prof draaien, en 1 win 98 SE.
PC1---------PC2
:
:
LAN
:
:
PC3
PC3 is de 98 machine, PC1 en PC2 dus XP
Op PC1 staat ICS aan, PC2 heeft derhalve een goed werkende internet verbinding.
Nu wil ik dat PC2 en PC3 elkaar kunnen zien. uiteindelijk moet dat een remote desktop connection worden, maar ik ben in eerste instantie al blij als ze elkaar kunnen pingen, want dat lukt nog niet.
De ipconfigs zijn als volgt:
PC1:
Windows IP Configuration
Host Name . . . . . . . . . . . . : konijnenhok
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter LAN IBB:
Connection-specific DNS Suffix . : sshunet.nl
Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . : 00-A0-24-55-30-95
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 131.211.225.x
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . . . . : 131.211.224.1
DHCP Server . . . . . . . . . . . : 131.211.239.2
DNS Servers . . . . . . . . . . . : 131.211.239.2
131.211.4.5
131.211.4.6
Lease Obtained. . . . . . . . . . : vrijdag 27 februari 2004 11:01:46
Lease Expires . . . . . . . . . . : zaterdag 28 februari 2004 11:01:46
Ethernet adapter LAN 1735:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Eth
ernet NIC
Physical Address. . . . . . . . . : 00-40-F4-2B-E5-56
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
PC2:
Windows IP-configuratie
Host-naam . . . . . . . . . . . .: hamsterpaleis
Primair DNS-achtervoegsel. . . . .:
Knooppunttype . . . . . . . . . . : gemengd
IP-routering ingeschakeld. . . . .: nee
WINS-proxy ingeschakeld . . . . . : nee
Ethernet-adapter LAN-verbinding:
Verbindingsspec. DNS-achtervoegsel: mshome.net
Beschrijving . . . . . . . . . . .:
VIA Rhine II Fast Ethernet Adapter
Fysiek adres. . . . . . . . . . . : 00-03-0D-03-80-3E
DHCP ingeshakeld. . . . . . . . . : ja
Autom. configuratie ingeschakeld. : ja
IP-adres. . . . . . . . . . . . . : 192.168.0.103
Subnetmasker. . . . . . . . . . . : 255.255.255.0
Standaardgateway. . . . . . . . . : 192.168.0.1
DHCP-server . . . . . . . . . . . : 192.168.0.1
DNS-servers . . . . . . . . . . . : 192.168.0.1
Lease verkregen . . . . . . . . . : vrijdag 27 februari 2004 21:39:37
Lease verlopen . . . . . . . . . : vrijdag 5 maart 2004 21:39:37
PC3:
Windows 98 IP Configuration
Host Name . . . . . . . . . : MUPPET.sshunet.nl
DNS Servers . . . . . . . . : 131.211.239.2
131.211.4.5
131.211.4.6
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No
0 Ethernet adapter :
Description . . . . . . . . : ELPC3R Ethernet Adapter
Physical Address. . . . . . : 00-60-08-22-67-F0
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 131.211.225.x
Subnet Mask . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . : 131.211.224.1
DHCP Server . . . . . . . . : 131.211.239.2
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 02 27 04 21:00:42
Lease Expires . . . . . . . : 02 28 04 21:00:42
Nu weet ik wel dat ze elkaar niet zomaar kunnen pingen, oa omdat het 2de subnet een private rangen betreft. daarom heb ik op de 98 machine een persistent route toegevoegd. hier de ip routing tabel:
C:\WINDOWS>route print
Active Routes:
Network Address Netmask Gateway Address Interface Metric
0.0.0.0 0.0.0.0 131.211.224.1 131.211.225.x 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
131.211.224.0 255.255.254.0 131.211.225.x 131.211.225.x 1
131.211.225.x 255.255.255.255 127.0.0.1 127.0.0.1 1
131.211.255.255 255.255.255.255 131.211.225.x 131.211.225.x 1
192.168.0.0 255.255.255.0 131.211.225.x 131.211.225.x 1
192.168.0.103 255.255.255.255 131.211.225.x 131.211.225.x 1
224.0.0.0 224.0.0.0 131.211.225.x 131.211.225.x 1
255.255.255.255 255.255.255.255 131.211.225.x 131.211.225.x 1
PC1 kan PC2 en PC3 pingen.
PC2 kan PC1 en PC3 pingen.
PC3 kan alleen PC1 pingen, niet PC2. Een tracert naar PC2 bereikt wel PC1, maar daarna alleen maar timeouts.
Volgens mij zou het met deze instellingen moeten werken, maar dat doet het dus niet. Wat zie ik over het hoofd???
Edit: waarom is de layout van die route print nou zo verrot?
Edit 2: vergeten te vermelden: op alle 3 de pc's staat norton internet security 2003, maar tijdens het pingen was deze op alle machines disabled
3 pc's, waarvan 2 win xp prof draaien, en 1 win 98 SE.
PC1---------PC2
:
:
LAN
:
:
PC3
PC3 is de 98 machine, PC1 en PC2 dus XP
Op PC1 staat ICS aan, PC2 heeft derhalve een goed werkende internet verbinding.
Nu wil ik dat PC2 en PC3 elkaar kunnen zien. uiteindelijk moet dat een remote desktop connection worden, maar ik ben in eerste instantie al blij als ze elkaar kunnen pingen, want dat lukt nog niet.
De ipconfigs zijn als volgt:
PC1:
Windows IP Configuration
Host Name . . . . . . . . . . . . : konijnenhok
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter LAN IBB:
Connection-specific DNS Suffix . : sshunet.nl
Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI TX NIC
(3C905B-TX)
Physical Address. . . . . . . . . : 00-A0-24-55-30-95
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 131.211.225.x
Subnet Mask . . . . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . . . . : 131.211.224.1
DHCP Server . . . . . . . . . . . : 131.211.239.2
DNS Servers . . . . . . . . . . . : 131.211.239.2
131.211.4.5
131.211.4.6
Lease Obtained. . . . . . . . . . : vrijdag 27 februari 2004 11:01:46
Lease Expires . . . . . . . . . . : zaterdag 28 februari 2004 11:01:46
Ethernet adapter LAN 1735:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Eth
ernet NIC
Physical Address. . . . . . . . . : 00-40-F4-2B-E5-56
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
PC2:
Windows IP-configuratie
Host-naam . . . . . . . . . . . .: hamsterpaleis
Primair DNS-achtervoegsel. . . . .:
Knooppunttype . . . . . . . . . . : gemengd
IP-routering ingeschakeld. . . . .: nee
WINS-proxy ingeschakeld . . . . . : nee
Ethernet-adapter LAN-verbinding:
Verbindingsspec. DNS-achtervoegsel: mshome.net
Beschrijving . . . . . . . . . . .:
VIA Rhine II Fast Ethernet Adapter
Fysiek adres. . . . . . . . . . . : 00-03-0D-03-80-3E
DHCP ingeshakeld. . . . . . . . . : ja
Autom. configuratie ingeschakeld. : ja
IP-adres. . . . . . . . . . . . . : 192.168.0.103
Subnetmasker. . . . . . . . . . . : 255.255.255.0
Standaardgateway. . . . . . . . . : 192.168.0.1
DHCP-server . . . . . . . . . . . : 192.168.0.1
DNS-servers . . . . . . . . . . . : 192.168.0.1
Lease verkregen . . . . . . . . . : vrijdag 27 februari 2004 21:39:37
Lease verlopen . . . . . . . . . : vrijdag 5 maart 2004 21:39:37
PC3:
Windows 98 IP Configuration
Host Name . . . . . . . . . : MUPPET.sshunet.nl
DNS Servers . . . . . . . . : 131.211.239.2
131.211.4.5
131.211.4.6
Node Type . . . . . . . . . : Broadcast
NetBIOS Scope ID. . . . . . :
IP Routing Enabled. . . . . : No
WINS Proxy Enabled. . . . . : No
NetBIOS Resolution Uses DNS : No
0 Ethernet adapter :
Description . . . . . . . . : ELPC3R Ethernet Adapter
Physical Address. . . . . . : 00-60-08-22-67-F0
DHCP Enabled. . . . . . . . : Yes
IP Address. . . . . . . . . : 131.211.225.x
Subnet Mask . . . . . . . . : 255.255.254.0
Default Gateway . . . . . . : 131.211.224.1
DHCP Server . . . . . . . . : 131.211.239.2
Primary WINS Server . . . . :
Secondary WINS Server . . . :
Lease Obtained. . . . . . . : 02 27 04 21:00:42
Lease Expires . . . . . . . : 02 28 04 21:00:42
Nu weet ik wel dat ze elkaar niet zomaar kunnen pingen, oa omdat het 2de subnet een private rangen betreft. daarom heb ik op de 98 machine een persistent route toegevoegd. hier de ip routing tabel:
C:\WINDOWS>route print
Active Routes:
Network Address Netmask Gateway Address Interface Metric
0.0.0.0 0.0.0.0 131.211.224.1 131.211.225.x 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
131.211.224.0 255.255.254.0 131.211.225.x 131.211.225.x 1
131.211.225.x 255.255.255.255 127.0.0.1 127.0.0.1 1
131.211.255.255 255.255.255.255 131.211.225.x 131.211.225.x 1
192.168.0.0 255.255.255.0 131.211.225.x 131.211.225.x 1
192.168.0.103 255.255.255.255 131.211.225.x 131.211.225.x 1
224.0.0.0 224.0.0.0 131.211.225.x 131.211.225.x 1
255.255.255.255 255.255.255.255 131.211.225.x 131.211.225.x 1
PC1 kan PC2 en PC3 pingen.
PC2 kan PC1 en PC3 pingen.
PC3 kan alleen PC1 pingen, niet PC2. Een tracert naar PC2 bereikt wel PC1, maar daarna alleen maar timeouts.
Volgens mij zou het met deze instellingen moeten werken, maar dat doet het dus niet. Wat zie ik over het hoofd???
Edit: waarom is de layout van die route print nou zo verrot?
Edit 2: vergeten te vermelden: op alle 3 de pc's staat norton internet security 2003, maar tijdens het pingen was deze op alle machines disabled