Linux - proxy
Linux - proxy
#1
Napisany 14 grudzień 2011 - 16:28
Orientuje sie ktos w którym pliku moge zmienic adres serwerów proxy ??
(Serwer dziala na systemie linux debian)
Pozdrawiam
#2
Napisany 14 grudzień 2011 - 16:31
Masz problem z serwerem? Szybka reakcja, najlepsze rozwiązania, dobre ceny, faktura VAT. Kontakt PW.
#4
Napisany 14 grudzień 2011 - 16:41
d.v, o 14 grudzień 2011 - 16:37, powiedział:
export http_proxy=http://user:pass@adresserweraproxy.ext:port/
export ftp_proxy=http://user:pass@adresserweraproxy.ext:port/
A gdy nie ma user'a i hasla ??
Bo to jest internet firmowy (filtrowany) a bez serwera proxy nie polacze sie z internetem
jedyne co posiadam to adres w stylu :
nazwafirmy.dostawca:8080
#5
Napisany 14 grudzień 2011 - 16:47
export http_proxy="http://nazwafirmy.dostawca:8080" export ftp_proxy="http://nazwafirmy.dostawca:8080"
#6
Napisany 14 grudzień 2011 - 17:10
patrys, o 14 grudzień 2011 - 16:47, powiedział:
export http_proxy="http://nazwafirmy.dostawca:8080" export ftp_proxy="http://nazwafirmy.dostawca:8080"
Cos jest jednak dalej nie tak
Zrobilem tak :
System-wide .bashrc file for interactive bash(1) shells.
export http_proxy="http://[IP]:8080"
export ftp_proxy="http://[IP]:8080"
# To enable the settings / commands in this file for login shells as well,
# this file has to be sourced in /etc/profile.
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, overwrite the one in /etc/profile)
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
I jak widzisz dodalem te dwie liniki jednakze dalej nie moge sie polaczyc z internetem
Pozdrawiam
1 Użytkowników czyta ten temat
0 użytkowników, 1 gości, 0 anonimowych użytkowników













