* Hi.......
@ 2003-10-19 2:15 _morpheus
0 siblings, 0 replies; 10+ messages in thread
From: _morpheus @ 2003-10-19 2:15 UTC (permalink / raw)
To: netfilter
I need help to make work the msn (voice & video) in a LAN behind a firewall
using IPTABLES and doing NAT.....I´m on a cybercoffe.
tanks for the help
Agustin
^ permalink raw reply [flat|nested] 10+ messages in thread
* Hi..
@ 2003-10-28 18:49 Juan Hernandez
2003-10-28 22:21 ` Hi uniplex
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Juan Hernandez @ 2003-10-28 18:49 UTC (permalink / raw)
To: netfilter
Hello ...
I have a question .. where can I find the log files , for netfilter in Suse
8.2 ???
Thank you for you time …
Juan Hernandez
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: Hi..
2003-10-28 18:49 Hi Juan Hernandez
@ 2003-10-28 22:21 ` uniplex
2003-10-28 23:32 ` Hi SBlaze
2003-10-29 4:08 ` Hi Dharmendra T.
2 siblings, 0 replies; 10+ messages in thread
From: uniplex @ 2003-10-28 22:21 UTC (permalink / raw)
Cc: netfilter
Juan Hernandez wrote:
> Hello ...
> I have a question .. where can I find the log files , for netfilter in Suse
> 8.2 ???
>
> Thank you for you time ?
> Juan Hernandez
You could work on your subject line just a little bit. To start, first try to
make it as closely pertaining to the actual subject as possible. An example
for this email could go something like this.. "Subject: Netfilter log file
location in Suse?". This saves people time in going through their email trying
to figure out what they do or do not have time to read. Secondly, keep in mind
that some news readers tunicate the subject line early, so as to keep it as
short as possible.
With your choice of subject line I'm pretty sure there'll be less chance that
someone reads it to helps you, but since I'm already here - my log files are
kept in /var/log/.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hi..
2003-10-28 18:49 Hi Juan Hernandez
2003-10-28 22:21 ` Hi uniplex
@ 2003-10-28 23:32 ` SBlaze
2003-10-29 4:08 ` Hi Dharmendra T.
2 siblings, 0 replies; 10+ messages in thread
From: SBlaze @ 2003-10-28 23:32 UTC (permalink / raw)
To: juan.hernandez, netfilter
Typically iptables on every distro as far as I know logs to /var/log/messages
Have you checked there?
SBlaze
--- Juan Hernandez <juan.hernandez@alcyon-net.com.mx> wrote:
> Hello ...
> I have a question .. where can I find the log files , for netfilter in Suse
> 8.2 ???
>
>
> Thank you for you time …
> Juan Hernandez
>
>
=====
In the absence of order there will be chaos.
__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Hi..
2003-10-28 18:49 Hi Juan Hernandez
2003-10-28 22:21 ` Hi uniplex
2003-10-28 23:32 ` Hi SBlaze
@ 2003-10-29 4:08 ` Dharmendra T.
2 siblings, 0 replies; 10+ messages in thread
From: Dharmendra T. @ 2003-10-29 4:08 UTC (permalink / raw)
To: juan.hernandez; +Cc: netfilter
Hi
By default it writes in /var/log/messages. To see the logs you must
specify your rules with LOG option.
Regards
Dharmendra T.
Linux Admin
On Wed, 2003-10-29 at 00:19, Juan Hernandez wrote:
> Hello ...
> I have a question .. where can I find the log files , for netfilter in Suse
> 8.2 ???
>
>
> Thank you for you time Â…
> Juan Hernandez
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* hi
@ 2003-05-20 9:19 Aris Santillan
2003-09-11 2:48 ` hi Joao F. Serejo
0 siblings, 1 reply; 10+ messages in thread
From: Aris Santillan @ 2003-05-20 9:19 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 98 bytes --]
hi
im new here! at your mailing list
i hope you can help me to use iptables..
thanks
[-- Attachment #2: Type: text/html, Size: 583 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* hi..
@ 2002-12-09 10:46 Arindam Haldar
2002-12-09 11:31 ` hi Raymond Leach
0 siblings, 1 reply; 10+ messages in thread
From: Arindam Haldar @ 2002-12-09 10:46 UTC (permalink / raw)
To: NETFILTER
hi all,
just a thought....
i want to know if the -N flag is avaiable for PREROUTING/POSTROUTING
mangle/nat etc ?
i know the below is possible ...
iptables -N myTable
iptables -A INPUT -s <ip> -j myTable
but if want to do this-->>
iptables -A POSTROUTING -t nat -s <> -j myTableTwo
or
iptables -A PRETROUTING -t mangle -s <> -j myTableTwo
is it possible ?.. how do i create a new table for this ?
thanking in advance..
A.H
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: hi..
2002-12-09 10:46 hi Arindam Haldar
@ 2002-12-09 11:31 ` Raymond Leach
2002-12-09 12:53 ` hi Arindam Haldar
0 siblings, 1 reply; 10+ messages in thread
From: Raymond Leach @ 2002-12-09 11:31 UTC (permalink / raw)
To: Netfilter Mailing List
[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]
On Mon, 2002-12-09 at 12:46, Arindam Haldar wrote:
> hi all,
>
> just a thought....
> i want to know if the -N flag is avaiable for PREROUTING/POSTROUTING
> mangle/nat etc ?
> i know the below is possible ...
> iptables -N myTable
> iptables -A INPUT -s <ip> -j myTable
>
> but if want to do this-->>
> iptables -A POSTROUTING -t nat -s <> -j myTableTwo
> or
> iptables -A PRETROUTING -t mangle -s <> -j myTableTwo
> is it possible ?.. how do i create a new table for this ?
try this:
iptables -t nat -N test
iptables -A PREROUTING -t nat -s <> -j test
> thanking in advance..
> A.H
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
( Raymond Leach )
) Knowledge Factory (
( )
) Tel: +27 11 445 8100 (
( Fax: +27 11 445 8101 )
) (
( http://www.knowledgefactory.co.za/ )
) http://www.saptg.co.za/ (
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
o o
o o
.--. .--.
| o_o| |o_o |
| \_:| |:_/ |
/ / \\ // \ \
( | |) (| | )
/`\_ _/'\ /'\_ _/`\
\___)=(___/ \___)=(___/
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread* Re: hi..
2002-12-09 11:31 ` hi Raymond Leach
@ 2002-12-09 12:53 ` Arindam Haldar
0 siblings, 0 replies; 10+ messages in thread
From: Arindam Haldar @ 2002-12-09 12:53 UTC (permalink / raw)
To: raymondl; +Cc: Netfilter Mailing List
Raymond Leach wrote:
> On Mon, 2002-12-09 at 12:46, Arindam Haldar wrote:
>
>>hi all,
>>
>>just a thought....
>>i want to know if the -N flag is avaiable for PREROUTING/POSTROUTING
>>mangle/nat etc ?
>>i know the below is possible ...
>>iptables -N myTable
>>iptables -A INPUT -s <ip> -j myTable
>>
>>but if want to do this-->>
>>iptables -A POSTROUTING -t nat -s <> -j myTableTwo
>>or
>>iptables -A PRETROUTING -t mangle -s <> -j myTableTwo
>>is it possible ?.. how do i create a new table for this ?
>
>
> try this:
> iptables -t nat -N test
> iptables -A PREROUTING -t nat -s <> -j test
>
THANX so MUCH .....:)... it works...:)
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2003-10-29 4:08 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-19 2:15 Hi _morpheus
-- strict thread matches above, loose matches on Subject: below --
2003-10-28 18:49 Hi Juan Hernandez
2003-10-28 22:21 ` Hi uniplex
2003-10-28 23:32 ` Hi SBlaze
2003-10-29 4:08 ` Hi Dharmendra T.
2003-05-20 9:19 hi Aris Santillan
2003-09-11 2:48 ` hi Joao F. Serejo
2002-12-09 10:46 hi Arindam Haldar
2002-12-09 11:31 ` hi Raymond Leach
2002-12-09 12:53 ` hi Arindam Haldar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox