Hello, I already tried this, but it also not working
On Thu, Nov 27, 2014 at 4:33 PM, Seby Francis <[email protected]> wrote: > Can you try the option "-Dhttp.port=80 -Dhttp.address=<your-ip>" as shown > in: > > http://www.graylog2.org/resources/documentation/setup/webinterface > > On Thu, Nov 27, 2014 at 4:13 PM, ANKUR GOYAL <[email protected]> > wrote: > >> Hello Seby, >> >> I installed xinetd and tried the steps but it's not working. Can't we >> change port in graylog2-webinterface.conf file >> >> >> Regards, >> >> Ankur Goyal >> >> >> >> On Thu, Nov 27, 2014 at 3:07 PM, Seby Francis <[email protected]> >> wrote: >> >>> Hi Ankur, >>> >>> Please refer the following example for port forwarding. >>> >>> https://www.centosblog.com/port-forwarding-using-xinetd-on-centos/ >>> >>> You may have to use something like: >>> >>> ---------------------------------------------------------------- >>> >>> service graylog2 >>> >>> { >>> >>> disable = no >>> >>> type = UNLISTED >>> >>> socket_type = stream >>> >>> protocol = tcp >>> >>> wait = no >>> >>> redirect = localhost 9000 >>> >>> port = 80 >>> >>> user = nobody >>> >>> } >>> >>> ---------------------------------------------------------------- >>> >>> On Thu, Nov 27, 2014 at 3:02 PM, ANKUR GOYAL <[email protected]> >>> wrote: >>> >>>> Hello, >>>> Thanks for your quick response. Please can you tell me in detail coz I >>>> m new for graylog2.It will be great help. >>>> >>>> Regards, >>>> Ankur Goyal >>>> >>>> >>>> On Nov 27, 2014 2:59 PM, "Seby Francis" <[email protected]> wrote: >>>> >>>>> Hi Arun, >>>>> >>>>> You can use xinetd port forwarding 80 -> localhost 9000. >>>>> >>>>> Regards, >>>>> Seby. >>>>> >>>>> On Thu, Nov 27, 2014 at 2:42 PM, ANKUR GOYAL <[email protected] >>>>> > wrote: >>>>> >>>>>> Hello , >>>>>> >>>>>> I have configured graylog2 0.20.6 with elasticsearch on two >>>>>> different centos 6.5 64 bit machines. It's working fine. Now I want to >>>>>> change the default port to access the graylog2 web from 9000 to 80 >>>>>> forever. >>>>>> Please help me in this. >>>>>> >>>>>> Regards, >>>>>> >>>>>> Ankur Goyal >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "graylog2" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "graylog2" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/graylog2/DI1OJCUrJBo/unsubscribe. >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> [email protected]. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "graylog2" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "graylog2" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/graylog2/DI1OJCUrJBo/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "graylog2" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "graylog2" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/graylog2/DI1OJCUrJBo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
