Difference between revisions of "Thomson TG585 v7 aka O2 Box II"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
;Enable reply to Pings from WAN | ;Enable reply to Pings from WAN | ||
Check if "interface group" is associated with WAN (ie enabled) | {|class="wikitable" | ||
! align="left"| Steps | |||
Add to WAN "interface group" (ie enabled) | ! Command | ||
! Purpose | |||
Don't forget this! | |- | ||
| Step 1 | |||
| <code>service system list name=PING_RESPONDER expand=enabled</code> | |||
| Check if "interface group" is associated with WAN (ie enabled) | |||
|- | |||
| Step 2 | |||
| <code>service system ifadd name=PING_RESPONDER group=wan</code> | |||
| Add to WAN "interface group" (ie enabled) | |||
|- | |||
| Step 3 | |||
| <code>saveall</code> | |||
| Don't forget this to save config! | |||
|} | |||
;Undo -- Disable reply to Pings from WAN -- Default mode | ;Undo -- Disable reply to Pings from WAN -- Default mode | ||
Remove WAN from "interface group" (ie disabled) -- Default | {|class="wikitable" | ||
! align="left"| Steps | |||
Don't forget this! | ! Command | ||
! Purpose | |||
|- | |||
| Step 1 | |||
| <code>service system ifdelete name=PING_RESPONDER group=wan</code> | |||
| Remove WAN from "interface group" (ie disabled) -- Default | |||
|- | |||
| Step 2 | |||
| <code>saveall</code> | |||
| Don't forget this to save config! | |||
|} | |||
= References = | = References = | ||
*[http://npr.me.uk/telnet.html Telnet commands for a Thomson router] | *[http://npr.me.uk/telnet.html Telnet commands for a Thomson router] |
Revision as of 12:30, 8 February 2014
- Enable reply to Pings from WAN
Steps | Command | Purpose |
---|---|---|
Step 1 | service system list name=PING_RESPONDER expand=enabled
|
Check if "interface group" is associated with WAN (ie enabled) |
Step 2 | service system ifadd name=PING_RESPONDER group=wan
|
Add to WAN "interface group" (ie enabled) |
Step 3 | saveall
|
Don't forget this to save config! |
- Undo -- Disable reply to Pings from WAN -- Default mode
Steps | Command | Purpose |
---|---|---|
Step 1 | service system ifdelete name=PING_RESPONDER group=wan
|
Remove WAN from "interface group" (ie disabled) -- Default |
Step 2 | saveall
|
Don't forget this to save config! |