Routing

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.

Routing

This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
Routing
Routing
2014-12-11 01:34:23
Region : Argentina

Model : TL-WR1043ND

Hardware Version : V2

Firmware Version :

ISP :


I have a two small networks: One is cabled and another is wi-fi.

The first one is: 10.5.0.0 subnet 255.255.0.0 gateway 10.5.60.1 The second one is: 192.168.0.0 subnet 255.255.255.0 gateway 192.168.0.1

The gateway for the first network is a Ubuntu machine, I configured a NAT so I can access all the computers on the second network.

The gateway for the second network is a TP-LINK wireless router, I configured a static route like this: Destination Network: 10.5.0.0 Subnet Mask: 255.255.0.0 Default Gateway: 192.168.0.1

But in the case using wireless I cannot access on the first network but the gateway 10.5.60.1

From a mac using wireless (address 10.5.60.101) I made a traceroute:

[CODE]$ traceroute 10.5.60.1
traceroute to 10.5.60.1 (10.5.60.1), 64 hops max, 52 byte packets
1 192.168.0.1 (192.168.0.1) 4.051 ms 0.901 ms 0.886 ms
2 10.5.60.1 (10.5.60.1) 2.085 ms 1.911 ms 1.303 ms[/CODE]

[CODE]$ traceroute 10.5.60.2
traceroute to 10.5.60.2 (10.5.60.2), 64 hops max, 52 byte packets
1 192.168.0.1 (192.168.0.1) 1.761 ms 1.186 ms 1.050 ms
2 192.168.0.1 (192.168.0.1) 3177.626 ms !H 3071.109 ms !H 3071.924 ms !H[/CODE]
  0      
  0      
#1
Options
2 Reply
Re:Routing
2014-12-11 10:30:11
Your topology?
Is this helpful? http://www.tp-link.com/en/article/?faqid=560
  0  
  0  
#2
Options
Re:Routing
2014-12-11 12:11:04

MFDonadeli wrote

Region : Argentina

Model : TL-WR1043ND

Hardware Version : V2

Firmware Version :

ISP :


I have a two small networks: One is cabled and another is wi-fi.

The first one is: 10.5.0.0 subnet 255.255.0.0 gateway 10.5.60.1 The second one is: 192.168.0.0 subnet 255.255.255.0 gateway 192.168.0.1

The gateway for the first network is a Ubuntu machine, I configured a NAT so I can access all the computers on the second network.

The gateway for the second network is a TP-LINK wireless router, I configured a static route like this: Destination Network: 10.5.0.0 Subnet Mask: 255.255.0.0 Default Gateway: 192.168.0.1

But in the case using wireless I cannot access on the first network but the gateway 10.5.60.1

From a mac using wireless (address 10.5.60.101) I made a traceroute:

[CODE]$ traceroute 10.5.60.1
traceroute to 10.5.60.1 (10.5.60.1), 64 hops max, 52 byte packets
1 192.168.0.1 (192.168.0.1) 4.051 ms 0.901 ms 0.886 ms
2 10.5.60.1 (10.5.60.1) 2.085 ms 1.911 ms 1.303 ms[/CODE]

[CODE]$ traceroute 10.5.60.2
traceroute to 10.5.60.2 (10.5.60.2), 64 hops max, 52 byte packets
1 192.168.0.1 (192.168.0.1) 1.761 ms 1.186 ms 1.050 ms
2 192.168.0.1 (192.168.0.1) 3177.626 ms !H 3071.109 ms !H 3071.924 ms !H[/CODE]


Your network is misconfigured.
Your static route table is misconfigured.
Your Ubuntu/Gateway NAT configuration is incorrect.

This is not a TP-Link issue. Please consult your Linux distro networking manuals for details how to configure your Ubuntu/Gateway to act as a router.
  0  
  0  
#3
Options

Information

Helpful: 0

Views: 477

Replies: 2

Related Articles