Hi Hadad, > I need a machine to run a program called rinetd (to make redirects for > ips and ports: like some 200.200.200.200 80 300.300.300.300 81) because I need > this for a project. > Well, I don't have more any fisical computer to do this, so, I > decided install rinetd inside a virtual server. > But rinetd not bind any ports if the server already bind the port. > Explain better: if I use rinetd to redirect port 80 to port 81, I > don't can use Apache (in this virtual server) in port 80, understand? > Well, I disable Apache, but now, I need redirect port 21 to other, and > I cannot do this because Proftpd alredy run in port 21... > Thanks for your attention.
Then all you need to do is change the port in the xinetd.conf file of the virtual server, that way you can use your application to listen to those well know ports and then redirect. Regards, _______________________________________________________ Urivan Saaib Presidente CiberNET Mexico Email: [EMAIL PROTECTED] Tel/Fax: +52 (646) 1757195 ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
