Jump to content

RBVM Networking: Difference between revisions

Line 10: Line 10:
=== Ubuntu ===
=== Ubuntu ===


To make sure all your networking software uses the above proxy server, you need to add a file to /etc/apt/apt.conf.d/ and put the details into it. Here's how you do it:
To make sure apt uses the above proxy server, you need to add a file to /etc/apt/apt.conf.d/ and put the details into it. Here's how you do it:


   ~> cd /etc/apt/apt.conf.d
   ~> cd /etc/apt/apt.conf.d
Line 22: Line 22:


Where USERNAME and PASSWORD are your RedBrick username and password (not your VM ones). Hit Ctrl-x, then "y" to save the details.
Where USERNAME and PASSWORD are your RedBrick username and password (not your VM ones). Hit Ctrl-x, then "y" to save the details.
To set your proxy system-wide, type:
  export HHTP_PROXY="http://proxy.vmsrv.redbrick.dcu.ie:3128";


And that's it. Simples.
And that's it. Simples.
145

edits