Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] [Was: iptables] Forward multicats
- Date: Tue, 17 Jun 2008 00:19:54 +0900
- From: Curt Sampson <cjs@example.com>
- Subject: Re: [tlug] [Was: iptables] Forward multicats
- References: <c0f4e2b00806140549r1b18f3c1mc38c83fe02614d17@mail.gmail.com> <20080614140131.GC11395@lucky.cynic.net> <87r6azitbm.fsf@uwakimon.sk.tsukuba.ac.jp> <c0f4e2b00806141800v3ab02fbbs1fc0677490e71878@mail.gmail.com> <20080616111612.GR9168@lucky.cynic.net> <c0f4e2b00806160601g779edecdm981cad88faf68d41@mail.gmail.com>
- User-agent: Mutt/1.5.17 (2007-11-01)
On 2008-06-16 22:01 +0900 (Mon), Bruno Raoult wrote: > > I'm not clear on what your "forwarding rule" is, but if it's NAT, you > > probably want to disable that entirely. ... > In fact, my forwarding rule is that one: > iptables -A POSTROUTING -t nat -o ${LAN_PORT} -s ${DSK_NET} -j MASQUERADE Ok, kill that. NAT is a True Pain in the Ass, and is useful only as a hack when you can't get enough IP addresses that hosts on both sides of the router know about. You're not in this situation, since you can assign, say, all of 192.168.10.0/24 to one side and 192.168.11.0/24 to the other, so you can remove that problem from your life entirely and be much happier. Set your system up for just standard routing. That right there might fix your entire problem. > LAN_PORT is my wifi network interface, DSK_NET is my ethernet network. > I guess multicast addresses don't get automatically routed... They may, in fact, so long as the clients are using IGMP. The problem, is, you've said, by using NAT, you don't want to route, you want to screw around with things, pretending that hosts are what they aren't and vice versa, and muck up the packets as they pass through. I really don't have enough bad things to say about NAT, as you can see. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Mobile sites and software consulting: http://www.starling-software.com
- Follow-Ups:
- Re: [tlug] [Was: iptables] Forward multicats
- From: Bruno Raoult
- References:
- [tlug] [Was: iptables] Forward multicats
- From: Bruno Raoult
- Re: [tlug] [Was: iptables] Forward multicats
- From: Curt Sampson
- Re: [tlug] [Was: iptables] Forward multicats
- From: Stephen J. Turnbull
- Re: [tlug] [Was: iptables] Forward multicats
- From: Bruno Raoult
- Re: [tlug] [Was: iptables] Forward multicats
- From: Curt Sampson
- Re: [tlug] [Was: iptables] Forward multicats
- From: Bruno Raoult
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] [Was: iptables] Forward multicats
- Next by Date: Re: [tlug] RMS is at it again
- Previous by thread: Re: [tlug] [Was: iptables] Forward multicats
- Next by thread: Re: [tlug] [Was: iptables] Forward multicats
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links