The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"871W - качестве точки доступа"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы Маршрутизаторы CISCO и др. оборудование. (Public)
Изначальное сообщение [ Отслеживать ]

"871W - качестве точки доступа"  +/
Сообщение от Vladsky (ok) on 01-Сен-09, 18:01 
есть 871W
хочу настроить как просто точку доступа в офисе, т.е. подключаю к ней шнурком ло сеть, сам на буке юзаю сеть по Wi Fi

столкнулся с тучей граблей )
вот то конфиг который работает, но есть нюансы

hostname office871w
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
aaa new-model
!
!
aaa authorization network default if-authenticated
!
!
aaa session-id common
!
dot11 syslog
!
dot11 ssid 871w
   authentication open
   guest-mode
   infrastructure-ssid optional
!
ip cef
!
!
ip inspect max-incomplete low 400
ip inspect max-incomplete high 500
ip inspect one-minute low 400
ip inspect one-minute high 500
ip inspect tcp max-incomplete host 50 block-time 0
no ip domain lookup
ip multicast-routing
!
!

!
!
archive
log config
  hidekeys
!
!
!
bridge irb
!
!
interface FastEthernet0
switchport access vlan 2
!
interface FastEthernet1
switchport access vlan 1
!
interface FastEthernet2
switchport access vlan 1
interface FastEthernet3
switchport access vlan 1

interface FastEthernet4
no ip address
shutdown
duplex auto
speed auto
!
interface Dot11Radio0
ip address 172.16.0.1 255.255.0.0
ip nat inside
ip virtual-reassembly
!
encryption key 1 size 40bit 0 хххххххххх transmit-key
encryption mode ciphers wep40
!
ssid 871w
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
channel 2412
station-role root access-point
world-mode dot11d country RU both
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
no routing dynamic
!
interface Vlan1
no ip address
ip nat inside
ip virtual-reassembly
bridge-group 1
bridge-group 1 spanning-disabled
!
interface Vlan2
ip address 10.10.10.1 255.255.255.0
!
ip forward-protocol nd
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 10.10.10.0 0.0.0.255
access-list 23 permit 172.16.0.0 0.0.0.255
no cdp run
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
transport input telnet ssh
!
scheduler max-task-time 5000
end

к Wi Fi подключаюсь, все работает.. но с самой 871 не пингую ничего! подозреваю что дело в мосту...


Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "871W - качестве точки доступа"  +/
Сообщение от Vladsky (ok) on 01-Сен-09, 19:02 

вообщем решил проблему, настроив BVI интерфейс, так как на работе много подсетей,и что бы они все были доступны с самой точки то на точке указан
ip default-network 172.16.0.0

VLAN1 нужен для того чтобы в сам маршрутизатор подключать проводных клиентов (пк, принтер)
DHCP, DNS и т.д. есть в сети, на точке мне не нужны, она лишь AP

вот рабочий конфиг если кому надо:

bridge irb
!
!
interface Loopback0
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0
switchport access vlan 1
!
interface FastEthernet1
switchport access vlan 1
!
interface FastEthernet2
switchport access vlan 1
!
interface FastEthernet3
switchport access vlan 1
!
interface FastEthernet4
no ip address
shutdown
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
ip virtual-reassembly
!
encryption key 1 size 40bit 0 хххххххххх transmit-key
encryption mode ciphers wep40
!
ssid 871w
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
channel 2412
station-role root access-point
world-mode dot11d country RU both
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
no routing dynamic
!
interface Vlan1
no ip address
ip virtual-reassembly
bridge-group 1
bridge-group 1 spanning-disabled
!
interface BVI1
ip address 172.16.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 172.16.0.0 255.255.0.0 172.16.0.0
!
ip http server
ip http access-class 23
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 172.16.0.0 0.0.0.255
no cdp run
!
!
!
control-plane
!
bridge 1 route ip
!
line con 0
no modem enable
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
transport input telnet ssh
!
scheduler max-task-time 5000
end

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "871W - качестве точки доступа"  +/
Сообщение от GolDi (??) on 02-Сен-09, 11:06 
>[оверквотинг удален]
>!
>interface Vlan1
> no ip address
> ip virtual-reassembly
> bridge-group 1
> bridge-group 1 spanning-disabled
>!
>interface BVI1
> ip address 172.16.0.1 255.255.255.0
> ip nat inside

зачем?
> ip virtual-reassembly
>!
>ip forward-protocol nd
>ip route 172.16.0.0 255.255.0.0 172.16.0.0

бредовая запись
>[оверквотинг удален]
>line con 0
> no modem enable
>line aux 0
>line vty 0 4
> access-class 23 in
> privilege level 15
> transport input telnet ssh
>!
>scheduler max-task-time 5000
>end

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру