Cisco 1700 series
Модератор: Модераторы
Сообщений: 15
• Страница 1 из 2 • 1, 2
- biruk
- Активный пользователь
- Сообщения: 1134
- Зарегистрирован: 19 июл 2004, 11:30
- Откуда: Москва
Это начальный конфиг. Голос ф топку. Провайдер выдал внешний адрес, скажем: 213.213.213.123/32 по V.35
router#sh conf
Using 881 out of 29688 bytes
!
version 12.3
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$WuJ4$q68/py41n4KlxbBVZhrX3.
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 3
!
no aaa new-model
ip subnet-zero
no ip routing
!
no ip cef
!
interface FastEthernet0/0
ip address 192.168.200.250 255.255.255.0
no ip route-cache
speed auto
full-duplex
no cdp enable
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
ip classless
no ip http server
speed auto
full-duplex
no cdp enable
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
ip classless
no ip http server
!
snmp-server community public RO
snmp-server enable traps tty
!
voice-port 3/0
!
voice-port 3/1
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password ghjvfrfirf
login
!
end
router#sh conf
Using 881 out of 29688 bytes
!
version 12.3
service config
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$WuJ4$q68/py41n4KlxbBVZhrX3.
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
voice-card 3
!
no aaa new-model
ip subnet-zero
no ip routing
!
no ip cef
!
interface FastEthernet0/0
ip address 192.168.200.250 255.255.255.0
no ip route-cache
speed auto
full-duplex
no cdp enable
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
ip classless
no ip http server
speed auto
full-duplex
no cdp enable
!
interface Serial0/0
no ip address
no ip route-cache
shutdown
!
ip classless
no ip http server
!
snmp-server community public RO
snmp-server enable traps tty
!
voice-port 3/0
!
voice-port 3/1
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password ghjvfrfirf
login
!
end
- biruk
- Активный пользователь
- Сообщения: 1134
- Зарегистрирован: 19 июл 2004, 11:30
- Откуда: Москва
а почему у тебя два интерфейса serial 0/0 ?
и маршрутизация выключена 8)
не написал какая инкапсуляция...
добавь что-то вроде этого:
и маршрутизация выключена 8)
не написал какая инкапсуляция...
добавь что-то вроде этого:
Код | ||||||
ip routing interface FastEthernet0/0 ip nat inside int serial0/0 ip addr 213.213.213.123 255.255.255.255 no shut ip nat outside ip route 0.0.0.0 0.0.0.0 serial 0/0 ip nat inside source list 100 interface s0/0 overload access-list 100 permit ip 192.168.200.0 0.0.0.255 any [/code] если интерфейс s0/0 не поднимется тогда установи инкапсуляцию ppp
|