tl;dr You need to adjust httpListenAddress See here: https://stackoverflow.com/questions/64338546/making-jenkins-localhost-publicly-available-within-the-same-network/64339357#64339357
Am Mi., 21. Okt. 2020 um 13:20 Uhr schrieb Daniel Beck <[email protected]>: > > > > On 20. Oct 2020, at 07:22, Vaibhav Khachane <[email protected]> > wrote: > > > > I am trying to access jenkins using ip address but it is not working . I > am using macOS. > > > > Following jenkins url working fine > > http://localhost:8080/ > > http://127.0.0.1:8080/ > > http://0.0.0.0:8080/ > > > > but while using ip adress of my machine it is not working > > http://(ip address of my. machine ):8080/ > > Jenkins installed via Homebrew only listens on the loopback interface, so > this is expected. Why they do this, I have no idea. Perhaps our former > (2016 and earlier) lack of having a secure configuration out of the box. > > > https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins.rb#L55 > > https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins-lts.rb#L46 > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/306846EF-A0BB-49E1-8C6D-13EEB2EB3BFD%40beckweb.net > . > -- Von meinem Atari ST520 gesendet -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAOtmfbnUk0Q03Dc57dZ2c%3DDgnaLgng0OymeVdBVSxApoPaNAEw%40mail.gmail.com.
