Здравствуйте!
Помогите решить следующую проблему: есть вот такая схема:
[img]
http://www.e1.ru/fun/photo/view_pic.php ... 4/view.pic
[/img]
На 7206:
Код:
interface GigabitEthernet0/2.400
description CLIENT
encapsulation dot1Q 400
ip address 192.168.0.86 255.255.255.252
no ip redirects
no ip proxy-arp
ip flow ingress
no cdp enable
end
show ip route sta
S 10.10.0.232/30 [1/0] via 192.168.0.85
На коммутаторе просто прокинут vlan 400.
На адпаке:
Код:
AP2650# sh run
!
version 8.234
!
hostname AP2650
!
!
ip-share enable
ip-share interface net-side ether0.0
ip-share interface local-side ether1.0
!
!
interface ether0.0
ip address 192.168.0.85 255.255.255.252
no line-ctrl auto-nego
encapsulation vlan
vlan 400
!
interface ether1.0
ip address 10.10.0.234 255.255.255.252
no line-ctrl auto-nego
line-ctrl full-duplex
!
snmp name AP2650
!
no arp reset
!
route 0.0.0.0 0.0.0.0 192.168.0.86
!
AP2650# sh int
Interface : ether0.0
IP Address : 192.168.0.85 Physical Interface : Ethernet0
Network : 192.168.0.84 Subnet Mask : 255.255.255.252
Administrator Status : UP Operation Status : UP
Network Type : Ethernet MTU : 1500
VLAN enabled (VLAN ID : 400 )
Hardware Address : 00 02 a4 00 00 00
Ethernet0 is UP, Line protocol is UP
QoS control is disabled
interface type is 100Base-TX
auto-negotiation is disabled
link status is 100 Mbps (HALF-DUPLEX)
last 1 minute data rate : tx 32 bps, rx 128 bps
32623 packets input, 2740295 bytes, 0 no buffers
Received 0 runts, 88 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
32464 packets output, 2605927 bytes, 0 drops
8 output errors, 0 collision, 0 interface resets
0 underruns, 8 late collisions, 0 deferred
0 lost carrier, 0 no carrier
Interface : ether1.0
IP Address : 10.10.0.234 Physical Interface : Ethernet1
Network : 10.10.0.232 Subnet Mask : 255.255.255.252
Administrator Status : UP Operation Status : UP
Network Type : Ethernet MTU : 1500
Hardware Address : 00 02 a4 00 00 01
Ethernet1 is UP, Line protocol is UP
QoS control is disabled
interface type is 100Base-TX
auto-negotiation is disabled
link status is 100 Mbps (FULL-DUPLEX)
last 1 minute data rate : tx 72 bps, rx 32 bps
360 packets input, 53547 bytes, 0 no buffers
Received 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
356 packets output, 155889 bytes, 0 drops
0 output errors, 0 collision, 0 interface resets
0 underruns, 0 late collisions, 0 deferred
0 lost carrier, 0 no carrier
На клиентской машине:
Код:
ip address = 10.10.0.233
mask = 255.255.255.252
gw = 10.10.0.234
Суть проблемы: пинги ходят на все сайты, но в браузерах не открывается ни одна страничка, кроме яндекса, причем все сервисы яндеска работают (карты, поиск и др.) Еще одна особенность: везде стоит mtu=1500, а максимальный размер пакета ICMP, который проходит равен 1468 байт. Без включения AP2650 в схему все работает прекрасно. В чем может быть проблема?