VPN Shenanigans

I have a functional VPN setup following the instructions from this video.

https://www.youtube.com/watch?v=Tj1NDMraAkA

After confirming a VPN connection via the VPN Manager setup from the video above, I do an ifconfig -a and get this:

osmc@osmc:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr b8:27:eb:82:a8Big Grin2
UP BROADCAST MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:2205816 errors:0 dropped:0 overruns:0 frame:0
TX packets:2205816 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:143620986 (136.9 MiB) TX bytes:143620986 (136.9 MiB)

tap0 Link encap:Ethernet HWaddr fa:0e:25:40:73:64
inet addr:10.10.x.x Bcast:10.10.x.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:1001885 errors:0 dropped:0 overruns:0 frame:0
TX packets:202636 errors:0 dropped:393 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1349943059 (1.2 GiB) TX bytes:18402154 (17.5 MiB)

wlan0 Link encap:Ethernet HWaddr 80:1f:02:b6:82:a7
inet addr:10.1.1.97 Bcast:10.1.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1
RX packets:2383842 errors:0 dropped:173531 overruns:0 frame:0
TX packets:360392 errors:0 dropped:1 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1784221588 (1.6 GiB) TX bytes:59196831 (56.4 MiB)

I modified the TAP inet address for privacy reason. When I go to System and System Info my IP address is still showing my initial NON-VPN Private WIFI address 10.1.1.97. Why doesn’t the System Info page in Confluence update to my VPN Internet address when I am connected via my VPN?