> phonic@xxxxxxxxxxxxx wrote: >> Hello >> I have /25 addressed on a box (virtual devices on eth0) and I want to >> tunnel some of these addresses to my home network. One address to my >> gateway (a.b.c.d, external IP) and one address to my internal network >> (192.168.0.0/24-style). I will use the tunnels for irc, smtp and >> surfing. >> What protocol and which technique is easiest and best to use? >> >> One more thing. I don't want to set up a bridge on eth0 at the /25-box >> (like the OpenVPN-howto wants me to do). The configuration on that box >> have to be intact if it's possible, apart from the addresses I will >> tunnel. > > Have you considered trying to get SSH to tunnel things for you? I don't > know if this will meet your needs or not. If not you are looking at > something like a GRE tunnel, IP-IP tunnel, PPTP tunnel, or IPSec tunnel. > Save for SSH, all of these options are rather involved and complex to set > up. > > > > Grant. . . . > Hello I have looked at SSH tunneling, but what I know I think that's not the best solution for me. After some research, IPIP or GRE tunnel seems to fit me best. But I don't find any good documentation, neither the LARTC howto is brings up my problem. I'd figured out that I will use iptunnel or similar to set up an IPIP-tunnel, like: iptunnel add dev tunl1 mode ipip local a.b.c.d remote e.f.g.h and the same on the other side (just switching local and remote addresses) to tunnel the public IP address e.f.g.h (on the /25-box) to tunl0 at a.b.c.d (my public IP at home). But the connection betweeen me and the remote host freezes, so I guess that's not enough. What more do I have to do? Regards Jonathan _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc