On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
> HI all,
>
> I have an internet connection on eth0 (10.0.0.1) and a private network
> connection on eth1 (192.168.0.1).
>
> I put the masquerade configuration on a kernel 2.4.4 :
>
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
> HI all,
>
> I have an internet connection on eth0 (10.0.0.1) and a private network
> connection on eth1 (192.168.0.1).
>
> I put the masquerade configuration on a kernel 2.4.4 :
>
> iptables -t nat -s 192.168.0.0/24 -o ppp0
you need to set it to eth0 not ppp0
- Original Message -
From: Luc MAIGNAN <[EMAIL PROTECTED]>
To:
Cc: ; <[EMAIL PROTECTED]@lists.debian.org>
Sent: Monday, June 04, 2001 7:39 AM
Subject: Help needed on MASQUERADE
> HI all,
>
> I have an internet connection on
you need to set it to eth0 not ppp0
- Original Message -
From: Luc MAIGNAN <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: ; <[EMAIL PROTECTED]@lists.debian.org>
Sent: Monday, June 04, 2001 7:39 AM
Subject: Help needed on MASQUERADE
> HI all,
>
> I have an
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
> echo 1>/proc/sys/net/ipv4/ip_forward
This wouldn't work at all. You have to write
iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUARADE
echo 1>/proc/sys/net/ipv4/ip_forward
--
[EMAIL PROTECTED]
ROBERT MAG
you need to send it through eth0 not ppp0
[EMAIL PROTECTED] wrote:
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
echo 1>/proc/sys/net/ipv4/ip_forward
A workstation on my network succeeded to ping both eth0
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
> echo 1>/proc/sys/net/ipv4/ip_forward
> A workstation on my network succeeded to ping both eth0 and eth1, but didn't
> succeed to go out of my network to reach the i
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
> HI all,
>
> I have an internet connection on eth0 (10.0.0.1) and a private network
> connection on eth1 (192.168.0.1).
>
> I put the masquerade configuration on a kernel 2.4.4 :
>
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -
HI all,
I have an internet connection on eth0 (10.0.0.1) and a private network
connection on eth1 (192.168.0.1).
I put the masquerade configuration on a kernel 2.4.4 :
iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
echo 1>/proc/sys/net/ipv4/ip_forward
A workstation on
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
> echo 1>/proc/sys/net/ipv4/ip_forward
This wouldn't work at all. You have to write
iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUARADE
echo 1>/proc/sys/net/ipv4/ip_forward
--
[EMAIL PROTECTED]
ROBERT MA
you need to send it through eth0 not ppp0
[EMAIL PROTECTED] wrote:
>On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
>
>> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
>> echo 1>/proc/sys/net/ipv4/ip_forward
>>
>>A workstation on my network succeeded to ping both
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
> iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
> echo 1>/proc/sys/net/ipv4/ip_forward
> A workstation on my network succeeded to ping both eth0 and eth1, but didn't
> succeed to go out of my network to reach the
On Sun, Jun 03, 2001 at 11:39:29PM +0200, Luc MAIGNAN wrote:
> HI all,
>
> I have an internet connection on eth0 (10.0.0.1) and a private network
> connection on eth1 (192.168.0.1).
>
> I put the masquerade configuration on a kernel 2.4.4 :
>
> iptables -t nat -s 192.168.0.0/24 -o ppp0
HI all,
I have an internet connection on eth0 (10.0.0.1) and a private network
connection on eth1 (192.168.0.1).
I put the masquerade configuration on a kernel 2.4.4 :
iptables -t nat -s 192.168.0.0/24 -o ppp0 -j MASQUERADE
echo 1>/proc/sys/net/ipv4/ip_forward
A workstation o
14 matches
Mail list logo