My Opera is closing 1st of March

M.I.T = Multimedia IT dept.

static & multipath routing rules

,

#!/bin/bash

# Static route
#route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.10.254
# or use ip route
#ip route add 192.168.0.0/16 dev eth0
#ip route add 192.168.11.0/24 dev eth0
#ip route add 192.168.12.0/24 dev eth0
#ip route add 192.168.13.0/24 dev eth0

# Startup pppoe connection
#pon dsl-provider

# Multipath outgoing
#ip rule add pref 10 from 192.168.7.22 table 10
#ip rule add pref 20 from 192.168.8.2 table 20
#ip route replace default via 192.168.7.254 dev vmbr0 table 10
#ip route replace default via 192.168.8.254 dev vmbr1 table 20

firewall rules of iptables for general purpose...Cisco Switch basic setup (not finished...)

Write a comment

New comments have been disabled for this post.

February 2014
M T W T F S S
January 2014March 2014
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28