Hello, I'm configuring a Raspberry with raspbian on 44.0.0.0 network. I don’t understand some syntax options.
Man "route" options are "add" with "-net" or "-host" but I don't find how to use the "addprivate" options.Example in Encap file : route addprivate 44.154.64/24 encap 62.169.206.224 But Man "route" says : route add [-net|-host] "addprivate" seems not to be a option for "route add" command.
73
F1SXO Frédéric ZULIAN
I believe the "addprivate" is a nos specific thing. If you are going to go the encap.txt way vs receiving the routes via RIP, you'll need to convert the encap.txt syntax to the proper Linux format.
On Tue, Aug 20, 2019 at 6:05 PM f1sxo@zulian.be via 44Net 44net@mailman.ampr.org wrote:
Hello, I'm configuring a Raspberry with raspbian on 44.0.0.0 network. I don’t understand some syntax options.
Man "route" options are "add" with "-net" or "-host" but I don't find how to use the "addprivate" options.Example in Encap file : route addprivate 44.154.64/24 encap 62.169.206.224 But Man "route" says : route add [-net|-host] "addprivate" seems not to be a option for "route add" command.
73
F1SXO Frédéric ZULIAN
44Net mailing list 44Net@mailman.ampr.org https://mailman.ampr.org/mailman/listinfo/44net
Hi,
You need a “munge” script to convert the NOS commands in the encap file to a bash script that can be run on Linux. One such example can be found here:
https://www.qsl.net/kb9mwr/wapr/tcpip/munge.txt
Although you would probably be better not going down that route (pun intended) and using rip44d instead. Consult the Wiki for details.
73 Chris - G1FEF
Sent from my iPhone
On 21 Aug 2019, at 00:03, f1sxo@zulian.be via 44Net 44net@mailman.ampr.org wrote:
Hello, I'm configuring a Raspberry with raspbian on 44.0.0.0 network. I don’t understand some syntax options.
Man "route" options are "add" with "-net" or "-host" but I don't find how to use the "addprivate" options.Example in Encap file : route addprivate 44.154.64/24 encap 62.169.206.224 But Man "route" says : route add [-net|-host] "addprivate" seems not to be a option for "route add" command.
73
F1SXO Frédéric ZULIAN
44Net mailing list 44Net@mailman.ampr.org https://mailman.ampr.org/mailman/listinfo/44net