<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Egress Proxy How-To Guides on Webscale Product Documentation</title><link>https://docs.webscale.com/docs/how-tos/egress-proxy/</link><description>Recent content in Egress Proxy How-To Guides on Webscale Product Documentation</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.webscale.com/docs/how-tos/egress-proxy/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploy egress proxy</title><link>https://docs.webscale.com/docs/how-tos/egress-proxy/deploy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.webscale.com/docs/how-tos/egress-proxy/deploy/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Before you begin, ensure that the environment that you want to use an egress proxy in has an NFS server, and you have access to ssh to it.&lt;/p&gt;
&lt;h2 id="1-check-the-version-of-the-nfs-server"&gt;1. Check the version of the NFS server&lt;/h2&gt;
&lt;p&gt;From the command line on the NFS server, run the following cat command to check the version. If the &lt;code&gt;/etc/webscale/image&lt;/code&gt; file is not exist, the NFS is running an older version.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;$ cat /etc/webscale/image
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;nfs-server-2026.6
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If the version of the NFS server is less than 2026.6, open a support ticket to have the NFS server upgraded.&lt;/p&gt;</description></item><item><title>Configure web servers</title><link>https://docs.webscale.com/docs/how-tos/egress-proxy/configure/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.webscale.com/docs/how-tos/egress-proxy/configure/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Before you begin, ensure you have setup an NFS server with egress-proxy.&lt;/p&gt;
&lt;h2 id="1-configure-web-server-cluster"&gt;1. Configure web server cluster&lt;/h2&gt;
&lt;p&gt;Configure metadata that tells the system where the proxy is located and which hostnames are proxied.&lt;/p&gt;
&lt;p&gt;Using the control panel clusters editor, add the following metadata to your cluster configuration:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th style="text-align: left"&gt;Key&lt;/th&gt;
					&lt;th style="text-align: left"&gt;Example Value&lt;/th&gt;
					&lt;th style="text-align: left"&gt;Description&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td style="text-align: left"&gt;&lt;strong&gt;&lt;code&gt;PROXY_ADDRESS&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
					&lt;td style="text-align: left"&gt;&lt;code&gt;10.40.4.42&lt;/code&gt;&lt;/td&gt;
					&lt;td style="text-align: left"&gt;The IP address of your NFS server.&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td style="text-align: left"&gt;&lt;strong&gt;&lt;code&gt;PROXY_HOSTNAMES&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
					&lt;td style="text-align: left"&gt;&lt;code&gt;app1.com app2.com&lt;/code&gt;&lt;/td&gt;
					&lt;td style="text-align: left"&gt;A space-separated set of hostnames using the proxy.&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;

&lt;div class="box" style="max-width:60%"&gt;
 &lt;figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"&gt;
 &lt;div class="img"&gt;
 &lt;img itemprop="thumbnail" src="https://docs.webscale.com/images/egress-proxy/cluster_metadata.png" alt="Example"/&gt;
 &lt;/div&gt;
 &lt;a href="https://docs.webscale.com/images/egress-proxy/cluster_metadata.png" itemprop="contentUrl"&gt;&lt;/a&gt;
 &lt;/figure&gt;
&lt;/div&gt;

&lt;p&gt;If your cluster is managed, adding metadata will cause automatic deployment. For an un-managed cluster, a manual deployment is necessary.&lt;/p&gt;</description></item></channel></rss>