Ik heb een cisco 877 op een telfort lijn.
ik heb problemen met inladen van images van websites. deze laden niet of heel traag.
Ik heb de mtu (standaard 4470) naar 1492 verlaagd, maar ook dit schijnt niet te helpen.
Ik ben nog redelijk beginnend met cisco.
Onderstaand de running config.
sh run
ik heb problemen met inladen van images van websites. deze laden niet of heel traag.
Ik heb de mtu (standaard 4470) naar 1492 verlaagd, maar ook dit schijnt niet te helpen.
Ik ben nog redelijk beginnend met cisco.
Onderstaand de running config.
sh run
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
| Current configuration : 4239 bytes ! version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname cisco ! boot-start-marker boot-end-marker ! logging buffered 52000 debugging enable secret <KNIP> ! username <KNIP> username <KNIP> clock timezone met 1 clock summer-time MET recurring last Sun Mar 2:00 last Sun Oct 3:00 aaa new-model ! ! aaa authentication login default local aaa authorization exec default local aaa session-id common ip subnet-zero ip cef ! ! ip dhcp excluded-address 192.168.50.1 192.168.50.10 ip dhcp excluded-address 192.168.50.101 192.168.50.254 ! ip dhcp pool <KNIP> import all network 192.168.50.0 255.255.255.0 domain-name <KNIP> dns-server 195.241.77.55 195.241.77.58 default-router 192.168.50.254 ! ! ip domain name <KNIP> ip ips po max-events 100 vpdn enable ! vpdn-group 1 ! Default PPTP VPDN group accept-dialin protocol pptp virtual-template 1 ! no ftp-server write-enable ! ! ! ! ! ! ! interface ATM0 mtu 1492 no ip address no ip redirects no ip unreachables no ip proxy-arp ip route-cache flow no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.3 point-to-point description --Telfort ADSL-- ip address dhcp ip access-group 150 in ip nat outside ip virtual-reassembly atm route-bridged ip pvc 0/34 encapsulation aal5snap ! ! interface FastEthernet0 no ip address ! interface FastEthernet1 no ip address ! interface FastEthernet2 no ip address ! interface FastEthernet3 no ip address ! interface Virtual-Template1 ip unnumbered Vlan1 ip nat inside ip virtual-reassembly peer default ip address pool DIAL-IN ppp encrypt mppe auto ppp authentication ms-chap ms-chap-v2 callin ! interface Vlan1 ip address 192.168.50.254 255.255.255.0 ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 ! ip local pool DIAL-IN 192.168.110.11 192.168.110.20 ip classless ip default-network 0.0.0.0 ip route 0.0.0.0 0.0.0.0 ATM0.3 ip route 10.0.0.0 255.0.0.0 Null0 ip route 127.0.0.0 255.0.0.0 Null0 ip route 172.16.0.0 255.240.0.0 Null0 ip route 192.168.0.0 255.255.0.0 Null0 ! ip dns server ! ip http server ip http access-class 1 ip http authentication local ip http secure-server ip nat inside source list 1 interface ATM0.3 overload ip nat inside source static tcp 192.168.50.50 4664 interface ATM0.3 4664 ip nat inside source static tcp 192.168.50.51 4665 interface ATM0.3 4665 ! access-list 1 permit 192.168.0.0 0.0.255.255 access-list 150 permit ip any any ! ! control-plane ! ! line con 0 no modem enable transport preferred all transport output all line aux 0 transport preferred all transport output all line vty 0 4 access-class 1 in privilege level 15 transport preferred all transport input all transport output all ! scheduler max-task-time 5000 sntp server 77.245.91.218 end |