how to create multiple wan connection to single lan?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I am trying to have 2 connections simultaneously using DSL, my topolog is has given below:
My LAN and WAN PCs are ubuntu 14.04 virtual machines running on 2 different Windows PCs.
LAN-eth1(192.168.168.0/24)------DUT ---nas1.2 ---------eth1.2(192.168.2.0/24) WAN1
---nas5.5 ---------eth1.5(192.168.5.0/24) WAN2
LAN route :
192.168.0.0/16 gw 192.168.168.53
DUT Route:
192.168.168.0/24 dev eth1
192.168.2.0/24 dev nas1.2
192.168.5.0/24 dev nas5.5
WAN Route:
192.168.168.53/32 gw 192.168.2.53
192.168.168.53/32 gw 192.168.5.53
In the above set up only 192.168.5.1 LAN-TO WAN ping happens but 192.168.2.1 ping fails . If i do tcpdump, I can see packets reaching 192.168.2.1 but eth1.2 interface does not reply to the ping requests.
Following are my observations:
192.168.168.54 LAN interface IP
192.168.168.53 DUT LAN side IP ping works fine on LAN side.
192.168.2.53 WAN ip on nas1.2 wan interface eth1.2 vlan2 ip 192.168.2.1 ping from DUT works
192.168.5.53 WAN nas5.5 IP 192.168.5.53 , wan interface eth1.5 Ip 192.168.5.1 , ping from DUT works.
Could you please suggest some idea to make this topology work.
Stage 2:
Its just normal bridged PVC and my wan IPs are Vlan interfaces of eth1.2 and eth1.5, I have have one lan PC, I was trying to ping both wan Ips from lan but only one wan Ip i was able to ping not both . but after enabling the ip forwarding, i can able to ping
# sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0
But the problem is I have 2 wan IPs and both are on different PVC, When I ping both IPs from from LAN, one of the nas1.2 interface receive both pvc traffic, I am get shock how is this possible . Could you please help.. Please let me know if any further info need to for identification.
iptables routing ping dsl adsl
add a comment |Â
up vote
1
down vote
favorite
I am trying to have 2 connections simultaneously using DSL, my topolog is has given below:
My LAN and WAN PCs are ubuntu 14.04 virtual machines running on 2 different Windows PCs.
LAN-eth1(192.168.168.0/24)------DUT ---nas1.2 ---------eth1.2(192.168.2.0/24) WAN1
---nas5.5 ---------eth1.5(192.168.5.0/24) WAN2
LAN route :
192.168.0.0/16 gw 192.168.168.53
DUT Route:
192.168.168.0/24 dev eth1
192.168.2.0/24 dev nas1.2
192.168.5.0/24 dev nas5.5
WAN Route:
192.168.168.53/32 gw 192.168.2.53
192.168.168.53/32 gw 192.168.5.53
In the above set up only 192.168.5.1 LAN-TO WAN ping happens but 192.168.2.1 ping fails . If i do tcpdump, I can see packets reaching 192.168.2.1 but eth1.2 interface does not reply to the ping requests.
Following are my observations:
192.168.168.54 LAN interface IP
192.168.168.53 DUT LAN side IP ping works fine on LAN side.
192.168.2.53 WAN ip on nas1.2 wan interface eth1.2 vlan2 ip 192.168.2.1 ping from DUT works
192.168.5.53 WAN nas5.5 IP 192.168.5.53 , wan interface eth1.5 Ip 192.168.5.1 , ping from DUT works.
Could you please suggest some idea to make this topology work.
Stage 2:
Its just normal bridged PVC and my wan IPs are Vlan interfaces of eth1.2 and eth1.5, I have have one lan PC, I was trying to ping both wan Ips from lan but only one wan Ip i was able to ping not both . but after enabling the ip forwarding, i can able to ping
# sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0
But the problem is I have 2 wan IPs and both are on different PVC, When I ping both IPs from from LAN, one of the nas1.2 interface receive both pvc traffic, I am get shock how is this possible . Could you please help.. Please let me know if any further info need to for identification.
iptables routing ping dsl adsl
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am trying to have 2 connections simultaneously using DSL, my topolog is has given below:
My LAN and WAN PCs are ubuntu 14.04 virtual machines running on 2 different Windows PCs.
LAN-eth1(192.168.168.0/24)------DUT ---nas1.2 ---------eth1.2(192.168.2.0/24) WAN1
---nas5.5 ---------eth1.5(192.168.5.0/24) WAN2
LAN route :
192.168.0.0/16 gw 192.168.168.53
DUT Route:
192.168.168.0/24 dev eth1
192.168.2.0/24 dev nas1.2
192.168.5.0/24 dev nas5.5
WAN Route:
192.168.168.53/32 gw 192.168.2.53
192.168.168.53/32 gw 192.168.5.53
In the above set up only 192.168.5.1 LAN-TO WAN ping happens but 192.168.2.1 ping fails . If i do tcpdump, I can see packets reaching 192.168.2.1 but eth1.2 interface does not reply to the ping requests.
Following are my observations:
192.168.168.54 LAN interface IP
192.168.168.53 DUT LAN side IP ping works fine on LAN side.
192.168.2.53 WAN ip on nas1.2 wan interface eth1.2 vlan2 ip 192.168.2.1 ping from DUT works
192.168.5.53 WAN nas5.5 IP 192.168.5.53 , wan interface eth1.5 Ip 192.168.5.1 , ping from DUT works.
Could you please suggest some idea to make this topology work.
Stage 2:
Its just normal bridged PVC and my wan IPs are Vlan interfaces of eth1.2 and eth1.5, I have have one lan PC, I was trying to ping both wan Ips from lan but only one wan Ip i was able to ping not both . but after enabling the ip forwarding, i can able to ping
# sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0
But the problem is I have 2 wan IPs and both are on different PVC, When I ping both IPs from from LAN, one of the nas1.2 interface receive both pvc traffic, I am get shock how is this possible . Could you please help.. Please let me know if any further info need to for identification.
iptables routing ping dsl adsl
I am trying to have 2 connections simultaneously using DSL, my topolog is has given below:
My LAN and WAN PCs are ubuntu 14.04 virtual machines running on 2 different Windows PCs.
LAN-eth1(192.168.168.0/24)------DUT ---nas1.2 ---------eth1.2(192.168.2.0/24) WAN1
---nas5.5 ---------eth1.5(192.168.5.0/24) WAN2
LAN route :
192.168.0.0/16 gw 192.168.168.53
DUT Route:
192.168.168.0/24 dev eth1
192.168.2.0/24 dev nas1.2
192.168.5.0/24 dev nas5.5
WAN Route:
192.168.168.53/32 gw 192.168.2.53
192.168.168.53/32 gw 192.168.5.53
In the above set up only 192.168.5.1 LAN-TO WAN ping happens but 192.168.2.1 ping fails . If i do tcpdump, I can see packets reaching 192.168.2.1 but eth1.2 interface does not reply to the ping requests.
Following are my observations:
192.168.168.54 LAN interface IP
192.168.168.53 DUT LAN side IP ping works fine on LAN side.
192.168.2.53 WAN ip on nas1.2 wan interface eth1.2 vlan2 ip 192.168.2.1 ping from DUT works
192.168.5.53 WAN nas5.5 IP 192.168.5.53 , wan interface eth1.5 Ip 192.168.5.1 , ping from DUT works.
Could you please suggest some idea to make this topology work.
Stage 2:
Its just normal bridged PVC and my wan IPs are Vlan interfaces of eth1.2 and eth1.5, I have have one lan PC, I was trying to ping both wan Ips from lan but only one wan Ip i was able to ping not both . but after enabling the ip forwarding, i can able to ping
# sysctl net.ipv4.ip_forward
net.ipv4.ip_forward = 0
But the problem is I have 2 wan IPs and both are on different PVC, When I ping both IPs from from LAN, one of the nas1.2 interface receive both pvc traffic, I am get shock how is this possible . Could you please help.. Please let me know if any further info need to for identification.
iptables routing ping dsl adsl
edited Jun 4 at 3:20
asked Jun 1 at 7:33
![](https://lh6.googleusercontent.com/-Ao2mBK2VGh0/AAAAAAAAAAI/AAAAAAAAAMQ/MvL8V-Nr-f8/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-Ao2mBK2VGh0/AAAAAAAAAAI/AAAAAAAAAMQ/MvL8V-Nr-f8/photo.jpg?sz=32)
Nagesh HS
63
63
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1042535%2fhow-to-create-multiple-wan-connection-to-single-lan%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password