Running Config:
Interfaces krijge IP adres:
ROuting Tables:
Het probleem is dat ik niet kan pingen, laat staat surfen via mijn telenetverbinding. Ziet er iemand iets da ik over het hoofd heb gezien? Het heeft altijd gewerkt met mijn Cisco 2514, maar wegens de recente snelheidsupgrades, heb ik een nieuwe router aangeschaft. Maar ik krijg hem dus niet aan de praat.
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
| RouterBart#sho run Building configuration... Current configuration : 5074 bytes ! ! Last configuration change at 22:00:14 cet Thu Jan 26 2006 ! NVRAM config last updated at 20:24:20 cet Thu Jan 26 2006 ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname RouterBart ! enable secret 5 $1$F55u$CQ77jqAekucEcgvK33Uqp. enable password *CENSUUR* ! clock timezone cet 1 ip subnet-zero ! ! no ip domain-lookup ip dhcp excluded-address 10.0.0.1 10.0.0.10 ! ip dhcp pool 10.0.0.0 network 10.0.0.0 255.0.0.0 domain-name opblaaspop.be dns-server 10.255.255.254 default-router 10.0.0.1 lease 0 6 ! ! ! ! interface Ethernet0/0 description Connected to internet ip address dhcp ip nat outside no ip mroute-cache half-duplex ! interface FastEthernet1/0 ip address 10.0.0.1 255.0.0.0 ip nat inside duplex auto speed auto ! ip nat inside source list 1 interface FastEthernet1/0 overload ip nat inside source static tcp 10.255.255.254 143 interface Ethernet0/0 8143 ip nat inside source static tcp 10.255.255.254 110 interface Ethernet0/0 8110 ip nat inside source static tcp 10.255.255.254 3389 interface Ethernet0/0 3389 ip nat inside source static tcp 10.255.255.254 80 interface Ethernet0/0 8181 ip nat inside source static tcp 10.0.0.13 6881 interface Ethernet0/0 6883 ip nat inside source static tcp 10.0.0.11 6881 interface Ethernet0/0 6881 ip classless ip http server ! ! line con 0 line aux 0 line vty 0 4 password *censuur* login line vty 5 15 password *censuur* login ! ntp clock-period 17179785 ntp server 198.123.30.132 end |
Interfaces krijge IP adres:
code:
1
2
3
4
| RouterBart#sho ip int bri Interface IP-Address OK? Method Status Protocol Ethernet0/0 84.***.***.*** YES DHCP up up FastEthernet1/0 10.0.0.1 YES NVRAM up up |
ROuting Tables:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| RouterBart#sho ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is 84.195.0.1 to network 0.0.0.0
84.0.0.0/19 is subnetted, 1 subnets
C 84.195.0.0 is directly connected, Ethernet0/0
C 10.0.0.0/8 is directly connected, FastEthernet1/0
S* 0.0.0.0/0 [254/0] via 84.195.0.1 |
Het probleem is dat ik niet kan pingen, laat staat surfen via mijn telenetverbinding. Ziet er iemand iets da ik over het hoofd heb gezien? Het heeft altijd gewerkt met mijn Cisco 2514, maar wegens de recente snelheidsupgrades, heb ik een nieuwe router aangeschaft. Maar ik krijg hem dus niet aan de praat.