| Author |
Message |
Gianluca_Venezia
Guest
|
Posted:
Mon Nov 15, 2004 6:49 pm Post subject:
ROUTE, VPN and DSL |
|
|
Hi, I'd want to trough a DSL-router in a transparent way, so I can use
two VPN machines.
Local situation:
router DSL: USR SURECONNECT 9105
WAN: 82.xxx.xxx.242 (fixed ip)
LAN: 192.168.1.1
VPN+Router: IPCOP
WAN: 192.168.1.254 (RED interfaces)
LAN: 192.168.130.254 (GREEN interfaces)
I'd want, but I'm not so able to do since now, that when public IP is
pinged (82.xxx.xxx.242), the packet reach IPCOP machine, so everything
from WAN should goes to IPCOP.
The route table of DSL router is:
Destination Gateway Genmask Flags Metric Ref
Use Iface
82.xxx.xxx.0 * 255.255.255.0 U 0 0
0 atm49
192.168.1.0 * 255.255.255.0 U 0 0
0 br0
default 82.xxx.xxx.254 0.0.0.0 UG 0 0
0 atm49
I have access to the route table of DSL-router; how can I setup this
"simple" static route I need?
Thanks
Gianluca |
|
| Back to top |
|
 |
David Efflandt
Guest
|
Posted:
Tue Nov 16, 2004 9:32 am Post subject:
Re: ROUTE, VPN and DSL |
|
|
On 15 Nov 2004 05:49:34 -0800, Gianluca_Venezia <temporaneo1234@yahoo.it> wrote:
| Quote: | Hi, I'd want to trough a DSL-router in a transparent way, so I can use
two VPN machines.
Local situation:
router DSL: USR SURECONNECT 9105
WAN: 82.xxx.xxx.242 (fixed ip)
LAN: 192.168.1.1
VPN+Router: IPCOP
WAN: 192.168.1.254 (RED interfaces)
LAN: 192.168.130.254 (GREEN interfaces)
I'd want, but I'm not so able to do since now, that when public IP is
pinged (82.xxx.xxx.242), the packet reach IPCOP machine, so everything
from WAN should goes to IPCOP.
The route table of DSL router is:
Destination Gateway Genmask Flags Metric Ref
Use Iface
82.xxx.xxx.0 * 255.255.255.0 U 0 0
0 atm49
192.168.1.0 * 255.255.255.0 U 0 0
0 br0
default 82.xxx.xxx.254 0.0.0.0 UG 0 0
0 atm49
I have access to the route table of DSL-router; how can I setup this
"simple" static route I need?
|
Not sure if I fully understand, but maybe you need a "net" route for
192.168.130.0/255.255.255.0 network using gateway 192.168.1.254 on br0 |
|
| Back to top |
|
 |
Gianluca_Venezia
Guest
|
Posted:
Mon Nov 22, 2004 5:51 pm Post subject:
Re: ROUTE, VPN and DSL |
|
|
efflandt@xnet.com (David Efflandt) wrote in message news:<slrncpji9b.63b.efflandt@typhoon.xnet.com>...
| Quote: | On 15 Nov 2004 05:49:34 -0800, Gianluca_Venezia <temporaneo1234@yahoo.it> wrote:
|
[cut]
| Quote: |
Not sure if I fully understand, but maybe you need a "net" route for
192.168.130.0/255.255.255.0 network using gateway 192.168.1.254 on br0
|
Pheraps... I don't really know more than I wrote... |
|
| Back to top |
|
 |
|
|
|
|