Можно ли организовать прямое подключение через терминальное соединение к серверу через Cisco 2801, с локальной машины с белым IP. В Cisce я не очень. Да и не сетевой администратор вообщем то. :) Сейчас максимум до чего дошел, отрганизовал VPN. Если можно пример конфигурацию, то огромное спасибо. Сейчас есть:Building configuration...
Current configuration : 1722 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service internal
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 <removed>
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication ppp default local
aaa authorization exec default local
aaa authorization network default local
!
aaa session-id common
clock timezone KRSK 7
clock summer-time KRSK recurring last Sun Mar 3:00 last Sun Oct 3:00
ip cef
!
!
!
!
vpdn enable
!
vpdn-group 1
! Default PPTP VPDN group
accept-dialin
protocol pptp
virtual-template 1
!
!
!
voice-card 0
!
!
!
username vpn_user password 7 <removed>
!
!
!
!
!
!
!
interface FastEthernet0/0 // внутренний
description lan
ip address 192.168.2.245 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1 // внешний
description wan
ip address 80.255.ххх.ххх 255.255.255.252
ip access-group 103 in
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Virtual-Template1
description VPN_Interface
ip unnumbered FastEthernet0/1
ip nat inside
ip virtual-reassembly
peer default ip address pool VPN_POOL
no keepalive
ppp encrypt mppe auto
ppp authentication ms-chap ms-chap-v2
!
ip local pool VPN_POOL 192.168.110.10 192.168.110.50
ip route 0.0.0.0 0.0.0.0 80.255.ххх.ххх
!
!
ip http server
no ip http secure-server
ip nat inside source list 10 interface FastEthernet0/1 overload
!
access-list 10 permit 192.168.2.0 0.0.0.255
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
transport input all
!
scheduler allocate 20000 1000
end