Skip to content

Commit

Permalink
Fixed IP address for 2nd server
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Mar 20, 2015
1 parent a733448 commit 5499f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gec22_demo/shaper.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ defApplication('shaper') do |app|
"/sbin/tc class add dev eth0 parent 1: classid 1:1 cbq rate 100kbit allot 1500 prio 5 bounded isolated ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 192.86.139.71 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip src 192.86.139.71 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 193.190.127.241 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip src 193.190.127.241 flowid 1:1 "
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip dst 193.190.127.246 flowid 1:1 ; "+
"/sbin/tc filter add dev eth0 parent 1: protocol ip prio 16 u32 match ip src 193.190.127.246 flowid 1:1 "
end

0 comments on commit 5499f65

Please sign in to comment.