Displaying 3 results from an estimated 3 matches for "thah".
Did you mean:
shah
2004 Apr 04
2
2 ISP Routing Problem
...fault
ip route add default via 1.0.0.1 table isp1
ip route add default via 2.0.0.1 table isp2
At this point workstations connected to eth2 and eth3 connect to internet
fine.
BUT: with this config I can''t communicate with workstations. If I try ''ping
1.0.1.2'' I can see thah all packets with source IP1.0.1.1 are sent to eth0,
and packets with source IP 2.0.1.1 are sent to eth1.
#ip route get from 1.0.1.1 to 1.0.1.2
1.0.1.2 from 1.0.1.1 via 1.0.0.1
So, question is: How to setup iproute2, so kernel first consult internal
routing table:
1.0.1.0/24 dev eth2 proto ke...
2012 Apr 16
6
problems with shorewall proxyarp
Hi everybody.
I''m trying to configure shorewall folowing this manual:
http://www.montanalinux.org/proxmox-ve-with-shorewall.html
But with shorewall check it tells me thah:
Checking /etc/shorewall/interfaces...
ERROR: Unknown zone (dmz) : /etc/shorewall/interfaces (line 16)
How can I define it in the zone file?
thanks for the help.
best regards,
Santiago.
------------------------------------------------------------------------------
For Developers, A Lot Can Ha...
2004 Jun 22
5
htb filter
...match c0a80100/ffffff00 at 12
filter protocol ip pref 1 u32 fh 800::801 order 2049 key ht 800 bkt 0 flowid 2:40
match c0a80200/ffffff00 at 12
I read in lartc.org that filter can be attached to any class, not only to root. I make my traffic control acording to that. And everything is fine.
I see thah filters are grouped. There is "fh 800::", but where is relation between "parent 2:0" and "fh 800::". Logicaly "parent 2:30" => "fh 801::" and "parent 2:40" => "fh 802::".
What I''m missing?
Regards,
Svetozar