Hoi,
Ik heb sinds vorige week een nieuwe server gemaakt, deze moest draaien op een slaapkamer waar ik tevens een nieuwe netwerk kabel naar toe heb getrokken. Helaas, werkt het dus niet..
De situatie is als volg:
adsl-modem <-> router <-> kabel (~15m) <-> verlenger <-> kabel (8m) <-> wandcontact doos <-> kabel (10m) <-> server
Nu heeft de server wel netwerk verbinding, maar geen internet. Ik heb de verbinding gecontroleerd door tevens een laptop op de zelfde kabel aan te sluiten als wel de server direct op de adsl modem te prikken. In beide gevallen werkt het op dat moment wel.
Nu lijkt het dus dat de router het probleem is als de server gekoppeld is maar niet als de laptop er aan zit. Of zou het probleem in de onboard netwerkpoort liggen?
Ik heb ook de volgende ping testen uitgevoerd op de server:
ipconfig server:
ping pc op het netwerk:
ping adsl-modem:
ping google.com
Deze testen zijn uitgevoerd op een laptop die op de plek is aangesloten (dus zelfde schema als boven):
ipconfig laptop:
ping pc op het netwerk:
ping adsl-modem:
ping google.com
Deze laatse serie is vanaf een andere pc op het netwerk:
ipconfig andere pc:
ping server:
Hopelijk heeft iedereen de lappen tekst kunnen lezen. Ik zie dus door de paketjes de kabels niet meer.
Ligt het nu aan de router (niet genoeg power?
) of is de NIC van het moederbord niet goed genoeg? De server heeft tijdens de montage beneden in de woonkamer gestaan en gelijk aan de router gehangen met een korte kabel, toen waren er geen verbindings problemen.
Job
Ik heb sinds vorige week een nieuwe server gemaakt, deze moest draaien op een slaapkamer waar ik tevens een nieuwe netwerk kabel naar toe heb getrokken. Helaas, werkt het dus niet..
De situatie is als volg:
adsl-modem <-> router <-> kabel (~15m) <-> verlenger <-> kabel (8m) <-> wandcontact doos <-> kabel (10m) <-> server
Nu heeft de server wel netwerk verbinding, maar geen internet. Ik heb de verbinding gecontroleerd door tevens een laptop op de zelfde kabel aan te sluiten als wel de server direct op de adsl modem te prikken. In beide gevallen werkt het op dat moment wel.
Nu lijkt het dus dat de router het probleem is als de server gekoppeld is maar niet als de laptop er aan zit. Of zou het probleem in de onboard netwerkpoort liggen?
Ik heb ook de volgende ping testen uitgevoerd op de server:
ipconfig server:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| Windows IP Configuration
Host Name . . . . . . . . . . . . : lentsenserver
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : lokaal
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : lokaal
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : <MAC>
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.100
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
DHCP Server . . . . . . . . . . . : 192.168.1.254
DNS Servers . . . . . . . . . . . : 192.168.1.254
195.241.77.55
195.241.77.58
Lease Obtained. . . . . . . . . . : maandag 16 augustus 2010 19:02:24
Lease Expires . . . . . . . . . . : donderdag 19 augustus 2010 19:02:24 |
ping pc op het netwerk:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Pinging job_pc [192.168.1.104] with 32 bytes of data:
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Request timed out.
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Request timed out.
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Request timed out.
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.104:
Packets: Sent = 10, Received = 7, Lost = 3 (30% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms |
ping adsl-modem:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Pinging 192.168.1.254 with 32 bytes of data:
Request timed out.
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Request timed out.
Reply from 192.168.1.254: bytes=32 time=2ms TTL=254
Reply from 192.168.1.254: bytes=32 time=3ms TTL=254
Reply from 192.168.1.254: bytes=32 time=3ms TTL=254
Request timed out.
Ping statistics for 192.168.1.254:
Packets: Sent = 10, Received = 7, Lost = 3 (30% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 3ms, Average = 1ms |
ping google.com
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Pinging google.com [74.125.77.147] with 32 bytes of data:
Request timed out.
Reply from 74.125.77.147: bytes=32 time=21ms TTL=252
Request timed out.
Reply from 74.125.77.147: bytes=32 time=22ms TTL=252
Request timed out.
Reply from 74.125.77.147: bytes=32 time=22ms TTL=252
Request timed out.
Reply from 74.125.77.147: bytes=32 time=24ms TTL=252
Reply from 74.125.77.147: bytes=32 time=22ms TTL=252
Reply from 74.125.77.147: bytes=32 time=22ms TTL=252
Ping statistics for 74.125.77.147:
Packets: Sent = 10, Received = 6, Lost = 4 (40% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 24ms, Average = 22ms |
Deze testen zijn uitgevoerd op een laptop die op de plek is aangesloten (dus zelfde schema als boven):
ipconfig laptop:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| Windows IP Configuration
Host Name . . . . . . . . . . . . : nlhxgp92j
Primary Dns Suffix . . . . . . . : europe.nl.intra
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : europe.nl.intra
nl.int.atosorigin.com
rsrc.be.local
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : lokaal
Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
Physical Address. . . . . . . . . : <MAC>
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.106
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
DHCP Server . . . . . . . . . . . : 192.168.1.254
DNS Servers . . . . . . . . . . . : 192.168.1.254
195.241.77.55
195.241.77.58
Lease Obtained. . . . . . . . . . : Monday, August 16, 2010 7:34:12 PM
Lease Expires . . . . . . . . . . : Thursday, August 19, 2010 7:34:12 PM |
ping pc op het netwerk:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Pinging job_pc [192.168.1.104] with 32 bytes of data:
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Reply from 192.168.1.104: bytes=32 time<1ms TTL=128
Ping statistics for 192.168.1.104:
Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms |
ping adsl-modem:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Pinging 192.168.1.254 with 32 bytes of data:
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Reply from 192.168.1.254: bytes=32 time=1ms TTL=254
Ping statistics for 192.168.1.254:
Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms |
ping google.com
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| Pinging google.com [74.125.77.104] with 32 bytes of data:
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Reply from 74.125.77.104: bytes=32 time=22ms TTL=252
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Reply from 74.125.77.104: bytes=32 time=22ms TTL=252
Reply from 74.125.77.104: bytes=32 time=22ms TTL=252
Reply from 74.125.77.104: bytes=32 time=21ms TTL=252
Ping statistics for 74.125.77.104:
Packets: Sent = 10, Received = 10, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 21ms, Maximum = 22ms, Average = 21ms |
Deze laatse serie is vanaf een andere pc op het netwerk:
ipconfig andere pc:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| Windows IP-configuratie
Hostnaam . . . . . . . . . . . . : job_pc
Primair DNS-achtervoegsel . . . . :
Knooppunttype . . . . . . . . . . : hybride
IP-routering ingeschakeld . . . . : nee
WINS-proxy ingeschakeld . . . . . : nee
DNS-achtervoegselzoeklijst. . . . : lokaal
Ethernet-adapter LAN-verbinding:
Verbindingsspec. DNS-achtervoegsel: lokaal
Beschrijving. . . . . . . . . . . : Attansic L1 Gigabit Ethernet 10/100/1000Base-T Controller
Fysiek adres. . . . . . . . . . . : <MAC>
DHCP ingeschakeld . . . . . . . . : ja
Autom. configuratie ingeschakeld : ja
IPv4-adres. . . . . . . . . . . . : 192.168.1.104(voorkeur)
Subnetmasker. . . . . . . . . . . : 255.255.255.0
Lease verkregen . . . . . . . . . : maandag 16 augustus 2010 13:30:00
Lease verlopen. . . . . . . . . . : donderdag 19 augustus 2010 13:29:58
Standaardgateway. . . . . . . . . : 192.168.1.254
DHCP-server . . . . . . . . . . . : 192.168.1.254
DNS-servers . . . . . . . . . . . : 192.168.1.254
195.241.77.55
195.241.77.58
NetBIOS via TCPIP . . . . . . . . : ingeschakeld |
ping server:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| Pingen naar 192.168.1.100 met 32 bytes aan gegevens:
Time-out bij opdracht.
Time-out bij opdracht.
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Time-out bij opdracht.
Antwoord van 192.168.1.100: bytes=32 tijd<1 ms TTL=128
Ping-statistieken voor 192.168.1.100:
Pakketten: verzonden = 10, ontvangen = 7, verloren = 3
(30% verlies).
De gemiddelde tijd voor het uitvoeren van ‚‚n bewerking in milliseconden:
Minimum = 0ms, Maximum = 0ms, Gemiddelde = 0ms |
Hopelijk heeft iedereen de lappen tekst kunnen lezen. Ik zie dus door de paketjes de kabels niet meer.
Job