* Which modules are reuqired for masquerading?
@ 2006-01-04 15:48 Clemens Eisserer
2006-01-04 16:26 ` Boryan Yotov
2006-01-05 17:35 ` Which modules are reuqired for masquerading? R. DuFresne
0 siblings, 2 replies; 6+ messages in thread
From: Clemens Eisserer @ 2006-01-04 15:48 UTC (permalink / raw)
To: netfilter
Hello,
I would like to use my Nokia770 interet-tablet as wireless router but
iptables says that table "nat" does not exist and I need to insmod or
update kernel.
So I think to load the modules is definitivly the easier way, but
which modules are required for netfilter to be able to do
masquerading/nat?
Thank you in advance, lg Clemens
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Which modules are reuqired for masquerading?
2006-01-04 15:48 Which modules are reuqired for masquerading? Clemens Eisserer
@ 2006-01-04 16:26 ` Boryan Yotov
2006-01-04 18:07 ` Clemens Eisserer
2006-01-05 1:50 ` processing non ip traffic Scott MacKay
2006-01-05 17:35 ` Which modules are reuqired for masquerading? R. DuFresne
1 sibling, 2 replies; 6+ messages in thread
From: Boryan Yotov @ 2006-01-04 16:26 UTC (permalink / raw)
To: netfilter
Clemens Eisserer wrote:
> Hello,
>
> I would like to use my Nokia770 interet-tablet as wireless router but
> iptables says that table "nat" does not exist and I need to insmod or
> update kernel.
>
> So I think to load the modules is definitivly the easier way, but
> which modules are required for netfilter to be able to do
> masquerading/nat?
>
> Thank you in advance, lg Clemens
>
>
>
At least:
1. ip_conntrack
2. iptable_nat
3. ipt_MASQUERADE (optional: Only when you really want to use the
MASQUERADE target)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Which modules are reuqired for masquerading?
2006-01-04 16:26 ` Boryan Yotov
@ 2006-01-04 18:07 ` Clemens Eisserer
2006-01-05 1:50 ` processing non ip traffic Scott MacKay
1 sibling, 0 replies; 6+ messages in thread
From: Clemens Eisserer @ 2006-01-04 18:07 UTC (permalink / raw)
To: Boryan Yotov, netfilter
Thanks, this really helps a lot!
well, then - let cross-compiling begin :(
lg Clemens
> 1. ip_conntrack
> 2. iptable_nat
> 3. ipt_MASQUERADE (optional: Only when you really want to use the
> MASQUERADE target)
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* processing non ip traffic
2006-01-04 16:26 ` Boryan Yotov
2006-01-04 18:07 ` Clemens Eisserer
@ 2006-01-05 1:50 ` Scott MacKay
2006-01-05 10:53 ` Jan Engelhardt
1 sibling, 1 reply; 6+ messages in thread
From: Scott MacKay @ 2006-01-05 1:50 UTC (permalink / raw)
To: netfilter
Hiyas,
Under the 2.6 kernel, can you process non-ip
protocol traffic? I am curious about this mainly in
bridge mode and am not concerned about explicit rule
declaration (so maybe it all all gathered under a
catch-all rule).
-Scott
__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: processing non ip traffic
2006-01-05 1:50 ` processing non ip traffic Scott MacKay
@ 2006-01-05 10:53 ` Jan Engelhardt
0 siblings, 0 replies; 6+ messages in thread
From: Jan Engelhardt @ 2006-01-05 10:53 UTC (permalink / raw)
To: Scott MacKay; +Cc: netfilter
>Hiyas,
> Under the 2.6 kernel, can you process non-ip
>protocol traffic? I am curious about this mainly in
>bridge mode and am not concerned about explicit rule
>declaration (so maybe it all all gathered under a
>catch-all rule).
Yes.
ebtables -p 0x41
should select IPv6 traffic. This works with any protocol number/name.
Jan Engelhardt
--
| Alphagate Systems, http://alphagate.hopto.org/
| jengelh's site, http://jengelh.hopto.org/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Which modules are reuqired for masquerading?
2006-01-04 15:48 Which modules are reuqired for masquerading? Clemens Eisserer
2006-01-04 16:26 ` Boryan Yotov
@ 2006-01-05 17:35 ` R. DuFresne
1 sibling, 0 replies; 6+ messages in thread
From: R. DuFresne @ 2006-01-05 17:35 UTC (permalink / raw)
To: Clemens Eisserer; +Cc: netfilter
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 4 Jan 2006, Clemens Eisserer wrote:
> Hello,
>
> I would like to use my Nokia770 interet-tablet as wireless router but
> iptables says that table "nat" does not exist and I need to insmod or
> update kernel.
>
> So I think to load the modules is definitivly the easier way, but
> which modules are required for netfilter to be able to do
> masquerading/nat?
>
> Thank you in advance, lg Clemens
>
>
I'd suggest you just forget the whole idea due to the fact you are too
lazy to do even minor research and investigation on your own prior to
tapping lists such as this for real assistance.
thanks
Ron DuFresne
- --
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
admin & senior security consultant: sysinfo.com
http://sysinfo.com
Key fingerprint = 9401 4B13 B918 164C 647A E838 B2DF AFCC 94B0 6629
...We waste time looking for the perfect lover
instead of creating the perfect love.
-Tom Robbins <Still Life With Woodpecker>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFDvVjkst+vzJSwZikRApCiAJ4tiyHT02atmnnQdpI7odL+vUXvNQCeNpVf
hwC+cYdf8wkuBAjj6Btwmms=
=+RBr
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-01-05 17:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-04 15:48 Which modules are reuqired for masquerading? Clemens Eisserer
2006-01-04 16:26 ` Boryan Yotov
2006-01-04 18:07 ` Clemens Eisserer
2006-01-05 1:50 ` processing non ip traffic Scott MacKay
2006-01-05 10:53 ` Jan Engelhardt
2006-01-05 17:35 ` Which modules are reuqired for masquerading? R. DuFresne
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.