Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
networking
>
gvpe
> gvpe.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File gvpe.spec of Package gvpe
Summary: Create a virtual ethernet using host-to-host tunnels Name: gvpe Version: 2.22 Release: 1 License: GPL Group: Applications/Internet URL: https://savannah.gnu.org/projects/gvpe/ Source: http://ftp.gnu.org/gnu/gvpe/gvpe-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: openssl-devel gcc-c++ %description VPE creates a virtual ethernet (broadcasts supported, any protocol that works with a normal ethernet should work with VPE) by creating host-to-host tunnels between multiple endpoints. Unlike other virtual private "network" solutions which merely create a single tunnel, VPE creates a real network with multiple endpoints. It is designed to be very simple (cipher selection done at compiletime etc.), and easy to setup (only a single config file shared unmodified between all hosts). Vpn hosts can neither sniff nor fake packets, that is, you can use MAC-based filtering to ensure authenticity of packets even from member nodes. VPE can also be used to tunnel into some vpn network using a variety of protocols (https-proxy, tcp, udp, rawip, icmp-tunneling). It is, however, primarily designed to sit on the gateway machines of company branches to connect them together. %prep %setup %build %configure %{__make} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %post /sbin/install-info --entry="* gvpe: (gvpe). %{summary}" %{_infodir}/%{name}.info.gz %{_infodir}/dir %preun /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO %doc doc/complex-example/ %doc %{_mandir}/man?/* %doc %{_infodir}/gvpe.info* %{_bindir}/gvpectrl %{_sbindir}/gvpe %changelog y