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 ------------------------ 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/
