Здравствуйте, есть 2 коммутатора (циско 2960 и длинк des 3200-10)
с их помощью создали 2 локальные сети
одна из 3 компьютеров, другая тоже 3
2 коммутатора объединили посредством маршрутизатора cisco 2801
все операции проводили в программе Putty
в маршрутизаторе 2 порта обозначили
fa0/0 ip его 172.168.1.1 255.255.0.0
fa0/1 ip 192.168.1.1 255.255.255.0
коммутаторы находятся в тех же сетях
если подскажите как то выложу конфиг оттуда
самое интересное что компьютеры внутри своей сети пингуются а со второй что-то блокирует и пишет заданный узел недоступен
Building configuration...Current configuration : 1844 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
ip cef
!
!
!
!
ip domain name yourdomain.com
!
username cisco privilege 15 secret 5 $1$mpN7$I/ljdp2bgYXq/8Yh/qYtG/
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
ip address 172.168.1.1 255.255.0.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
!
ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 10.10.10.0 0.0.0.7
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device.
This feature requires the one-time use of the username "cisco"
with the password "cisco". The default username and password have a privilege le vel of 15.Please change these publicly known initial credentials using SDM or the IOS CLI.
Here are the Cisco IOS commands.username <myuser> privilege 15 secret 0 <mypassword>
no username ciscoReplace <myuser> and <mypassword> with the username and password you want to use .
For more information about SDM please follow the instructions in the QUICK START
GUIDE for your router or go to http://www.cisco.com/go/sdm
-----------------------------------------------------------------------
^C
!
line con 0
login local
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
end
>[оверквотинг удален]
> login local
> transport input telnet
> line vty 5 15
> access-class 23 in
> privilege level 15
> login local
> transport input telnet
> !
> scheduler allocate 20000 1000
> endВы на компах шлюз прописали или нет??
>[оверквотинг удален]
>> transport input telnet
>> line vty 5 15
>> access-class 23 in
>> privilege level 15
>> login local
>> transport input telnet
>> !
>> scheduler allocate 20000 1000
>> end
> Вы на компах шлюз прописали или нет??уже да хД
проблема решилась