Topic: Computers And all because...

(link)

10:52pm, Tuesday 11 April 2006 (Updated 11:46pm, Tuesday 18 April 2006)

...I wanted pretty ping graphs like Russell's. So I had to sit down with the CLI manual for my ADSL router. Turns out the command syntax is sufficiently close to Linux iptables that I figured out

firewall rule create chain=sink index=4 prot=icmp icmptype=echo-request action=accept
firewall rule create chain=source index=4 prot=icmp icmptype=echo-reply action=accept
were the runes I required. Now I have pretty ping graphs too!

Update:

Argh, a new firmware version has changed the command syntax... This seems to work:

service system ifadd name=PING_RESPONDER group=wan

back to main

<-
 Topic:    
->

Powered by Personal Weblog.

October 2017
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Sep   Nov

[RSS]

 


 


Dave Holland <dave@biff.org.uk>
$Id: index.php,v 1.75 2010-07-09 22:15:04 dave Exp $