Alex <(E-Mail Removed)> wrote:
> My landlord shares his wireless DSL [...] which serves up DHCP (and
> receives a single dynamic IP from the provider). I am running a
> webserver behind the router through dyndns.org.
Then the only people who will be able to see your webserver will be
people on your private network. DynDNS will advertise your server's
private IP address, which is totally useless to anyone else.
> I can only assign my ethernet card a private IP. (no sense having two
> ethernet cards for this set-up)
You don't need two cards to have two IP addresses. But that's irrelevant
anyway...
> I'm guessing this would be nearly impossible since everything is
> private IP.
No, not "nearly" impossible. It's totally impossible given the groundrules
you've laid out.
> I don't have access to his router (to replace his airport with a
> linux firewall leading directly out to the provider, for example).
> Unless there is some way to specify that all incoming traffic from the
> gateway... but, see! I don't think so.
That is the essential (and pretty much only) step. You need to get the
router to forward port 80 packets from its public interface to your
machine. This in turn requires that you get the same (fixed) IP address
from the router.
Chris
|