Помогит плз разобраться мне с 3 вопросами:1) У меня в сети все айпишники белые. Подскажите, пожалуйста, что нужно прописать, чтобы они были видны снаружи.
2) В интернет могу выходить только после того, как включаю поддержку NAT. В конфиг это добавляет следующую строку:
ip nat inside source list 100 interface FastEthernet4 overload
Есть какой-то другой вариант.
3) Вопрос чайника: в конфиге я нигде не прописываю айпишник сервера моего прова, к которому подключается моя циска. Она получается его сама определяет?
Высылаю конфиг. Заранее спасибо.
Using 2535 out of 131072 bytes
!
version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname orbrm_cisco
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 debugging
logging console critical
enable secret 5 $1$ehk3$t3ndMolR.Bb0dLCxOf.r.0
!
no aaa new-model
!
resource policy
!
clock timezone PCTime 3
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
ip subnet-zero
no ip source-route
ip cef
!
!
ip tcp synwait-time 10
no ip bootp server
ip domain name orbrm.ru
ip name-server 83.242.139.10
ip name-server 83.242.140.10
ip ssh time-out 60
ip ssh authentication-retries 2
!
!
crypto pki trustpoint TP-self-signed-3757374482
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3757374482
revocation-check none
rsakeypair TP-self-signed-3757374482
!
!
crypto pki certificate chain TP-self-signed-3757374482
certificate self-signed 01 nvram:IOS-Self-Sig#3207.cer
username exulted privilege 15 secret 5 $1$wBa0$BzcX5DErUfgFtW5PY3bzJ/
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
description $FW_OUTSIDE$$ES_WAN$
ip address 89.175.99.30 255.255.255.252
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
ip route-cache flow
duplex auto
speed auto
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$
ip address 89.175.164.32 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1452
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet4
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list 100 interface FastEthernet4 overload
!
logging trap debugging
access-list 100 remark SDM_ACL Category=2
access-list 100 permit ip 89.175.164.0 0.0.0.255 any
no cdp run
!
control-plane
!
banner login ^CAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
no modem enable
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet ssh
!
scheduler max-task-time 5000
scheduler allocate 4000 1000
scheduler interval 500
end