Hi all
Im busy experimenting with 2 ISP's
my rt_tables looks as so:
gate:~# cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
200 IS
201 TELKOM
and in my fw rule set I have:
$IPT -t nat -A PREROUTING -i eth1 -t mangle -p tcp --dport 22 -j MARK
--set-mark 1
So when I try to at to table TELKOM I get:
gate:~# ip rule add fwmark 1 TELKOM
Error: argument "TELKOM" is wrong: Failed to parse rule type
gate:~# ip rule ls
RTNETLINK answers: Invalid argument
Dump terminated
would anyone know why i getting this error.
I probally forgot to compile something in the kernel
Also, I tried subscribing to the LARTC mailing list, does anyone know if there
is a problem with the mailing, as I am yet to receive a confirmation.
Kind Regards
Brent Clark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]