diff --git a/checkin_notes b/checkin_notes
index b45d0bbd1f..dd87517445 100755
--- a/checkin_notes
+++ b/checkin_notes
@@ -492,3 +492,11 @@ David 15 Jan 2006
gui_rpc_server.C
lib/
network.C
+
+Bruce 16 Jan 2006
+ - ops page: add external IP to data shown for host
+
+ html/
+ inc/
+ db_ops.inc
+
diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc
index ec05202ea3..cfff283c18 100644
--- a/html/inc/db_ops.inc
+++ b/html/inc/db_ops.inc
@@ -838,6 +838,7 @@ function show_host($host) {
row("Average credit", $host->expavg_credit);
row("Average update time", time_str($host->expavg_time));
row("IP address", "$host->last_ip_addr
(same the last $host->nsame_ip_addr times)");
+ row("External IP address", "$host->external_ip_addr
");
row("Domain name", $host->domain_name);
$x = $host->timezone/3600;
if ($x >= 0) $x="+$x";