Hello,
i am coord offrench network 44.151.
I want to make gateways :
For example, i want ping 44.151.29.1 and i would like to have an answer from my localIP 78.241.81.29.
What is the command to the server.
I knows these command f5pbg add a 78.241.xxx.xxx etc...
but i don't know the command to make gateways...
Thank's a lot for the answer.
All the best
Ludovic - F5PBG.
Hello,
have you read any of the WIKI articles?
Especially http://wiki.ampr.org/index.php/Setting_up_a_gateway_on_Linux
Did you try the instructions?
What error do you receive from the shell commands?
Eventuellement tu peux décrire ton problème en français?
vy 73 de Marc, LX1DUC
On 2014-09-02 15:03, f5pbg@free.fr wrote:
(Please trim inclusions from previous messages) _______________________________________________
Hello,
i am coord offrench network 44.151.
I want to make gateways :
For example, i want ping 44.151.29.1 and i would like to have an answer from my localIP 78.241.81.29.
What is the command to the server.
I knows these command f5pbg add a 78.241.xxx.xxx etc...
but i don't know the command to make gateways...
Thank's a lot for the answer.
All the best
Ludovic - F5PBG.
Bonjour,
j'ai accès au serveur US pour la gestion des IP du réseau 44.151 et ce que j'ai besoin de créer c'est une passerelle qui réaiguillerait l'adresse 44.151.xxx.xxx vers l' IP fixe de la personne qui le demande.
Ainsi un ping 44.151.29.1 aurait une réponse de ma machine dont l' IP est 78.241.85.29
Les seules commandes que je connaisse sur le serveur US est <qrz> add/del a <IP> et <qrz> add/del cname <qrz.nom de domaine>.
Merci
73's de Ludovic - F5PBG
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Bonjour,
l'enregistrement des passerelles se fait sur http://portal.ampr.org dans le menu Gateway --> Manage --> Add Gateway.
Une fois que la passerelle a été crée, on peux ajouter un ou plusieurs réseaux 44net à la passerelle en
- - allant sur Gateway --> Manage - - cliquant sur Edit derrière la passerelle qui va héberger le réseau 44net - - remplissant le champs "Subnet:" - - finallement en cliquant "Add subnet"
Cette procédure assure que tous les autres participant du AMPR/44net savent où localiser le réseau 44net ajouté pendant la procédure précédent. Il faut maintenant configurer ta passerelle afin de pouvoir acheminer les réponses vers les autres participants du AMPR/44net.
vy 73 de Marc, LX1DUC
On 02/09/2014 17:31, f5pbg@free.fr wrote:
(Please trim inclusions from previous messages) _______________________________________________ Bonjour,
j'ai accès au serveur US pour la gestion des IP du réseau 44.151 et ce que j'ai besoin de créer c'est une passerelle qui réaiguillerait l'adresse 44.151.xxx.xxx vers l' IP fixe de la personne qui le demande.
Ainsi un ping 44.151.29.1 aurait une réponse de ma machine dont l' IP est 78.241.85.29
Les seules commandes que je connaisse sur le serveur US est <qrz> add/del a <IP> et <qrz> add/del cname <qrz.nom de domaine>.
Merci
73's de Ludovic - F5PBG
_________________________________________ 44Net mailing list 44Net@hamradio.ucsd.edu http://hamradio.ucsd.edu/mailman/listinfo/44net
Ludovic;
On Tue, 2014-09-02 at 13:03 +0000, f5pbg@free.fr wrote:
I want to make gateways but i don't know the command to make gateways... Thank's a lot for the answer.
Please visit http://n1uro.ampr.org/linuxconf/dotun.txt This not only explains how to load your gateway properly but with configuring 4-variables, the script will do it for you. This worked for Michel f3kt-1.ampr.org
Hello,
so i followed the info from http://n1uro.ampr.org/linuxconf/dotun.txt When i launched dotun.sh i had an error.
You must move the line : case "$1" in just before the line : start)
I change the way /usr/local/bin/ by /usr/sbin
I had put a # (transform in comments) these lines : NOSIP='x.x.x.x' # ex: 44.1.2.4 ifconfig tun0 $AMPRIP pointopoint $NOSIP up ip route add $NOSIP dev tun0 onlink table 1 src $AMPRIP
Now on this computer, when i do a ping, i see an answer but i do not see anything outside my local network (like a traceroute).
I put the local IP of this computer of the DMZ zone of my router.
At this moment, i search where is the problem but if you have the solution, I thank you in advance
:)
I do a tutorial (in french) on http://radioamateur.forumsactifs.com/t1725-gateway-hamnet-echolink-installat... (It is not finished...)
Best regards, Ludovic - F5PBG http://f5pbg.free.fr
Greetings;
On Wed, 2014-09-10 at 07:27 +0000, f5pbg@free.fr wrote:
You must move the line : case "$1" in just before the line : start)
Thanks for the catch.
I change the way /usr/local/bin/ by /usr/sbin
Typically you would want to put your own files in /usr/local/bin or sbin, not in /usr/sbin (not that it really matters as long as it's in your path), that keeps it more in scope with the linux filesystem rules.
I had put a # (transform in comments) these lines : NOSIP='x.x.x.x' # ex: 44.1.2.4 ifconfig tun0 $AMPRIP pointopoint $NOSIP up ip route add $NOSIP dev tun0 onlink table 1 src $AMPRIP
If you're not running any xNOS, that's fine.
Now on this computer, when i do a ping, i see an answer but i do not see anything outside my local network (like a traceroute).
After you ifconfig your tunl0 add this line: ip tunnel change tunl0 mode ipip ttl 64 tunl0 pmtudisc
That will enable you traceroute results. Typically your encapsulated traces will not give you proper results. Without making adjustments to the TTL, you won't get responses from your amprnet-hops.
At this moment, i search where is the problem but if you have the solution, I thank you in advance