From 0d7b21de687a411ef47da58e0ea64c474a9fa6fb Mon Sep 17 00:00:00 2001 From: sullrich Date: Sat, 5 Dec 2009 14:29:34 -0500 Subject: Latest PPP changes from 'BG'. Reformat this royal mess of formatting while I am here. --- usr/local/www/status_interfaces.php | 479 +++++++++++++++++++----------------- 1 file changed, 249 insertions(+), 230 deletions(-) (limited to 'usr') diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php index 2d41ca0..3271627 100755 --- a/usr/local/www/status_interfaces.php +++ b/usr/local/www/status_interfaces.php @@ -2,8 +2,8 @@ /* $Id$ */ /* status_interfaces.php - part of pfSense - Copyright (C) 2005 Scott Ullrich . + part of pfSense + Copyright (C) 2009 Scott Ullrich . All rights reserved. originally part of m0n0wall (http://m0n0.ch/wall) @@ -62,116 +62,129 @@ include("head.inc"); - - $ifname): - $ifinfo = get_interface_info($ifdescr); - ?> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - interface - () -
Status - -
DHCP -    - - - - - - - - -
PPPoE -    - - - - - - - - -
PPTP -    - - - - - - - - -
PPP -    - - - - - - - - -
MAC address - -
IP address - -  
Subnet mask - -
Gateway + + $ifname): + $ifinfo = get_interface_info($ifdescr); +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + interface + () +
Status + +
+ DHCP + +    + + + + + + + + +
PPPoE +    + + + + + + + + +
PPTP +    + + + + + + + + +
PPP +    + + + + + + + + +
MAC address + +
IP address + +   +
Subnet mask + +
Gateway - -
ISP DNS servers +
ISP DNS servers
Media - -
Channel - -
SSID - -
BSSID - -
Rate - -
RSSI - -
In/out packets - -
In/out packets (pass) - -
In/out packets (block) - -
In/out errors - -
Collisions - -
Bridge () - -
Interrupts/Second - + +
Media + +
Channel + +
SSID + +
BSSID + +
Rate + +
RSSI + +
In/out packets + +
In/out packets (pass) + +
In/out packets (block) + +
In/out errors + +
Collisions + +
Bridge () + +
Interrupts/Second + "; + echo $interrupt_sec . " rate"; + ?> +
- echo $interrupt_total . " total"; - echo "
"; - echo $interrupt_sec . " rate"; - ?> -

+ Using dial-on-demand will bring the connection up again if any packet triggers it. To substantiate this point: disconnecting manually will not prevent dial-on-demand from making connections to the outside! Don't use dial-on-demand if you want to make sure that the line is kept disconnected. - -- cgit v1.1