On 16/07/06, 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 > Hi manoj,
I don't have any experience with DynDNS, but I do with No-Ip. If you go to the files section of the LUG, I submitted a pdf document for configuring No-IP. Grab that, and go from there. It is pretty explanatory. I shall do some research and see If I can find out how to configure port forwarding on your router. daN -- _____________________________________________________________ " They that can give up liberty to obtain a little temporary safety deserve neither liberty nor safety. Benjamin Franklin 1706 - 1790 ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/0XFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
