I
I
Ivan Panteleev2012-06-09 20:39:26
Computer networks
Ivan Panteleev, 2012-06-09 20:39:26

Routes in ZyXEL Keenetic V2.00

The network diagram is something like this:
1. Dlink 2100AP (192.168.0.50). An external antenna is connected to it, catching WiFi from provider
2. ZyXEL Keenetic (192.168.1.1) is connected to the above Dlink.

What command through telnet can I make a route so that Dlink starts pinging?
I found this in mana: (config)> ip route (‹address› ‹mask› | ‹host› | default)
(‹gateway› [interface] | ‹interface›) [metric]

tried this: ip route 192.168.0.1 255.255 .255.0 192.168.1.1 Switch0/VLAN1
but got an error: Network::RoutingTable error[5046275]: invalid route format.

how to do it right?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
S1ashka, 2012-06-09
@S1ashka

I can be wrong, but
let's say 2100ap has the address 192.168.50.1 at your router behind nat 192.168.1.1
do
route add 192.168.50.0 mask 255.255.255.0 192.168.1.1 -p
and you should see a dilink
it would be nice to look at device logs
with a poppy ... maybe on the dilink is filtering for this particular poppy?

A
apetropolsky, 2012-06-10
@apetropolsky

Stop. They are on the same subnet, so why do you need another route? The error, in my humble opinion, is exactly what it points to. Yes, even if the route to the host is needed, all of a sudden, what you are prescribing is the route to the network. For the route to the host, the mask in the command will be 255.255.255.255.
Generally speaking, give the network configuration in more detail - with masks and gateways, so that it is clearer what you should do in this case.

I
Ivan Panteleev, 2012-06-10
@Yekver

hmm, I'll probably clarify ZyXEL is connected to Dlink via the WAN port.
the commands given by you both and I tried both of them return: Command::Base error[7405602]: metric: argument parse error.
I need to be able to ping and access Dlink from a computer that connects to ZyXEL, how can I do this? They are on different subnets.

D
DmitriyErmakov, 2015-01-16
@DmitriyErmakov

zyxel.ru/kb/1927

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question