Difference between revisions of "Thomson TG585 v7 aka O2 Box II"

From Ever changing code
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 19:29, 2 February 2014

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