NetFilter
[Top] [All Lists]

packets to local addresses

To: netfilter@lists.netfilter.org
Subject: packets to local addresses
From: MKS <rekordmeister@gmail.com>
Date: Fri, 6 Apr 2007 12:22:37 +0000
Delivered-to: sp-com-lists@consult.net
Delivered-to: netfilter-list1@securepoint.com
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D6VQeFtjuBtQ84mmPqjtdjU//tDFTME3IL687aEO1/6UMqsv3UO0zuBdLXxqlyx5wNWcB3vxyw2LqqjRTPUkMcvqgeszc8/3tFuPAyMaWgkIp/EAdZNLeVhTFjPkfY2ZJSoqoImGldkrnPDbJtNcUK9OATGqVFegT8Eyz7CmzwM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ruISaipM8nsKM+oZt633ER4AAKRL4siP11glPfUrbM8Sue6539HyFUpV2fNjg3gdtvUeVNx9fSnNF2alYD0DS/AoMNfu7uAmqAKoSPCxBCp6qovtW6pMN5vtaPlkcf1S6EsC1CmbJNzKVjGk6Img38o4zh0VE379ZCvjqZw+y4I=
List-archive: </pipermail/netfilter>
List-help: <mailto:netfilter-request@lists.netfilter.org?subject=help>
List-id: General discussion and user questions <netfilter.lists.netfilter.org>
List-post: <mailto:netfilter@lists.netfilter.org>
List-subscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=subscribe>
List-unsubscribe: <https://lists.netfilter.org/mailman/listinfo/netfilter>, <mailto:netfilter-request@lists.netfilter.org?subject=unsubscribe>
Sender: netfilter-bounces@lists.netfilter.org
Hello list

I have a scenario the a computer has 2 PPP connections, where the
computer is the ppp client.

$ifconfig

ppp0   inet  10.0.0.1 p-t-p  192.168.1.1 mask 255.255.255.255

ppp1 inet  10.0.1.1 p-t-p 192.168.1.1 mask  255.255.255.255

for testing purpuses I want packets from ppp0 to ppp1 to actually go
over the physical connection

e.g.

ping  10.0.0.1 -I ppp1 should send the packet over the ppp1 (and out
underlyging physical interface eth0) and it should arrive on the ppp0
interface. (routing is taken care of at the ppp server)

This proably isn't a netfilter issue(?) but I was hoping that some
networking guru would have a solution for me;)

route
Destionation     Gateway      Genmask       iface
 192.168.1.1              *            255.255.255.255  ppp0
192.168.1.1              *            255.255.255.255   ppp1
0.0.0.0                      *             0.0.0.0                  ppp0
0.0.0.0                      *              0.0.0.0                  ppp1

regards

Mks


<Prev in Thread] Current Thread [Next in Thread>