Hello all.
I'm using FC10 on my box at work. It is behind an anthenticated proxy for internet connection.
In Gnome, I configured the Network Proxy through the GUI, as my browsers too.
So I can browse internet pages, install packages thru Add/Remove Software GUI, but I cant do it in the command line, using
yum install, for example.
Then trying to figure it out, I saw that it cant reach the package mirrors.
It isnt a DNS problem, I set the /etc/resolv.conf correctly, as the host command works correclty.
I can ping the local pcs on the network too.
Firewall is disabled.
Below some simple tests:
[rtovo@davinci ~]$ ping mirrors.fedoraproject.org
connect: Network is unreachable
[rtovo@davinci ~]$ host mirrors.fedoraproject.org
mirrors.fedoraproject.org is an alias for wildcard.fedoraproject.org.
wildcard.fedoraproject.org has address 66.35.62.166
[rtovo@davinci ~]$ ping 66.35.62.166
connect: Network is unreachable
[rtovo@davinci ~]$ ping 192.168.20.31
PING 192.168.20.31 (192.168.20.31) 56(84) bytes of data.
64 bytes from 192.168.20.31: icmp_seq=1 ttl=128 time=143 ms
64 bytes from 192.168.20.31: icmp_seq=2 ttl=128 time=27.6 ms
64 bytes from 192.168.20.31: icmp_seq=3 ttl=128 time=27.5 ms
^C
--- 192.168.20.31 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2804ms
rtt min/avg/max/mdev = 27.580/66.164/143.251/54.508 ms
[rtovo@davinci ~]$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
[rtovo@davinci ~]$
What could be the problem?
Tried to search the foruns, google, but nothing worked.
Thanks