<offlist> I was shown something further down in the network.conf that allows for a range of ports to be opened. However in the example it references tcp ports, rather than udp ports. Can I simply change the tcp/udp parameters and then also change the range of ports I'd like to open. I believe if I do something similar to the following I might be able to achieve what I want...
INTERN_AUTOFW0="-A -r udp 1494 1594 -h 192.168.1.202" this would give me a 100 port range for the udp protocol. Starting with port 1494(ICA/Citrix) and ending at 1594 (+100 otherwise no significance). Am I understanding the supplied example correctly? joey On Thu, 15 Aug 2002 19:05:21 -0500 guitarlynn <[EMAIL PROTECTED]> wrote: > On Thursday 15 August 2002 18:45, Joey Officer wrote: > > Unless I didn't restart the services proprerly (I'll > show below, this > > is what I did) > > > > EXTERN_TCP_PORTS="remote.address/32_1494" > > EXTERN_UDP_PORTS="remote.address/32_1494" > > INTERN_ICA_SERVER=192.168.1.202 > > > > And then > > > > svi network reload > > > > from the remote host (we are using citrix in this > scenario) > > > > citrix client is told to look at the external IP of the > LRP box. > > This is where I am stuck... > > joey > > Have you portforwarded this port to the desired > machine??? > With the lines you have added, you are simply opening the > > ports to the firewall.... not sending the ports to a > masq'ed machine. > -- > > ~Lynn Avants > aka Guitarlynn > > guitarlynn at users.sourceforge.net > http://leaf.sourceforge.net > > If linux isn't the answer, you've probably got the wrong > question! > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that > same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > ------------------------------------------------------------------------ > 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 ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 ------------------------------------------------------------------------ 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
