summaryrefslogtreecommitdiffstats
path: root/doc/book-enea-nfv-access-evalkit/doc/validating_setup.xml
blob: 02d71d22e9f927b1fb4fa24bf1dd5210e6482cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="validating_setup">
  <title>Validating the Setup</title>

  <para><emphasis role="bold">In order to access the web interfaces of the
  pfSense VNF:</emphasis></para>

  <orderedlist>
    <listitem>
      <para>Open a browser on a machine connected on the same network with the
      WAN port of the uCPE device.</para>
    </listitem>

    <listitem>
      <para>Connect to: <literal>https://&lt;publicIP&gt;:60002</literal> with
      the username: admin and the password: pfsense.</para>
    </listitem>
  </orderedlist>

  <para><emphasis role="bold">In order to validate the data
  path:</emphasis></para>

  <orderedlist>
    <listitem>
      <para>Connect a test machine to the LAN physical port.</para>
    </listitem>

    <listitem>
      <para>Check for a dynamic IP. The pfSense LAN interface is configured
      with a DHCP server and should receive an IP from the corresponding
      subnet (uCPE device1 has 192.168.1.XXX, while uCPE device2 has
      192.168.2.XXX).<programlisting>&gt; dhclient eth1 
&gt; ping 192.168.2.1</programlisting></para>
    </listitem>
  </orderedlist>
</chapter>