All of lore.kernel.org
 help / color / mirror / Atom feed
* packets to local addresses
@ 2007-04-06 12:22 MKS
  2007-04-06 16:12 ` Martijn Lievaart
  0 siblings, 1 reply; 11+ messages in thread
From: MKS @ 2007-04-06 12:22 UTC (permalink / raw)
  To: netfilter

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-04-10 16:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-06 12:22 packets to local addresses MKS
2007-04-06 16:12 ` Martijn Lievaart
2007-04-07 14:13   ` MKS
2007-04-07 15:45     ` Martijn Lievaart
2007-04-07 18:40       ` Jan Engelhardt
2007-04-07 19:27         ` Pascal Hambourg
2007-04-07 21:39         ` Martijn Lievaart
2007-04-10 11:52           ` MKS
2007-04-10 15:21             ` Jan Engelhardt
2007-04-10 15:53               ` MKS
2007-04-10 16:20                 ` Jan Engelhardt

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.