NETem - Network Link Emulator for GNS3
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Add extensions
-
- set -x
-
- # change tcedir to harddisk
- mv /etc/sysconfig/tcedir /etc/sysconfig/tcedir.bak
- ln -s /mnt/sda1/tce /etc/sysconfig/tcedir
- rm -rf /usr/local/tce.installed/*
-
- tce-load -wi ipv6-`uname -r` iptables iproute2
- tce-load -wi nano
-
- echo "modprobe ipv6" >> /opt/bootlocal.sh
- echo "sysctl -w net.ipv4.ip_forward=1" >> /opt/bootlocal.sh
- echo "sysctl -w net.ipv6.conf.all.forwarding=1" >> /opt/bootlocal.sh
|