As I know, Etisalat will block port 80 for incoming !
So you must change your web-server port to something else
like 81.

Manoj Menon <[EMAIL PROTECTED]> wrote:
Hi everybody,

I am trying to set up a webserver behind the DSL
Gateway at a friend's office. He has a Business One
connection and a SpeedStream 6520 ADSL router.

1) DynDNS (the device has a inbuilt DynDNS client)
doesnt seem to work.

2) Not sure how to do port forwarding, so that any
request to serve webpages sent to the router is
redirected to a machine on the internal network, with
an IP of, say 192.168.1.10 (192.168.1.1 being the
Router's internal IP address).

3) Alternatively, if I use a Linux box connected to an
ADSL modem like the Aztech 206U, and an iptables NAT,
how can I do portforwarding ?

Do I need to use ssh ?

Usually, when I do this kind of thing my firewall
looks something like this.

<firewall>
iptables -A INPUT -m state --state INVALID -j DROP
iptables -A INPUT -m state --state NEW -j DROP
iptables -A INPUT -m state --state RELATED,ESTABLISHED
-j ACCEPT
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
</firewall>

How would I incorporate portforwarding into this ?

-Manoj.C

PS:

1) I am planning to use OpenSuse 10.0/10.1 or Fedora
Core 4/5.

2) If I can make this work, I want to do the same at
home. Hope everything that works with Business One,
will also work with Al Shamil, and vice versa.

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min. __._,_.___


SPONSORED LINKS
Linux operating system Linux os Hosting linux unix web
Linux migration Unix vs linux


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to