LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Fedora+proxy config (https://www.linuxquestions.org/questions/linux-networking-3/fedora-proxy-config-517979/)

kjul 01-10-2007 07:05 AM

Fedora+proxy config
 
Hi all

Iv'e just installede Fedora Core 5 in text mode...now i have to add the companys proxy so i can go online....but can't remeber what to put in the /etc/sysconfig/network-scripts/ifcfg-eth0
it's this config:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=dhcp
etc....

what do i have to add?

amitsharma_26 01-10-2007 07:46 AM

Code:

export http_proxy="http://<proxy-ip>:<proxy-port>
run this from CLI & surf.

kjul 01-11-2007 04:20 AM

still can't get outside of the network...i can ping local ip...but not global

amitsharma_26 01-11-2007 12:16 PM

Did you add your nameservers in /etc/resolv.conf ?
try pinging some of the internet domains with their ip's, e.g. ping 64.179.4.146 //pinging linuxquestions.org

kjul 01-12-2007 04:38 AM

yep and still i can only ping local ip's

amitsharma_26 01-12-2007 04:47 AM

What do you see when you ping by domain names ? Are you seeing domain names getting converted into ip's ? Can you please post the complete output of ping command ? You can use dig or nslookup for nameresolutions too.

As probably your gateway or proxy server would have had blocked ping queries go out into internet, so its not pure surity of a failure. You can use lynx or elinkx to check for browsing at CLI.

kjul 01-13-2007 02:40 AM

yep when I ping a name like www.goole.com...it only convert into the IP add., but the ping hangs, i will put the whole output when i get back...(going to travel some days)...as for internet, i can se the local sites within the ip range, but not any webpages for the WWW, looks like it can's lookup the rigt name, caus it finds the ip for all the webpages


All times are GMT -5. The time now is 06:22 PM.