diff --git a/src/etc/config.xml.sample b/src/etc/config.xml.sample
index d6a063785..86bc9991c 100644
--- a/src/etc/config.xml.sample
+++ b/src/etc/config.xml.sample
@@ -331,49 +331,6 @@
-
-
- ICMP
- icmp
-
-
-
-
- TCP
- tcp
-
-
-
-
- HTTP
- http
-
-
- /
-
- 200
-
-
-
- HTTPS
- https
-
-
- /
-
- 200
-
-
-
- SMTP
- send
-
-
-
- 220 *
-
-
-
0.opnsense.pool.ntp.org
diff --git a/src/etc/inc/xmlrpc/legacy.inc b/src/etc/inc/xmlrpc/legacy.inc
index ff5bd5ccc..5c0dec3f4 100644
--- a/src/etc/inc/xmlrpc/legacy.inc
+++ b/src/etc/inc/xmlrpc/legacy.inc
@@ -153,7 +153,7 @@ function restore_config_section_xmlrpc($new_config)
// Some sections should just be copied and not merged, namely if there's a risk of attributes being removed
// without being seen by the remote (backup) side.
// (ipsec, openvpn, nat can probably moved out later by specifying a better path to the attribute)
- $sync_full = ['ipsec', 'wol', 'dnsmasq', 'load_balancer', 'openvpn', 'nat', 'dhcpd', 'dhcpv6'];
+ $sync_full = ['ipsec', 'wol', 'dnsmasq', 'openvpn', 'nat', 'dhcpd', 'dhcpv6'];
$sync_full_done = [];
foreach ($sync_full as $syncfull) {
if (isset($new_config[$syncfull])) {
diff --git a/src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.php b/src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.php
index ea6da8ed0..f2e78cae3 100644
--- a/src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.php
+++ b/src/opnsense/mvc/app/models/OPNsense/Firewall/Alias.php
@@ -77,8 +77,6 @@ class Alias extends BaseModel
$sources[] = [['nat', 'outbound', 'rule'], ['destination', 'network']];
$sources[] = [['nat', 'outbound', 'rule'], ['dstport']];
$sources[] = [['nat', 'outbound', 'rule'], ['target']];
- $sources[] = [['load_balancer', 'lbpool'], ['port']];
- $sources[] = [['load_balancer', 'virtual_server'], ['port']];
$sources[] = [['staticroutes', 'route'], ['network']];
// os-firewall plugin paths
$sources[] = [['OPNsense', 'Firewall', 'Filter', 'rules', 'rule'], ['source_net']];