[user@fedora-21]/etc/yum.repos.d% sudo yum update
Loaded plugins: langpacks, post-transaction-actions, yum-qubes-hooks
http://yum.qubes-os.org/r3.0/current/vm/fc21/repodata/repomd.xml: [Errno 12] Timeout on http://yum.qubes-os.org/r3.0/current/vm/fc21/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds')
Trying other mirror.
http://yum.qubes-os.org/r3.0/current/vm/fc21/repodata/repomd.xml: [Errno 12] Timeout on http://yum.qubes-os.org/r3.0/current/vm/fc21/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds')
Trying other mirror.
http://yum.qubes-os.org/r3.0/current/vm/fc21/repodata/repomd.xml: [Errno 12] Timeout on http://yum.qubes-os.org/r3.0/current/vm/fc21/repodata/repomd.xml: (28, 'Connection timed out after 30001 milliseconds')
Trying other mirror.
... ad nauseam
[user@net ~]$ systemctl status qubes-updates-proxy.service
● qubes-updates-proxy.service - Qubes updates proxy (tinyproxy)
Loaded: loaded (/usr/lib/systemd/system/qubes-updates-proxy.service; enabled)
Active: active (running) since Mon 2015-07-20 14:34:52 PDT; 7h ago
Process: 423 ExecStartPre=/usr/lib/qubes/iptables-updates-proxy start (code=exited, status=0/SUCCESS)
Process: 409 ExecStartPre=/usr/bin/install -d --owner tinyproxy --group tinyproxy /var/run/tinyproxy (code=exited, status=0/SUCCESS)
Main PID: 452 (tinyproxy)
CGroup: /system.slice/qubes-updates-proxy.service
├─ 452 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
├─ 463 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
├─ 464 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
├─2940 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
├─2941 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
├─2942 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
├─2943 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
└─2980 /usr/sbin/tinyproxy -d -c /etc/tinyproxy/tinyproxy-updates....
[user@net ~]$ sudo iptables -vnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
3802 258K ACCEPT tcp -- vif+ * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8082
0 0 DROP udp -- vif+ * 0.0.0.0/0 0.0.0.0/0 udp dpt:68
12275 20M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
1 40 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
9 596 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
541 86500 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
234K 203M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DROP all -- vif+ vif+ 0.0.0.0/0 0.0.0.0/0
8537 550K ACCEPT all -- vif+ * 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 15364 packets, 7502K bytes)
pkts bytes target prot opt in out source destination
[user@firewall]~% sudo iptables -nvL
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 DROP udp -- vif+ * 0.0.0.0/0 0.0.0.0/0 udp dpt:68
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
350 125K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT all -- vif0.0 * 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- vif+ vif+ 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT tcp -- * * 10.137.2.3 10.137.255.254 tcp dpt:8082
0 0 REJECT all -- * * 10.137.2.3 0.0.0.0/0 reject-with icmp-host-prohibited
14 861 ACCEPT udp -- * * 10.137.2.19 10.137.1.1 udp dpt:53
0 0 ACCEPT udp -- * * 10.137.2.19 10.137.1.254 udp dpt:53
0 0 ACCEPT tcp -- * * 10.137.2.19 10.137.1.1 tcp dpt:53
0 0 ACCEPT tcp -- * * 10.137.2.19 10.137.1.254 tcp dpt:53
0 0 ACCEPT icmp -- * * 10.137.2.19 0.0.0.0/0
0 0 DROP tcp -- * * 10.137.2.19 10.137.255.254 tcp dpt:8082
8 544 ACCEPT all -- * * 10.137.2.19 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
[user@fedora-21 system]$ sudo iptables -vnL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 DROP udp -- vif+ * 0.0.0.0/0 0.0.0.0/0 udp dpt:68
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED
0 0 DROP all -- vif+ vif+ 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT all -- vif+ * 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 198 packets, 11880 bytes)
pkts bytes target prot opt in out source destination
Try this ```sudo service qubes-updates-proxy restart```
Check `journalctl -b` in netvm for possible proxy errors.
Can you access the repository from netvm directly (for example wget on URL printed in
error message)?