Hi,

I need to setup very basic LNS. My ISP give me   just only few data   :
/30
Vlan tag
Name
Password
Loopback IP

And following cisco example

vpdn-group GROUP1
 accept-dialin
  protocol l2tp
  virtual-templateN
 terminate-from hostname [TUNNELNAME]
 source-ip [ loopback ip ISP]
 local name [TUNNELNAME]
 lcp renegotiation always
 l2tp tunnel password [TUNNELPWD]
!
Interface loopback 0
 ip address [ip de loopback ISP] 255.255.255.255
!
interface GigabitEthernet1.[VLAN]
   encapsulation dot1q [VLAN]
   ip address [IP ISP] 255.255.255.252
!
interface Virtual-TemplateN
 ip unnumbered loopback0
 no ip redirects
 no ip unreachables
 ppp max-bad-auth 10
 ppp authentication chap pap callin
!


 How can I achieve something with openlt2p ? Anybody can give me some clue …

Thank you for your help
Best regards

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openl2tp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openl2tp-users

Reply via email to