do the IPIP tunnels offer any encryption or encoding. I ask since i need to use the MOST compatable tunnel type to route two internal IPs over the net. where the traffic is ONLY cleartext FTP traffic and i KNOW someone on the ftp server end will be packet sniffing.
when i say most compatable tunnel i mean since from what i understand using a PPTP or L2TP tunnel can sometimes require configuring of the gateway router (and in the device im building, the gateway router will be cheap, crappy consumer linksys and dlink and netgear ect.. routers). Is this true? (that GRE based tunnels can conflict with GW routers)
any ideas? It seems IPIP is the most compatable as its just IP vs GRE proto, but i assume ftp will be in cleartext over this too (the kid doing the packetsniffing ONLY knows how to packet sniff for cleartext)
thanks!
oh and if anyone cares i explain what this “device” will be doing and what it is im making..
From a Cisco perspective, IPIP is as basic as tunnels can get - absolutely no encryption or identity protection at all. It simply lets you sneek a subnet over others.
PPTP is probably your best bet, quite common and there isn’t a whole lot to think about. L2TP is a little more involved when adding IPSec.
I run an older MT 2.8.26 as a VPN concentrator - takes PPTP/L2TP/IPSec and I’ve hooked up all sorts of consumer routers to it. IPSec takes a bit of fiddling but PPTP works straight off most times.
Are you asking if routing tunnel packets thru a cheap nat device is going to be an issue, or using a cheap router for the endpoint? If it’s MT to MT only, I would use L2TP since its only using udp/1701. Less firewall / nat hassles to deal with. PPTP behind NAT is trickier. IPIP is a different protocol and not sure how those cheap routers forward that. L2TP is your best bet I think - straight UDP on a single port.
yea, the question was routing the MT to MT tunnel through a cheap nat device… Im going to start off wiht using l2tp and will report back in a week or two with some results!
I know this is a little late, but why not just use SFTP? If the person in question is “sniffing” at the ftp server, encrypted tunnels won’t do you any good anyway, unless you are terminating the tunnel directly to the ftp server itself.