Thomson TG585 v7 aka O2 Box II

From Ever changing code
Revision as of 19:29, 2 February 2014 by Pio2pio (talk | contribs) (Created page with ";Enable reply to Pings from WAN Check if "interface group" is associated with WAN (ie enabled) service system list name=PING_RESPONDER expand=enabled Add to WAN "interfac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Enable reply to Pings from WAN

Check if "interface group" is associated with WAN (ie enabled)

service system list name=PING_RESPONDER expand=enabled 	

Add to WAN "interface group" (ie enabled)

service system ifadd name=PING_RESPONDER group=wan

Don't forget this!

saveall 	

Undo -- Disable reply to Pings from WAN -- Default mode Remove WAN from "interface group" (ie disabled) -- Default

service system ifdelete name=PING_RESPONDER group=wan 	

Don't forget this!

saveall 

References