Добрый день. Не подскажите немогу из 112 и 113 сети попасть на default-gateway 192.168.100.8. ИЗ 112 В 113 пакеты ходят...на сервере 192.168.100.8 прописан gateway из другой сети(провайдера).
Запутался просто уже...
hostname kuku
!
no aaa new-model
clock timezone UTC 3
ip subnet-zero
ip routing
!
no ip domain-lookup
ip name-server 192.168.100.10
ip name-server 192.168.100.15
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
vlan internal allocation policy ascending
bridge irb
!
!
interface GigabitEthernet0/1
no switchport
ip address 192.168.100.1 255.255.255.0
bridge-group 1
!
interface GigabitEthernet0/2
no switchport
ip address 192.168.112.1 255.255.255.0
bridge-group 1
!
interface GigabitEthernet0/3
no switchport
ip address 192.168.113.1 255.255.255.0
bridge-group 1
!
interface Vlan1
no ip address
bridge-group 1
!
ip default-gateway 192.168.100.8
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.100.8
ip http server
ip http secure-server
!
!
!
!
!
control-plane
!
bridge 1 protocol vlan-bridge
bridge 1 route ip
bridge 1 priority 100
!
line con 0
line vty 0 4
password iluminate
no login
line vty 5 15
password iluminate
no login
!
ntp clock-period 36030260
ntp server 192.168.100.10
!
end
#sh ip route
C 192.168.112.0/24 is directly connected, GigabitEthernet0/2
C 192.168.100.0/24 is directly connected, GigabitEthernet0/1
C 192.168.113.0/24 is directly connected, GigabitEthernet0/3
S* 0.0.0.0/0 [1/0] via 192.168.100.8