darktiger wrote:
> I don't need a public url. That is easy. The fact is that I have a
> PRIVATE IP (ie: not seen by Internet routers.) Dave is correct in
> saying I am NAT'ed at the ISP. I would change ISPs, but this is the
> only broadband provider. So its this or dialup...
>
> What I am thinking of doing is this: use Vtun like I have been doing,
> but have a proxy server on MY end, then I only have to route one port
> on the public server. So when I want to access my local computer
> remotely I tell my computer to use that proxy server then I should
have
> access...
>
> If only Verizon had FIOS out here...
I've been suffering brain cell lock-up the past several days, so...
Piecing together your two posts, here is what I understand your
situation to be.
-- a Verizon-computer on their 10 net, NATed, no private IP
-- a dedicated public-server located elsewhere (with multiple IPs
available?)
-- a tunnel via the tun device (VTun) between the two computers
-- using rinet (why not iptables?) on the public-server to port forward
from the public-server to the Verizon-computer using the tunnel (why
not iptables?)
-- find the present arrangement of (public-server)IP

ort ->
(Verizon-computer)MY_PC:PORT to be too awkward
Be warned that my tunneling experience is limited to ad-hoc use rather
than anything vaguely permanent. None at all where I was using it to
provide a public connection to a NATed, private IP computer.
If you have multiple IPs available for use at the public-server, can
you use an additional IP there that will route to Verizon-computer?
Ie., add an alias to the public-server nic so that:
IP(a) -> public-server -> public-server services
IP(b) -> public-server -> tunnel -> all Verizon-computer services
You should be able to add a route to public-server's route table that
forwards IP(b) to the tun device, yes? Not that familiar with VTun --
just looking at the conf example.
Would that still leave a DNS hole, ie., no DNS entry for IP(b)? If you
could get the DNS entry at the ISP, it seems that would be the most
"natural" way to go.
If the ISP provisioning public-server won't/can't provide the DNS, you
could punt to dyndns -- of course the url will look "ugly". I think
you could even use this if public-server ISP can't handle an alias on
public-server's nic.
And if you have contol of public-server you could even throw in some
iptables rules if you need to. That would handle all your needs as
well/better than a proxy, wouldn't it?
I'll stop here since I'm not sure yet if I have understood your
situation or setup correctly.
no sure if this helps,
prg
email above disabled