1 | <h1 id="connecting-to-the-firewall"><a href="#connecting-to-the-firewall"><span class="header-section-number">1</span> Connecting to the firewall</a></h1> |
---|
2 | <p>The firewall console is available using VNC. The following table gives the VNC ports:</p> |
---|
3 | <pre><code>| Firewall | Port | |
---|
4 | | fw1.ws.nsrc.org | 10.10.0.241:71 | |
---|
5 | | fw2.ws.nsrc.org | 10.10.0.241:72 | |
---|
6 | | fw3.ws.nsrc.org | 10.10.0.241:73 | |
---|
7 | | fw4.ws.nsrc.org | 10.10.0.241:74 | |
---|
8 | | fw5.ws.nsrc.org | 10.10.0.241:75 | |
---|
9 | | fw6.ws.nsrc.org | 10.10.0.241:76 | |
---|
10 | | fw7.ws.nsrc.org | 10.10.0.241:77 | |
---|
11 | | fw8.ws.nsrc.org | 10.10.0.241:78 | |
---|
12 | | fw9.ws.nsrc.org | 10.10.0.241:79 |</code></pre> |
---|
13 | <p>Use your vnc client to connect to the firewall for your group.</p> |
---|
14 | <p>You should see something like this:</p> |
---|
15 | <div class="figure"> |
---|
16 | <img src="fw9-1.png" alt="alt text" /><p class="caption">alt text</p> |
---|
17 | </div> |
---|
18 | <h1 id="setting-the-ip-addresses"><a href="#setting-the-ip-addresses"><span class="header-section-number">2</span> Setting the IP addresses</a></h1> |
---|
19 | <p>You'll see that there are two lines in the middle of the screen which we need to configure to set the addresses for the WAN and the LAN.</p> |
---|
20 | <pre><code>Choose Option 2) Set interface(s) IP address</code></pre> |
---|
21 | <p>Then choose 1) to set the WAN address. Ignore the option to use DHCP and then set the IP address to:</p> |
---|
22 | <pre><code>10.10.N.253</code></pre> |
---|
23 | <p>Set the subnet mask to:</p> |
---|
24 | <pre><code>24</code></pre> |
---|
25 | <p>Set the WAN gateway address:</p> |
---|
26 | <pre><code>10.10.N.254</code></pre> |
---|
27 | <p>Ignore the IPv6 setup and don't revert to HTTP for configuration.</p> |
---|
28 | <p>Now we'll set the LAN interface:</p> |
---|
29 | <pre><code>Choose Option 2) Set interface(s) IP address</code></pre> |
---|
30 | <p>Then choose 2) to set the LAN address. Set the IP address to:</p> |
---|
31 | <pre><code>10.10.1N.254</code></pre> |
---|
32 | <p>Set the subnet mask to:</p> |
---|
33 | <pre><code>24</code></pre> |
---|
34 | <p>Ignore the LAN gateway address and the IPv6 setup and don't revert to HTTP for configuration.</p> |
---|
35 | <h1 id="confirming-that-things-are-set-up"><a href="#confirming-that-things-are-set-up"><span class="header-section-number">3</span> Confirming that things are set up</a></h1> |
---|
36 | <div class="figure"> |
---|
37 | <img src="fw9-2.png" alt="alt text" /><p class="caption">alt text</p> |
---|
38 | </div> |
---|
39 | <p>Check that the addresses look correct.</p> |
---|
40 | <h1 id="test-the-setup"><a href="#test-the-setup"><span class="header-section-number">4</span> Test the setup</a></h1> |
---|
41 | <pre><code>Choose Option 7) Ping host</code></pre> |
---|
42 | <p>and test to:</p> |
---|
43 | <pre><code>10.10.N.254</code></pre> |
---|
44 | <h1 id="turn-off-the-firewall-temporarily"><a href="#turn-off-the-firewall-temporarily"><span class="header-section-number">5</span> Turn off the firewall temporarily</a></h1> |
---|
45 | <pre><code>Choose Option 8) Shell</code></pre> |
---|
46 | <p>You should now see a prompt like:</p> |
---|
47 | <pre><code>[2.1-Release][route@pfSense.localdomain]/root(1): </code></pre> |
---|
48 | <p>Type the following commands:</p> |
---|
49 | <pre><code>pfctl -d |
---|
50 | route add default 10.10.N.254</code></pre> |
---|
51 | <p>Normally you wouldn't need to do these commands as you'd access the firewall from the internal network.</p> |
---|
52 | <h1 id="restart-the-webconfigurator"><a href="#restart-the-webconfigurator"><span class="header-section-number">6</span> Restart the webConfigurator</a></h1> |
---|
53 | <pre><code>Choose Option 11) start webConfigurator</code></pre> |
---|
54 | <h1 id="connect-to-the-web-interface"><a href="#connect-to-the-web-interface"><span class="header-section-number">7</span> Connect to the web interface</a></h1> |
---|
55 | <pre><code>https://10.10.N.253</code></pre> |
---|
56 | <p>Use the username: admin and password: pfsense</p> |
---|