On Mon, 2009-02-02 at 08:52 -0500, Gilmour, Scott wrote: > Scott, > I am in the user/bin directory when I run this command: > wget -P /etc/yum.repos.d > http://sipxecs.sipfoundry.org/pub/sipXecs/sipxecs-stable-centos.repo > Do I need to be in a certain directory?
No. > I am getting Resolving sipxecs.sipfoundry.org .... failed: Temporary > failure in name resolution. > Also in internet explorer under network connections I need to add a > proxy address. Is there a way to enter this if I am using the Centos? > This is the only other reason I could think of. Before running the wget command, execute: export http_proxy="http://192.168.10.11:8080" substituting your proxy address and port for "192.168.10.11:8080" You're also going to have to tell yum to use this proxy before the next step will work. Edit the file /etc/yum.conf and add the line: proxy=http://192.168.10.11:8080 again, changing the address and port to yours. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
