Displaying 2 results from an estimated 2 matches for "destinationip".
2007 Sep 18
1
htb on Gigabit Interfaces
...th0 parent 1:0 classid 1:3 htb rate 34mbit ceil 34mbit quantum 30000
# first customer upload
/sbin/tc class add dev eth1 parent 1:0 classid 1:3 htb rate 34mbit ceil 34mbit quantum 30000
#then iptable classify rules
#TO_FIRST CUSTOMER
/opt/sbin/iptables -t mangle -I POSTROUTING -o eth0 -d $DESTINATIONIP -j CLASSIFY --set-class 1:2
#FROM_FIRST CUSTOMER
/opt/sbin/iptables -t mangle -I POSTROUTING -o eth1 -s $SOURCEIP -j CLASSIFY --set-class 1:2
#TO_SECOND CUSTOMER
/opt/sbin/iptables -t mangle -I POSTROUTING -o eth0 -d $DESTINATIONIP -j CLASSIFY --set-class 1:3
#FROM_SECOND CUSTOMER
/opt/...
2016 Oct 14
4
Asterisk use with verizon hotspot
Apparently Verizon is blocking or changing packets on port 5060 so my
softphone from my hotspot will not work.
How do I set asterisk (11.23.0) to run default 5060 for all other devices I
have - BUT for my software run on a different port like 5070? I'm using
linphone and is easy to change the ports from 5060 to 5070 ( I think).
Thanks,
Jerry
-------------- next part --------------
An HTML