Mainos / Advertisement:

Ero sivun ”PPTP-serveri” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
 
(7 välissä olevaa versiota 2 käyttäjän tekeminä ei näytetä)
Rivi 1: Rivi 1:
Konffataan!!!!! jej
+
{{#allow-groups:user}}
pptp mppe ja ms-chap
 
  
  vpdn enable
+
<languages/>
  vpdn-group 1
+
<translate>
 +
<!--T:1-->
 +
Tehdään cisco 2821 routterista pptp serveri.
 +
 
 +
==== Perustietoa ==== <!--T:2-->
 +
 
 +
<!--T:3-->
 +
Meillä on käytössä cisco 2821 ja clienttinä windows 8.1. Ios on (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T                                                    8
 +
 +
hostname Reititin
 +
 
 +
<!--T:4-->
 +
username johannes password Qwerty1
 +
 
 +
<!--T:5-->
 +
enable secret Qwerty1
 +
 
 +
<!--T:6-->
 +
interface FastEthernet0/0
 +
  description WAN
 +
  ip address 10.5.26.205 255.255.255.0
 +
  ip nat outside
 +
  ip virtual-reassembly
 +
  no shutdown
 +
 
 +
<!--T:7-->
 +
interface FastEthernet0/1
 +
  description LAN
 +
  ip address 10.0.0.1 255.255.255.0
 +
  ip nat inside
 +
  ip virtual-reassembly
 +
  no shutdown
 +
 
 +
==== Sitten pptp kuntoon ==== <!--T:8-->
 +
 
 +
  <!--T:9-->
 +
aaa new-model
 +
 
 +
<!--T:10-->
 +
aaa authentication login default local
 +
aaa authentication ppp default local
 +
aaa authorization network default local
 +
 
 +
<!--T:11-->
 +
vpdn enable
 +
  vpdn-group PPTP
 
   accept-dialin
 
   accept-dialin
 
   protocol pptp
 
   protocol pptp
Rivi 9: Rivi 53:
 
   exit
 
   exit
  
 +
<!--T:12-->
 
Määritellään että hyväksytään sisääntulevat pptp protokollaa käyttävät vpn yhteydenotot ja ohjataan ne Virtual-Template 1.
 
Määritellään että hyväksytään sisääntulevat pptp protokollaa käyttävät vpn yhteydenotot ja ohjataan ne Virtual-Template 1.
  
Määritellään Virtual-template 1 interfacen esimerkiksi salausja ip pooli
+
<!--T:13-->
  interface Virtual-template 1
+
Määritellään Virtual-template 1 interfacen esimerkiksi salaus ja ip pooli
   encapsulation ppp
+
 
   ip unnumbered FastEthernet 0/0
+
  <!--T:14-->
   peer default ip address pool PPTP
+
interface Virtual-template 1
   no keepalive
+
   ip unnumbered FastEthernet0/1
   ppp encryp mppe auto required
+
  ip nat inside
   ppp authentication ms-chap
+
   ip virtual-reassembly
 +
   peer default ip address pool PPTPPOOL
 +
   compress mppc
 +
   ppp encrypt mppe auto
 +
   ppp authentication ms-chap-v2
 +
 
  
  ip local pool PPTP 192.168.100.10 192.168.100.20
+
  <!--T:15-->
 +
ip local pool PPTPPOOL 10.255.255.200 10.255.255.254
  
username johannes password Qwerty1
+
==== NAT reitittimelle: ==== <!--T:16-->
  
 +
<!--T:17-->
 +
ip nat inside source list NAT interface FastEthernet0/0 overload
  
==== Toimiva konffiesimerkki ====
+
<!--T:18-->
 +
ip access-list extended NAT
 +
  deny  ip 10.0.0.0 0.0.0.255 10.255.255.0 0.0.0.255
 +
  permit ip 10.255.255.0 0.0.0.255 any
 +
  permit ip 10.0.0.0 0.0.0.255 any
 +
  permit tcp any host 10.5.26.205 eq 22
 +
  permit tcp any host 10.5.26.205 eq 1723
 +
  permit udp any host 10.5.26.205 eq isakmp
 +
  permit esp any host 10.5.26.205
 +
  permit gre any host 10.5.26.205
 +
  permit icmp any host 10.5.26.205
  
<small>
+
</translate>
version 12.4
 
service config
 
service timestamps debug datetime msec
 
service timestamps log datetime msec
 
no service password-encryption
 
!
 
hostname Reititin
 
!
 
boot-start-marker
 
boot-end-marker
 
!
 
no logging on
 
enable secret 5 $1$AV8X$t7MoG7yn7ZFOI.Ivfc9yX.
 
!
 
aaa new-model
 
!
 
!
 
aaa authentication login default local
 
aaa authentication ppp default local
 
aaa authorization network default local
 
!
 
!
 
aaa session-id common
 
dot11 syslog
 
!
 
!
 
ip cef
 
!
 
!
 
!
 
multilink bundle-name authenticated
 
!
 
vpdn enable
 
!
 
vpdn-group PPTP
 
! Default PPTP VPDN group
 
description Default PPTP VPDN group
 
accept-dialin
 
  protocol pptp
 
  virtual-template 1
 
l2tp tunnel receive-window 1024
 
!
 
voice-card 0
 
no dspfarm
 
!
 
username johannes password 0 Qwerty1
 
archive
 
log config
 
  hidekeys
 
!
 
!
 
interface FastEthernet0/0
 
description WAN
 
ip address 10.5.26.22 255.255.255.0
 
ip nat outside
 
ip virtual-reassembly
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet0/1
 
description LAN
 
ip address 10.0.0.1 255.255.255.0
 
ip nat inside
 
ip virtual-reassembly
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet0/1.10
 
description LabraLAN 10
 
encapsulation dot1Q 10
 
ip address 10.0.1.1 255.255.255.0
 
ip nat inside
 
ip virtual-reassembly
 
!
 
interface FastEthernet0/1.20
 
description LabraLAN 20
 
encapsulation dot1Q 20
 
ip address 10.0.2.1 255.255.255.0
 
ip nat inside
 
ip virtual-reassembly
 
!
 
interface Virtual-Template1
 
ip unnumbered FastEthernet0/1
 
ip nat inside
 
ip virtual-reassembly
 
peer default ip address pool PPTPPOOL
 
compress mppc
 
ppp encrypt mppe auto
 
ppp authentication ms-chap-v2
 
!
 
ip local pool PPTPPOOL 10.255.255.200 10.255.255.254
 
ip forward-protocol nd
 
ip route 0.0.0.0 0.0.0.0 10.5.26.1
 
!
 
!
 
ip http server
 
no ip http secure-server
 
ip nat inside source list NAT interface FastEthernet0/0 overload
 
!
 
ip access-list extended FW_IN
 
permit tcp any host 10.5.26.22 eq 22
 
permit tcp any host 10.5.26.22 eq 1723
 
permit udp any host 10.5.26.22 eq isakmp
 
permit esp any host 10.5.26.22
 
permit gre any host 10.5.26.22
 
evaluate FW_TRAFFIC
 
permit icmp any host 10.5.26.22
 
ip access-list extended FW_OUT
 
ip access-list extended NAT
 
deny  ip 10.0.0.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.1.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.2.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.3.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.4.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.5.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.6.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.7.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.8.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.9.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 10.0.100.0 0.0.0.255 10.255.255.0 0.0.0.255
 
deny  ip 172.16.1.0 0.0.0.255 10.255.255.0 0.0.0.255
 
permit ip 10.255.255.0 0.0.0.255 any
 
permit ip 10.0.1.0 0.0.0.255 any
 
permit ip 10.0.0.0 0.0.0.255 any
 
permit ip 10.0.2.0 0.0.0.255 any
 
permit ip 10.0.3.0 0.0.0.255 any
 
permit ip 10.0.4.0 0.0.0.255 any
 
permit ip 10.0.5.0 0.0.0.255 any
 
permit ip 10.0.6.0 0.0.0.255 any
 
permit ip 10.0.7.0 0.0.0.255 any
 
permit ip 10.0.8.0 0.0.0.255 any
 
permit ip 10.0.9.0 0.0.0.255 any
 
permit ip 10.0.100.0 0.0.0.255 any
 
permit ip 172.16.1.0 0.0.0.255 any
 
permit ip 172.16.10.0 0.0.0.255 any
 
!
 
no logging trap
 
access-list 1 permit any
 
control-plane
 
!
 
!
 
line con 0
 
line aux 0
 
line vty 5 15
 
!
 
scheduler allocate 20000 1000
 
end
 
  
</small>
+
[[Category:Cisco]]
 +
[[Category:VPN]]

Nykyinen versio 8. toukokuuta 2015 kello 14.03

{{#allow-groups:user}}

Muut kielet:
English • ‎suomi

Tehdään cisco 2821 routterista pptp serveri.

Perustietoa

Meillä on käytössä cisco 2821 ja clienttinä windows 8.1. Ios on (C2800NM-ADVIPSERVICESK9-M), Version 12.4(15)T 8

hostname Reititin
username johannes password Qwerty1
enable secret Qwerty1
interface FastEthernet0/0
 description WAN
 ip address 10.5.26.205 255.255.255.0
 ip nat outside
 ip virtual-reassembly
 no shutdown
interface FastEthernet0/1
 description LAN
 ip address 10.0.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 no shutdown

Sitten pptp kuntoon

aaa new-model
aaa authentication login default local
aaa authentication ppp default local
aaa authorization network default local
vpdn enable
vpdn-group PPTP
 accept-dialin
  protocol pptp
  virtual-template 1
  exit

Määritellään että hyväksytään sisääntulevat pptp protokollaa käyttävät vpn yhteydenotot ja ohjataan ne Virtual-Template 1.

Määritellään Virtual-template 1 interfacen esimerkiksi salaus ja ip pooli

interface Virtual-template 1
 ip unnumbered FastEthernet0/1
 ip nat inside
 ip virtual-reassembly
 peer default ip address pool PPTPPOOL
 compress mppc
 ppp encrypt mppe auto
 ppp authentication ms-chap-v2


ip local pool PPTPPOOL 10.255.255.200 10.255.255.254

NAT reitittimelle:

ip nat inside source list NAT interface FastEthernet0/0 overload
ip access-list extended NAT
 deny   ip 10.0.0.0 0.0.0.255 10.255.255.0 0.0.0.255
 permit ip 10.255.255.0 0.0.0.255 any
 permit ip 10.0.0.0 0.0.0.255 any
 permit tcp any host 10.5.26.205 eq 22
 permit tcp any host 10.5.26.205 eq 1723
 permit udp any host 10.5.26.205 eq isakmp
 permit esp any host 10.5.26.205
 permit gre any host 10.5.26.205
 permit icmp any host 10.5.26.205
Mainos / Advertisement: