Hi A frontend machine is connected to the internet and from that machine, I use srun to get a bash on another node. But it seems that the node is unable to access the internet. The http_proxy and https_proxy are defined in ~/.bashrc
mahmood@main-proxy:~$ ping google.com PING google.com (216.58.215.238) 56(84) bytes of data. 64 bytes from zrh11s02-in-f14.1e100.net (216.58.215.238): icmp_seq=1 ttl=114 time=1.38 ms ^C --- google.com ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.384/1.384/1.384/0.000 ms mahmood@main-proxy:~$ srun -p gpu_part --gres=gpu:titanv:1 --pty /bin/bash mahmood @fry0:~$ ping google.com PING google.com (216.58.215.238) 56(84) bytes of data. ^C --- google.com ping statistics --- 3 packets transmitted, 0 received, 100% packet loss, time 2026ms I guess that is related to slurm and srun. Any idea for that? Regards, Mahmood