Jonathan Berglund wrote: > I'm using Dachstein and I need to port forward a range of ports. How can > I do this without doing each individually? > > Thanks, > > Jon
First you need to open up the range through the firewall If my memory serves me - the colon is used for a range of ports. in /etc/network.conf for example for tcp ports. EXTERN_TCP_PORTS="0/0_3500:3505" Then you need to forward those ports to your internal machine. ipchains autofw can do a range of ports but Dachstein has some built in stuff in /etc/network.conf that might be useful. It is hard to give vague advise - if you tell us exactly what you are trying to do someone can solve your problem on this list. Victor McAllister _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
