use upfront sudo
[rrq/newlisp-ftw.git] / taplet.md
1 taplet
2 ======
3
4 This is a program to simulate ARP and ICMP responding hosts under a tap.
5
6     Usage: taplet -t <tap> -ip <ip-list>
7
8 where \<ip-list\> is a comma-separated list of the IP addresses (dotted quads)
9 that the program should simulate. The program "binds" to the tap, and responds
10 to ARP requests and ICMP requests.
11
12 The program is a `newlisp` script, and it also lets you operate the `newlisp`
13 command line, mutiplexed with handling network.