diff --git a/html/cgi-bin/connections.cgi b/html/cgi-bin/connections.cgi
index fbd7fcd7c..973a7d2ef 100644
--- a/html/cgi-bin/connections.cgi
+++ b/html/cgi-bin/connections.cgi
@@ -133,6 +133,11 @@ if ($netsettings{'BLUE_DEV'}) {
}
}
+# Add Orange Firewall Interface
+push(@network, $netsettings{'ORANGE_ADDRESS'});
+push(@masklen, "255.255.255.255" );
+push(@colour, ${Header::colourfw} );
+
# Add Orange Network
if ($netsettings{'ORANGE_DEV'}) {
push(@network, $netsettings{'ORANGE_NETADDRESS'});