Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NetworkManager-l2tp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
NetworkManager-l2tp
Commits
f778ee7a
Commit
f778ee7a
authored
Feb 19, 2012
by
Сергей Прохоров
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readme UPD
parent
de2cf3c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
README
README
+13
-0
README.ubutntu
README.ubutntu
+3
-2
No files found.
README
View file @
f778ee7a
L2TP support for NetworkManager
L2TP support for NetworkManager
===============================
This version has IPSEC support and can connect to a Sonicwall
This version has IPSEC support and can connect to a Sonicwall
Uses xl2tpd and (optional) openswan.
Build
=====
./autogen.sh
./configure
make
sudo make install
Ubuntu users see README.ubuntu file.
\ No newline at end of file
README.ubutntu
View file @
f778ee7a
...
@@ -4,9 +4,10 @@ so you have to give ./configure every path manually.
...
@@ -4,9 +4,10 @@ so you have to give ./configure every path manually.
./configure \
./configure \
--prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
--prefix=/usr --localstatedir=/etc --sysconfdir=/etc \
--sharedstatedir=/var/lib --libexecdir=/usr/lib/NetworkManager
/
\
--sharedstatedir=/var/lib --libexecdir=/usr/lib/NetworkManager \
--infodir=/usr/share/info --mandir=/usr/share/man \
--infodir=/usr/share/info --mandir=/usr/share/man \
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5/
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.5 --with-gtkver=3 \
--with-dist-version=<my_build_ver>
You'll need at least the following installed:
You'll need at least the following installed:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment