EoIP Tunnel to linux server

Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware
Author Message
kro-bar
DD-WRT Novice


Joined: 21 Jun 2008
Posts: 2

PostPosted: Thu Jun 26, 2008 4:44    Post subject: EoIP Tunnel to linux server Reply with quote
Is it possible to set up an EoIP tunnel from a DD-WRT router to a generic linux/FreeBSD server?
Sponsor
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Thu Jun 26, 2008 16:25    Post subject: Reply with quote
yes.
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
kro-bar
DD-WRT Novice


Joined: 21 Jun 2008
Posts: 2

PostPosted: Thu Jun 26, 2008 19:21    Post subject: Reply with quote
Is DD-WRT's EoIP using openvpn? If so, how do I need to set it up to get it to link to DD-WRT?
iatalmid
DD-WRT Novice


Joined: 09 Mar 2009
Posts: 3

PostPosted: Mon Mar 09, 2009 21:16    Post subject: EOIP to Linux server Reply with quote
Sash wrote:
yes.


I can't understand. Give me example, please...
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Tue Mar 10, 2009 16:50    Post subject: Reply with quote
kro-bar wrote:
Is DD-WRT's EoIP using openvpn?


no, why? that are 2 different things

iatalmid wrote:
Sash wrote:
yes.


I can't understand. Give me example, please...


never used it before

_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
iatalmid
DD-WRT Novice


Joined: 09 Mar 2009
Posts: 3

PostPosted: Tue Mar 10, 2009 17:43    Post subject: Reply with quote
Sash wrote:
kro-bar wrote:
Is DD-WRT's EoIP using openvpn?


no, why? that are 2 different things

iatalmid wrote:
Sash wrote:
yes.


I can't understand. Give me example, please...


never used it before


So, You don't know, how configure Linux server to use EOIP tunnel?

I have Linksys wrt54gl. I need to make tunnel to my Linux server. Is there anyone, who knows, what is EOIP?

Can I configure my server (debian) in such way, that Linksys connects to server and make a tunnel...
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Tue Mar 10, 2009 19:06    Post subject: Reply with quote
google is your friend
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
iatalmid
DD-WRT Novice


Joined: 09 Mar 2009
Posts: 3

PostPosted: Tue Mar 10, 2009 20:50    Post subject: Reply with quote
Sash wrote:
google is your friend

Thanks, but before I ask You, I try use google.
Many links I found, but all of them doesn't give me any example or manual about connect hardware one and Linux server.

Only information about the connection between two hardware devices.
If you know - give me a direct link...
zlobar
DD-WRT Novice


Joined: 12 Mar 2009
Posts: 2

PostPosted: Thu Mar 12, 2009 7:34    Post subject: Reply with quote
iatalmid wrote:
Is there anyone, who knows, what is EOIP?


It's a "tap" tunnel
defnur
DD-WRT Novice


Joined: 23 Nov 2011
Posts: 23

PostPosted: Thu Jan 19, 2012 15:54    Post subject: Reply with quote
I have the same question, does anybody know is it possible to set up an EoIP tunnel from dd-wrt to Linux (Ubuntu) Server ?
Just tired of being looked for the answer in Google...
sirber
DD-WRT Novice


Joined: 02 Sep 2011
Posts: 3

PostPosted: Thu Feb 02, 2012 20:06    Post subject: Reply with quote
I've found "meoip" which seems to do it.
http://code.google.com/p/linux-eoip/

I have two router which can talk via many routers on the same network and I need to make a tunnel between the two. One of them is a ddwrt the other ubuntu linux. Both host can ping each other via the network.

DDWRT (10.10.15.3)
Tunnel1:
EoIP Tunnel: enabled
Remote IP Address: 192.168.25.3
Bridging: disabled
IP Address: 10.20.200.1
Subnet Mask: 255.255.255.0

Linux (192.168.25.3)
meoip.conf:
Quote:
[eoip0]
id=1
dst=10.10.15.3


Quote:
:/etc# meoip meoip.conf
Mikrotik EoIP 0.2
(c) Denys Fedoryshchenko <nuclearcat@nuclearcat.com>
Creating tunnel: eoip0 num 0
Destination for eoip0: 10.10.15.3

:/etc# ifconfig eoip0 10.20.200.2 netmask 255.255.255.0

:/etc# ifconfig
eoip0 Link encap:Ethernet HWaddr 86:43:f6:d1:b1:34
inet adr:10.20.200.2 Bcast:10.20.200.255 Masque:255.255.255.0
adr inet6: fe80::8443:f6ff:fed1:b134/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:0 erreurs:0 :0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:500
Octets reçus:0 (0.0 B) Octets transmis:8156 (8.1 KB)


but from 192.168.25.3 I cannot ping 10.20.200.1 Sad
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Thu Feb 02, 2012 21:32    Post subject: Reply with quote
before using eoip i always prefer a vpn with openvpn...
_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
sirber
DD-WRT Novice


Joined: 02 Sep 2011
Posts: 3

PostPosted: Thu Feb 02, 2012 21:36    Post subject: Reply with quote
Sash wrote:
before using eoip i always prefer a vpn with openvpn...


Sure, but tplink 941 doesn't support it. Also it's slower due to encryption.

In my case the network is shared with another friendly company. We only want to tunnel my traffic from his traffic in the private bridge that bridge two locations.

but, the main point is that dd-wrt EoIP is not compatible with Mikrotik EoIP, and there is no documentation on how to link dd-wrt EoIP with linux.

[edit]

With two linux hosts I got a working tunnel with meoip.
sirber
DD-WRT Novice


Joined: 02 Sep 2011
Posts: 3

PostPosted: Fri Feb 03, 2012 16:07    Post subject: Reply with quote
The help on the forums is as useful as ddwrt built-in help.. Razz
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum