Re: [LARTC] Not routing for 1 host?

2006-04-04 Thread Martin Volf
Joost Kraaijeveld wrote: Hi, I want to stop routing for 1 particular host in my network. I thought that this would do it: iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP But that still shows traffic. What is the corract way to do that? Hello,

Re: [LARTC] Is 'publish' proxy arp still broken ?

2004-12-22 Thread Martin Volf
David Boreham wrote: Can't get proxy arp with arp -s IPaddr MACaddr pub to work with a 2.4 kernel. I see some evidence in the archive that this was broken in the 2.0.x timeframe and never fixed. Anyone know for sure if it's broken or working ? Hello, this works for me in linux 2.0, 2.2 and 2.4

Re: [LARTC] Is 'publish' proxy arp still broken ?

2004-12-22 Thread Martin Volf
David Boreham wrote: ... There seem to be a number of preconditions that must be met before the arp...pub form of proxy arp will work. If these conditions are not met the kernel silently fails to answer the arp request (as oposed to for example the user seeing an error message when they run the

Re: [LARTC] command to list ip route tables

2004-11-13 Thread Martin Volf
Damjan wrote: In linux one can have several route tables. But how do I list the route tables? (and no 'ip rule list' is not it) ip route list table table name HTH, -- Martin ___ LARTC mailing list / [EMAIL PROTECTED]

Re: [LARTC] Does anyone have a working proxyARP setup?

2004-10-12 Thread Martin Volf
gypsy wrote: Could you please post the output of 'route -n', 'ip route' and 'ip neigh show' as well as any 'ip route [add|del|*]' commands you run? I guess not. Martin, is there some reason you do not wish to post these things? Hello, sorry for the delay. I have used something like this: router:

Re: [LARTC] Does anyone have a working proxyARP setup?

2004-10-09 Thread Martin Volf
gypsy wrote: ... gypsy ifconfig eth0 x.x.x.96 broadcast x.x.x.111 netmask 255.255.255.240 gypsy ifconfig eth1 x.x.x.96 broadcast x.x.x.111 netmask 255.255.255.240 ... I think you can't use x.x.x.96 here, because it is the address of your network x.x.x.96/28. Useable ip addresses are .97 - .110.

Re: [LARTC] routing within the same network? is it possible?

2004-06-12 Thread Martin Volf
Victor Catten wrote: Hello, Is routing within the same network possible? If it is, what configuration should I put for the firewall/router shown below? I basically want the host debian13 to be able to send packets via a multi-homed firewall. I think the multi-homed firewall involve some

Re: [LARTC] use 3rd octet as hashkey

2003-11-24 Thread Martin Volf
$FILTER_ADD u32 ht $(hexa $ip) match ip dst $ip flowid 1:42 Something like that is working for me for about half a year. If you need match ip src, use at 12 instead of at 16. HTH -- Martin Volf ___ LARTC mailing list / [EMAIL PROTECTED] http

Re: [LARTC] IMQ technical question

2003-09-16 Thread Martin Volf
On Tue, 16 Sep 2003 10:25:31 +0200 Thomas Switala [EMAIL PROTECTED] wrote: Greetings, I have a system with a monolithic kernel and I am using imq. But now I need to use more than the default 2 imq devices, how can I increase the default to at least 4 with out recompiling a modular

Re: [LARTC] IMQ technical question

2003-09-11 Thread Martin Volf
options imq numdevs=8 to the /etc/modules.conf file. The maximum is 16 (set in include/linux/imq.h with #define IMQ_MAX_DEVS 16). -- Martin Volf ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http

Re: [LARTC] can not use htb with kernel 2.4.21

2003-06-30 Thread Martin Volf
. -- Martin Volf ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/