File: b2b

package info (click to toggle)
vpcs 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 724 kB
  • sloc: ansic: 11,809; sh: 323; makefile: 40
file content (13 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
echo "TEST Back2Back"
1
ip 192.168.1.1 24
set rport 20001
2
ip 192.168.1.2 24
set rport 20000
echo ping from 192.168.1.2 to 192.168.1.1, should be ok
ping 192.168.1.1 -c 1
ping 192.168.1.1 -c 1 -P 6
ping 192.168.1.1 -c 1 -P 17
quit