bypassing firewall - destination ip address
1
0
Entering edit mode
@kishor-tappita-2563
Last seen 9.6 years ago
Hi All, I am trying to bypass firewall for Bioconductor URL inorder to be able to install several packages. I need to give the destination IP address for this purpose. But I realized to perform load balancing the ip address is being changed. I got this information by using the "ping" command on windows. Could some one suggest me the ipadress(probably constant one) which I can use. > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-w64-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 [2] LC_CTYPE=English_United States.1252 [3] LC_MONETARY=English_United States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base >
• 1.5k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
----- Original Message ----- > From: "Kishor Tappita" <kishor.tappita at="" gmail.com=""> > To: bioconductor at r-project.org > Sent: Friday, February 14, 2014 4:34:05 AM > Subject: [BioC] bypassing firewall - destination ip address > > Hi All, > > I am trying to bypass firewall for Bioconductor URL inorder to be > able > to install several packages. I need to give the destination IP > address > for this purpose. But I realized to perform load balancing the ip > address is being changed. I got this information by using the "ping" > command on windows. > > Could some one suggest me the ipadress(probably constant one) which I > can use. > You can use 140.107.3.20 But in order for this to work, you also need to do the following in R: options(BioC_mirror="http://master.bioconductor.org") Dan > > sessionInfo() > R version 2.15.2 (2012-10-26) > Platform: x86_64-w64-mingw32/x64 (64-bit) > > locale: > [1] LC_COLLATE=English_United States.1252 > [2] LC_CTYPE=English_United States.1252 > [3] LC_MONETARY=English_United States.1252 > [4] LC_NUMERIC=C > [5] LC_TIME=English_United States.1252 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor >
ADD COMMENT
0
Entering edit mode
Thank you so much Dan. On Fri, Feb 14, 2014 at 9:05 PM, Dan Tenenbaum <dtenenba at="" fhcrc.org=""> wrote: > > > ----- Original Message ----- >> From: "Kishor Tappita" <kishor.tappita at="" gmail.com=""> >> To: bioconductor at r-project.org >> Sent: Friday, February 14, 2014 4:34:05 AM >> Subject: [BioC] bypassing firewall - destination ip address >> >> Hi All, >> >> I am trying to bypass firewall for Bioconductor URL inorder to be >> able >> to install several packages. I need to give the destination IP >> address >> for this purpose. But I realized to perform load balancing the ip >> address is being changed. I got this information by using the "ping" >> command on windows. >> >> Could some one suggest me the ipadress(probably constant one) which I >> can use. >> > > You can use > > 140.107.3.20 > > But in order for this to work, you also need to do the following in R: > > options(BioC_mirror="http://master.bioconductor.org") > > Dan > > > >> > sessionInfo() >> R version 2.15.2 (2012-10-26) >> Platform: x86_64-w64-mingw32/x64 (64-bit) >> >> locale: >> [1] LC_COLLATE=English_United States.1252 >> [2] LC_CTYPE=English_United States.1252 >> [3] LC_MONETARY=English_United States.1252 >> [4] LC_NUMERIC=C >> [5] LC_TIME=English_United States.1252 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base >> > >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >>
ADD REPLY
0
Entering edit mode
Thanks again Dan. After bypassing the firewall I was able to install the bioconductor packages with the below commands. options(BioC_mirror="http://master.bioconductor.org") source("http://master.bioconductor.org/biocLite.R") biocLite("package_name") Regards, Kishior On Fri, Feb 14, 2014 at 9:05 PM, Dan Tenenbaum <dtenenba at="" fhcrc.org=""> wrote: > > > ----- Original Message ----- >> From: "Kishor Tappita" <kishor.tappita at="" gmail.com=""> >> To: bioconductor at r-project.org >> Sent: Friday, February 14, 2014 4:34:05 AM >> Subject: [BioC] bypassing firewall - destination ip address >> >> Hi All, >> >> I am trying to bypass firewall for Bioconductor URL inorder to be >> able >> to install several packages. I need to give the destination IP >> address >> for this purpose. But I realized to perform load balancing the ip >> address is being changed. I got this information by using the "ping" >> command on windows. >> >> Could some one suggest me the ipadress(probably constant one) which I >> can use. >> > > You can use > > 140.107.3.20 > > But in order for this to work, you also need to do the following in R: > > options(BioC_mirror="http://master.bioconductor.org") > > Dan > > > >> > sessionInfo() >> R version 2.15.2 (2012-10-26) >> Platform: x86_64-w64-mingw32/x64 (64-bit) >> >> locale: >> [1] LC_COLLATE=English_United States.1252 >> [2] LC_CTYPE=English_United States.1252 >> [3] LC_MONETARY=English_United States.1252 >> [4] LC_NUMERIC=C >> [5] LC_TIME=English_United States.1252 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base >> > >> >> _______________________________________________ >> Bioconductor mailing list >> Bioconductor at r-project.org >> https://stat.ethz.ch/mailman/listinfo/bioconductor >> Search the archives: >> http://news.gmane.org/gmane.science.biology.informatics.conductor >>
ADD REPLY

Login before adding your answer.

Traffic: 424 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6