IP over HTTP?
Julian Elischer
julian at elischer.org
Tue Aug 14 16:22:36 PDT 2007
Randall Stewart wrote:
> Hi all:
>
> Just curious.. as anyone did this on BSD?
>
> If so, pointers would be nice.. if not... I may (but
> I won't go into the rant as why ;-D)
>
> R
hmm Are you considering a network tunnelling interface? :-)
ifconfig http0 create
ifconfig http0 remote www.freebsd.org:6667
ifconfig http0 tunnelend myend
route add default tunnelend
Hmmm actually you could probably do this with netgraph
or even tunnel (/dev/tun) devices right?
More information about the freebsd-current
mailing list