Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Generate Application traffic for demo NGFW and SD-WAN reporting purposes

Notifications You must be signed in to change notification settings

nathancatania/NGFW-Traffic-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Traffic Generator for NGFW/SD-WAN Reporting

A quick script and associated systemd service to generate application traffic for NGFW and SD-WAN reporting purposes.

  1. Update the .service file with an appropriate user. juniper is the default.
[Unit]
Description=CSO Traffic Generator - Mixed Traffic
After=network.target
StartLimitIntervalSec=0

[Service]
Type=simple
Restart=always
RestartSec=10
User=juniper   <--------------- change this as required
WorkingDirectory=/tmp
ExecStart=/bin/bash /usr/bin/traffic-generator.sh

[Install]
WantedBy=multi-user.target
  1. Install the .service file:
cp traffic-generator.service /lib/systemd/system/
  1. Install the traffic-generator script:
cp traffic-generator.sh /usr/bin/
chown +x /usr/bin/traffic-generator.sh
  1. Install pre-requisites:
apt-get install wget youtube-dl
  1. Load and start the service:
systemctl daemon-reload
systemctl start traffic-generator.service
systemctl status traffic-generator.service
  1. (OPTIONAL) Set the service to start at boot:
systemctl enable traffic-generator.service

About

Generate Application traffic for demo NGFW and SD-WAN reporting purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages