开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Gateway - Raspberry Pi 3 -need help

 

HI Colby,
I was able to get another computer and set up the QnetGateway and here are the "ip a". The enp0s25 was connected from the router to the gateway and the enp4s0 was connected from controller to the gateway.

root@nolyn78dell:/home/nolyn1978# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
??? link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
??? inet scope host lo
?????? valid_lft forever preferred_lft forever
??? inet6 ::1/128 scope host
?????? valid_lft forever preferred_lft forever
2: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
??? link/ether 18:0f:76:cc:18:fa brd ff:ff:ff:ff:ff:ff
3: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
??? link/ether 14:fe:b5:df:c6:c2 brd ff:ff:ff:ff:ff:ff
??? inet brd 192.168.1.255 scope global dynamic enp0s25
?????? valid_lft 85833sec preferred_lft 85833sec
??? inet6 fe80::16fe:b5ff:fedf:c6c2/64 scope link
?????? valid_lft forever preferred_lft forever

root@nolyn78dell:/home/nolyn1978/QnetGateway# make installicom
######### QnetGateway #########
/bin/cp -f qngateway /usr/local/bin
/bin/cp -f qnremote qnvoice /usr/local/bin
/bin/ln -s /home/nolyn1978/QnetGateway/qn.cfg /usr/local/etc
/bin/cp -f system/qngateway.service /lib/systemd/system
systemctl enable qngateway.service
Created symlink /etc/systemd/system/multi-user.target.wants/qngateway.service → /lib/systemd/system/qngateway.service.
systemctl daemon-reload
systemctl start qngateway.service
######### QnetLink #########
/bin/cp -f qnlink /usr/local/bin
/bin/cp -f announce/*.dat /usr/local/etc
/bin/ln -s /home/nolyn1978/QnetGateway/gwys.txt /usr/local/etc
/bin/cp -f exec_?.sh /usr/local/etc
/bin/cp -f system/qnlink.service /lib/systemd/system
systemctl enable qnlink.service
Created symlink /etc/systemd/system/multi-user.target.wants/qnlink.service → /lib/systemd/system/qnlink.service.
systemctl daemon-reload
systemctl start qnlink.service
root@nolyn78dell:/home/nolyn1978/QnetGateway#



On Wed, Sep 5, 2018 at 9:20 PM Colby Ross W1BSB <colbypr@...> wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?



--
Regards,
Nomis A. Bayan Jr.


Re: Unknown disconnecting in terminal Mode using Cell Phone as wifi hotspot

 

I don't see anything intrinsically wrong with what you are doing. I'll have to look over the gateway code to see what it does when you sever the TCP connection to QuadNet when you drive out of range of your home wifi. It's not how I do things. When I turn on my Pi Zero W in my car, my iPhone is already in hot-spot mode and it takes priority over my home wifi network so the Pi is ready for mobile operation.

QnetITAP did have a problem with turning off Terminal Mode, but I just fixed that and pushed it up to the master branch.

Now, QnetITAP will die if doesn't hear anything from the radio for 10 seconds. (Under normal conditions, there is a ping-pong between the radio and QnetITAP every second.) So now, when you switch off Terminal Mode, or turn off your radio, or unplug the serial cable, QnetITAP dies after 10 seconds and systemd will restart it. If you've switch back to Terminal Mode, or turned your radio back on, or plugged your serial cable back in, within about 10 seconds, you'll be back in business.

As always Carty, thanks for you comments! Terminal mode is even better now, thanks to you. I have another road trip coming up next week (TAPR Meeting in Albuquerque) and will be using TM during that ride. (I'm still working on Access Point Mode, stay tuned!)


Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

Hi Colby,

I decided to just get another computer for the gateway. Thank you very much. i will start from beginning and will need your assistance. Thanks again.


On 9/6/2018 5:52 PM, Colby Ross W1BSB wrote:

Something is going on because your 2nd hardware ethernet device is not registering on the system.? eth0 is the pi’s primary onboard ethernet adapter and has an autoconfigured address which means it is not configured for the static 172.16.x.x subnet.? The TPLink adapter you have plugged in for a 2nd ethernet port does not appear to be registered. Your internet connection appears to be using your on board wifi adapater.? So there are some issues that need to be addressed first.

?

It would be helpful if I can log in and dig around a bit and figure out whats going on and run the configuration of your ethernet adapters. All you need to do is forward a TCP port in your router to the Pi’s 192.x.x.x ip, on port 22.? So on your port forwarding page, forward something like port 450 to 192.168.1.145 port 22. Then I would need a user name and password to log into. The default pi username will work because they have sudo access. Unfortunately, I don’t really have enough information to offer any more than logging in and taking a look.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 20:46
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Yes and I just did an apt update. here is the ifcofig -a.

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>? mtu 1500

? ? ? ? inet 169.254.48.39? netmask 255.255.0.0? broadcast 169.254.255.255

? ? ? ? inet6 fe80::42de:783a:e5a9:256a? prefixlen 64? scopeid 0x20<link>

? ? ? ? ether b8:27:eb:08:21:c7? txqueuelen 1000? (Ethernet)

? ? ? ? RX packets 16? bytes 800 (800.0 B)

? ? ? ? RX errors 0? dropped 0? overruns 0? frame 0

? ? ? ? TX packets 57? bytes 9771 (9.5 KiB)

? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

?

lo: flags=73<UP,LOOPBACK,RUNNING>? mtu 65536

? ? ? ? inet 127.0.0.1? netmask 255.0.0.0

? ? ? ? inet6 ::1? prefixlen 128? scopeid 0x10<host>

? ? ? ? loop? txqueuelen 1000? (Local Loopback)

? ? ? ? RX packets 12? bytes 720 (720.0 B)

? ? ? ? RX errors 0? dropped 0? overruns 0? frame 0

? ? ? ? TX packets 12? bytes 720 (720.0 B)

? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

?

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>? mtu 1500

? ? ? ? inet 192.168.1.145? netmask 255.255.255.0? broadcast 192.168.1.255

? ? ? ? inet6 fe80::5972:50d4:4b01:5690? prefixlen 64? scopeid 0x20<link>

? ? ? ? ether b8:27:eb:5d:74:92? txqueuelen 1000? (Ethernet)

? ? ? ? RX packets 633? bytes 425160 (415.1 KiB)

? ? ? ? RX errors 0? dropped 6? overruns 0? frame 0

? ? ? ? TX packets 687? bytes 102091 (99.6 KiB)

? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

?

?

?

On Thu, Sep 6, 2018 at 5:33 PM Colby Ross W1BSB <colbypr@...> wrote:

Is your Pi able to access the internet, like you can do an apt update and it syncs its package cache with the raspberry pi repo and you can apt install packages that are downloaded over the internet? Show me the output of ifconfig -a

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 20:23
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I took photos of my set up and configuration on the repeater (RP2C controller manual). I will send you the qn.cfg file.

?

On 9/6/2018 4:22 PM, Colby Ross W1BSB wrote:

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router.? This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?

?


?

--

Regards,

Nomis A. Bayan Jr.



Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

That what make it special.? there's no monitor connection unless you add one to it but you could ssh into to it. Maybe look for a Youtube on it


Will

On 9/6/2018 8:47 PM, Nomis Bayan Jr. wrote:

Hi Will,

Will this work the QnetGateway? I did not see any monitor connection.


On 9/6/2018 6:03 PM, Will wrote:

If you need a another computer check out the EspressoBin SBC. (google is your friend)? It has 3 built in Ethernet ports? and can be use in different ways.


Will / W4WWM

On 9/6/2018 6:10 PM, Nomis Bayan Jr. wrote:

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.



On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?




Re: Gateway - Raspberry Pi 3 -need help

Colby Ross W1BSB
 

开云体育

QnetGateway is designed to run headless (i.e. no monitor) so long as the device will accept a modern Debian distribution it _should_ work but our testing was performed on the Raspberry Pi, it is aptly suited for the task.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 21:47
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Will,

Will this work the QnetGateway? I did not see any monitor connection.

?

On 9/6/2018 6:03 PM, Will wrote:

If you need a another computer check out the EspressoBin SBC. (google is your friend)? It has 3 built in Ethernet ports? and can be use in different ways.

?

Will / W4WWM

On 9/6/2018 6:10 PM, Nomis Bayan Jr. wrote:

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?

?


Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

Hi Will,

Will this work the QnetGateway? I did not see any monitor connection.


On 9/6/2018 6:03 PM, Will wrote:

If you need a another computer check out the EspressoBin SBC. (google is your friend)? It has 3 built in Ethernet ports? and can be use in different ways.


Will / W4WWM

On 9/6/2018 6:10 PM, Nomis Bayan Jr. wrote:

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.



On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?




Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

If you need a another computer check out the EspressoBin SBC. (google is your friend)? It has 3 built in Ethernet ports? and can be use in different ways.


Will / W4WWM

On 9/6/2018 6:10 PM, Nomis Bayan Jr. wrote:

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.



On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?



Re: Gateway - Raspberry Pi 3 -need help

Colby Ross W1BSB
 

开云体育

Something is going on because your 2nd hardware ethernet device is not registering on the system.? eth0 is the pi’s primary onboard ethernet adapter and has an autoconfigured address which means it is not configured for the static 172.16.x.x subnet.? The TPLink adapter you have plugged in for a 2nd ethernet port does not appear to be registered. Your internet connection appears to be using your on board wifi adapater.? So there are some issues that need to be addressed first.

?

It would be helpful if I can log in and dig around a bit and figure out whats going on and run the configuration of your ethernet adapters. All you need to do is forward a TCP port in your router to the Pi’s 192.x.x.x ip, on port 22.? So on your port forwarding page, forward something like port 450 to 192.168.1.145 port 22. Then I would need a user name and password to log into. The default pi username will work because they have sudo access. Unfortunately, I don’t really have enough information to offer any more than logging in and taking a look.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 20:46
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Yes and I just did an apt update. here is the ifcofig -a.

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>? mtu 1500

? ? ? ? inet 169.254.48.39? netmask 255.255.0.0? broadcast 169.254.255.255

? ? ? ? inet6 fe80::42de:783a:e5a9:256a? prefixlen 64? scopeid 0x20<link>

? ? ? ? ether b8:27:eb:08:21:c7? txqueuelen 1000? (Ethernet)

? ? ? ? RX packets 16? bytes 800 (800.0 B)

? ? ? ? RX errors 0? dropped 0? overruns 0? frame 0

? ? ? ? TX packets 57? bytes 9771 (9.5 KiB)

? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

?

lo: flags=73<UP,LOOPBACK,RUNNING>? mtu 65536

? ? ? ? inet 127.0.0.1? netmask 255.0.0.0

? ? ? ? inet6 ::1? prefixlen 128? scopeid 0x10<host>

? ? ? ? loop? txqueuelen 1000? (Local Loopback)

? ? ? ? RX packets 12? bytes 720 (720.0 B)

? ? ? ? RX errors 0? dropped 0? overruns 0? frame 0

? ? ? ? TX packets 12? bytes 720 (720.0 B)

? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

?

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>? mtu 1500

? ? ? ? inet 192.168.1.145? netmask 255.255.255.0? broadcast 192.168.1.255

? ? ? ? inet6 fe80::5972:50d4:4b01:5690? prefixlen 64? scopeid 0x20<link>

? ? ? ? ether b8:27:eb:5d:74:92? txqueuelen 1000? (Ethernet)

? ? ? ? RX packets 633? bytes 425160 (415.1 KiB)

? ? ? ? RX errors 0? dropped 6? overruns 0? frame 0

? ? ? ? TX packets 687? bytes 102091 (99.6 KiB)

? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

?

?

?

On Thu, Sep 6, 2018 at 5:33 PM Colby Ross W1BSB <colbypr@...> wrote:

Is your Pi able to access the internet, like you can do an apt update and it syncs its package cache with the raspberry pi repo and you can apt install packages that are downloaded over the internet? Show me the output of ifconfig -a

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 20:23
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I took photos of my set up and configuration on the repeater (RP2C controller manual). I will send you the qn.cfg file.

?

On 9/6/2018 4:22 PM, Colby Ross W1BSB wrote:

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router.? This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?

?


?

--

Regards,

Nomis A. Bayan Jr.


Re: Gateway - Raspberry Pi 3 -need help

 

Hi Colby,
Yes and I just did an apt update. here is the ifcofig -a.
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>? mtu 1500
? ? ? ? inet 169.254.48.39? netmask 255.255.0.0? broadcast 169.254.255.255
? ? ? ? inet6 fe80::42de:783a:e5a9:256a? prefixlen 64? scopeid 0x20<link>
? ? ? ? ether b8:27:eb:08:21:c7? txqueuelen 1000? (Ethernet)
? ? ? ? RX packets 16? bytes 800 (800.0 B)
? ? ? ? RX errors 0? dropped 0? overruns 0? frame 0
? ? ? ? TX packets 57? bytes 9771 (9.5 KiB)
? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>? mtu 65536
? ? ? ? inet 127.0.0.1? netmask 255.0.0.0
? ? ? ? inet6 ::1? prefixlen 128? scopeid 0x10<host>
? ? ? ? loop? txqueuelen 1000? (Local Loopback)
? ? ? ? RX packets 12? bytes 720 (720.0 B)
? ? ? ? RX errors 0? dropped 0? overruns 0? frame 0
? ? ? ? TX packets 12? bytes 720 (720.0 B)
? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>? mtu 1500
? ? ? ? inet 192.168.1.145? netmask 255.255.255.0? broadcast 192.168.1.255
? ? ? ? inet6 fe80::5972:50d4:4b01:5690? prefixlen 64? scopeid 0x20<link>
? ? ? ? ether b8:27:eb:5d:74:92? txqueuelen 1000? (Ethernet)
? ? ? ? RX packets 633? bytes 425160 (415.1 KiB)
? ? ? ? RX errors 0? dropped 6? overruns 0? frame 0
? ? ? ? TX packets 687? bytes 102091 (99.6 KiB)
? ? ? ? TX errors 0? dropped 0 overruns 0? carrier 0? collisions 0



On Thu, Sep 6, 2018 at 5:33 PM Colby Ross W1BSB <colbypr@...> wrote:

Is your Pi able to access the internet, like you can do an apt update and it syncs its package cache with the raspberry pi repo and you can apt install packages that are downloaded over the internet? Show me the output of ifconfig -a

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 20:23
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I took photos of my set up and configuration on the repeater (RP2C controller manual). I will send you the qn.cfg file.

?

On 9/6/2018 4:22 PM, Colby Ross W1BSB wrote:

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router.? This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To:
[email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?

?



--
Regards,
Nomis A. Bayan Jr.


Re: Gateway - Raspberry Pi 3 -need help

Colby Ross W1BSB
 

开云体育

Is your Pi able to access the internet, like you can do an apt update and it syncs its package cache with the raspberry pi repo and you can apt install packages that are downloaded over the internet? Show me the output of ifconfig -a

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 20:23
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I took photos of my set up and configuration on the repeater (RP2C controller manual). I will send you the qn.cfg file.

?

On 9/6/2018 4:22 PM, Colby Ross W1BSB wrote:

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router. ?This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To:
[email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?

?


Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

Hi Colby,

I took photos of my set up and configuration on the repeater (RP2C controller manual). I will send you the qn.cfg file.


On 9/6/2018 4:22 PM, Colby Ross W1BSB wrote:

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router. ?This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To:
[email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?



Re: Gateway - Raspberry Pi 3 -need help

 

Hi Colby,
Here is the file qn.cfg. I do not know how to set up for the ssh.?

# Qnet Gateway Configuration

ircddb = {
? ? ? ? login = "KM6VLB";? ? ?# login callsign for the ircDDB network
? ? ? ? host = ""? ? # other include
? ? ? ? port = 9007? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?# not a good idea to change!
#? ? ? ?password = "password"? ?# not needed for
}

gateway = {
? ? ? ? regen_header = true? ? ? ? # regenerate headers from incoming data
? ? ? ? send_qrgs_maps = true? ? ? # send frequecy, offset, cooridinates and url to irc-server
? ? ? ? local_irc_ip = "0.0.0.0"? ?# 0.0.0.0 means accept any incoming connections
? ? ? ? aprs_send = true? ? ? ? ? ?# send info to aprs
? ? ? ? ip = "172.16.0.20"? ? ? ? ? ?# where the gateway is running

? ? external = {
? ? ? ? ? ? ? ? ip = "172.16.0.1"
? ? ? ? ? ? ? ? port = 20319
? ? ? ? }

? ? ? ? internal = {
? ? ? ? ? ? ? ? ip = "172.16.0.20"
? ? ? ? ? ? ? ? port = 20000
? ? ? ? }
}

module = {
#? ? ? ?a = { # an ICOM full stack might consist of up to three module
#? ? ? ?a = { # an ICOM full stack might consist of up to three module
? ? ? ? ? ? ? # Sorry, the 23 cm data module is not yet supported
? ? ? ? ? # 23 cm module will use "a"
? ? ? ? ? # 70 cm module will use "b"
? ? ? ? ? #? 2? M module will use "c"
#? ? ? ? ? ? ? ?type = "icom"? ? ? # you must define at least one module by uncommenting the type
#? ? ? ? ? ? ? ?ip = "172.16.0.1" # all icom modules should have the same IP address
#? ? ? ? ? ? ? ?port = 20000? ? ? ?# all icom modules should have the same UDP port
#? ? ? ? ? ? ? ?frequency = 448.260? ? ? # in MHz, if you specify here, this frequency will show up on the QuadNet USER GATEWAYS webpage
#? ? ? ? ? ? ? ?offset = 5 Mhz
#? ? ? ? ? ? ? ?range = 0? ? ? ? ? # the range of this repeater, in meters. 1609.344 meters is 1.0 miles
#? ? ? ?agl = 0? ? ? ? ? ? # the height above ground level for this repeater's antenna
#? ? ? ? ? ? ? ?latitude = 0? ? ? ?# you can leave this unspecified for a mobile rig
#? ? ? ? ? ? ? ?longitude = 0? ? ? # like the latitude
#? ? ? ? ? ? ? ?desc1 = "La Mesa, CA"? ? ? ? ?# maximum of 20 characters, most special symbols are not allowed
#? ? ? ? ? ? ? ?desc2 = ""? ? ? ? ?# just like desc1
#? ? ? ? ? ? ? ?url = ""? ? # 80 characters max
? ? ? ? b = {
? ? ? ? ? ? ? ? type = "icom"
? ? ? ? ? ? ? ? ip = "172.16.0.1" # all icom modules should have the same IP address
? ? ? ? ? ? ? ? port = 20319? ? ? ?# all icom modules should have the same UDP port
? ? ? ? ? ? ? ? frequency = 448.260
? ? ? ? ? ? ? ? offset = 5 Mhz
? ? ? ? ? ? ? ? range = 0.0
? ? ? ? ? ? ? ? agl = 0.0
? ? ? ? ? ? ? ? latitude = 32.0
? ? ? ? ? ? ? ? longitude = 117.0
? ? ? ? ? ? ? ? desc1 = "La Mesa, CA"
#? ? ? ? ? ? ? ?desc2 = ""
? ? ? ? ? ? ? ? url = ""
? ? ? ? }
#? ? ? ?c = {
#? ? ? ? ? ? ? ?type = "icom"
#? ? ? ? ? ? ? ?ip = "172.16.0.1" # all icom modules should have the same IP address
#? ? ? ? ? ? ? ?port = 20000? ? ? ?# all icom modules should have the same UDP port
#? ? ? ? ? ? ? ?frequency = 0
#? ? ? ? ? ? ? ?dvap_offset = 0
#? ? ? ? ? ? ? ?range = 0.0
#? ? ? ? ? ? ? ?agl = 0.0
#? ? ? ? ? ? ? ?latitude = 0.0
#? ? ? ? ? ? ? ?longitude = 0.0
#? ? ? ? ? ? ? ?desc1 = ""
#? ? ? ? ? ? ? ?desc2 = ""
#? ? ? ? ? ? ? ?url = ""
? ? ? ? }
}
log = {
? ? ? ? # debuging and extra logging switches
? ? ? ? qso = false? ? ?# QSO info goes into the log
? ? ? ? irc = false? ? ?# IRC debug info
? ? ? ? dtmf = false? ? # DTMF debug info
}

aprs = {? ? ? ? # connect info
? ? ? ? host = ""
? ? ? ? port = 14580
? ? ? ? interval = 40
#? ? ? ?filter = ""
}
link = {
? ? ? ? link_at_start = "XRF072AL" # Link to a reflector at startup.
#? ? ? ? ? ? ? ? ? ? ? ? ? ? ?to link repeater module B to REF001 C, use "BREF001C"
? ? ? ? ref_login = ""? ? ? ? ? ? ?# for loging into REF reflectors, if undefined, ircddb.username will be used
? ? ? ? admin = [ "N0MIS" ]? ? ? ? ? # only these users can execute scripts, block dongles and reload the gwys.txt
#? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # you probabaly want you own callsign in the admin list!
? ? ? ? link_unlink = [ "N0MIS" ]? ? # if defined, only these users can link and unlink a repeater
#? ?no_link_unlink = [ "CALL7", "CALL8", "CALL9" ] # if defined, these users cannot link or unlink, it's a blacklist
#? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? # if the blacklist is defined (even if it's em$
? ? ? ? incoming_ip = "0.0.0.0"? ? ?# incoming ip address, "0.0.0.0" means accepts all connections.
? ? ? ? ip = "172.16.0.1"? ?# where g2_link is running
? ? ? ? port = 20319? ? ? ?# port for communications to g2_link
? ? ? ? ref_port = 20001? ?# port for REF linking, don't change
? ? ? ? xrf_port = 30001? ?# port for XRF linking, don't change
? ? ? ? dcs_port = 30051? ?# port for DCS linking, don't change
? ? ? ? announce = true? ? # do link, unlink, etc. announcements
? ? ? ? acknowledge = true # send text acknowledgement on key-up
? ? ? ? max_dongles = 30? ? # maximum number of linked hotspots
file = {
? ? ? ? status = "/usr/local/etc/rptr_status"? # where repeater status info is passed between services
? ? ? ? DTMF = "/tmp"? ? ? ? ? ? ? ? ? ? ? ? ? #
? ? ? ? echotest = "/tmp"? ? ? ? ? ? ? ? ? ? ? # echo dat files will end up here
? ? ? ? qnvoicefile = /tmp/qnvoice.txt? ? ? ? ?# where qnvoice will create the play command
? ? ? ? gwys = "/usr/local/etc/gwys.txt"? ? ? ?# where the list of gateways and reflectors (with ports) is.
? ? ? ? announce_dir = "/usr/local/etc"? ? ? ? # where are the *.dat files for the verbal link, unlink, etc. announcements
}

timing = {
? ? ? ? timeout = {
? ? ? ? ? ? ? ? echo = 1? ? ? ? ?# delay time in seconds for echo
? ? ? ? ? ? ? ? voicemail = 1? ? # delay time for voicemail
? ? ? ? ? ? ? ? remote_g2 = 2? ? # after this many seconds with no packets, we assume the tx is closed
? ? ? ? play = {
? ? ? ? ? ? ? ? wait = 1? ? ? ? ? # seconds before playback occurs, between 1 and 10
? ? ? ? ? ? ? ? delay = 19? ? ? ? # microseconds between frames playback, if echo sounds bad, adjust this up or down 1,2 microseconds
? ? ? ? }

? ? ? ? inactivity = {
? ? ? ? ? ? ? ? a = 30? ? ? ? ? ? ?# unlink repeater if no activity for this many minutes
? ? ? ? ? ? ? ? b = 30? ? ? ? ? ? ?# zero mean there will be no timer
? ? ? ? ? ? ? ? c = 30
? ? ? ? }


On Thu, Sep 6, 2018 at 4:22 PM Colby Ross W1BSB <colbypr@...> wrote:

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router.? This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To:
[email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?



--
Regards,
Nomis A. Bayan Jr.


Re: Unknown disconnecting in terminal Mode using Cell Phone as wifi hotspot

 

开云体育

That worked fine. ?Thank you.

I just used it on my home wifi network for about 20 minutes, on REF001C and XRF757A ?

I think I need to change how I operate, if I am understanding your comments.

My normal method is the start the radio and the RPi in the garage, and the RPi connects to the home wifi. ?I light up the phone hotspot. ?Make sure all is working - RPi is still connected to the home wifi.

I drive out of the garage and driveway and proceed down the street. ?My home wifi does not stay in range more than a couple of houses. ?A LOT of wifi signals in this subdivision. ?The RPi will look for a network and finds my cell phone hotspot. ?My phone says raspberry is connected to the mobile hotspot. ?

I think, in light of your comments, I should reboot the RPi at that point. ?Correct? ?I have added RX and HX to my DTMF commands list.

Or easier, I do not apply power to the RPI until I am out of range of my home wi-fi. ???

I will try this approach tomorrow. ?

Carty.



On Sep 6, 2018, at 7:05 PM, Tom Early <n7tae@...> wrote:

Whoops, sorry! Try it again.


Re: Gateway - Raspberry Pi 3 -need help

Colby Ross W1BSB
 

开云体育

No problems, we’ll work through it.? The trick to the whole set up is the static IP on the 2nd NIC that is plugged into the ICOM repeater controller. It will have to be configured manually and be set to 172.16.0.20.? You will first need to identify how your system is labelling the device. My guess is eth1. Once you’ve determined that, a static IP address can be set for that adapter (to 172.16.0.20, netmask 255.255.255.0, no gateway).? This ethernet connection should be connected directly to the repeater.? The internet serving router should be on the 10.0.0.1 network, and your primary ethernet interface (eth0) can be left to grab an IP via DHCP from the router. ?This should be enough to get QnetGateway working in its default configuration.

?

If you can get a working internet connection on the Pi, and open up an SSH port and provide a user and password that I can gain root level access with, I can log in and verify the configuration (or make it for you if you like) and ensure that communication between the PI and the repeater is working, and that QnetGateway is configured correctly to get it on the air. It’s a bit much for someone who hasn’t done it before, and it took me a bit to figure it out.

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 19:10
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.

?

?

On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To:
[email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?

?


Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

Hi Colby,

I am sorry if was not clear, this is my first time to set up an icom repeater (ID-RP4000V) with the controller (ID-RP2C).? I appreciate all the help I can get, I might be a little slow in learning, please bear with me. Before I go any further, please? let me know if my set up will work.

Using Raspberry Pi 3 and the second NIC was connected to the USB, TP-Link. ID-RP2C 10 Base T connected to the PI 3 ethernet connection and my router/modem connected to TP-link. Will this work, if not them I will get another computer and start again.



On 9/6/2018 6:33 AM, Colby Ross W1BSB wrote:

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?



Re: Unknown disconnecting in terminal Mode using Cell Phone as wifi hotspot

 

Whoops, sorry! Try it again.


Re: Unknown disconnecting in terminal Mode using Cell Phone as wifi hotspot

 

开云体育

git pull says “already Up-to-date”

pi@raspberrypi:~/QnetGateway $ make clean
rm -f DVAPDongle.o QnetVoice.o QnetGateway.o QnetRemote.o QnetRelay.o aprs.o QnetITAP.o Random.o QnetDVRPTR.o QnetDVAP.o QnetLink.o ircddb/golay23.o ircddb/IRCReceiver.o ircddb/IRCMessageQueue.o ircddb/IRCClient.o ircddb/IRCutils.o ircddb/IRCProtocol.o ircddb/IRCDDB.o ircddb/dstar_dv.o ircddb/IRCDDBApp.o ircddb/IRCMessage.o DVAPDongle.d QnetVoice.d QnetGateway.d QnetRemote.d QnetRelay.d aprs.d QnetITAP.d Random.d QnetDVRPTR.d QnetDVAP.d QnetLink.d ircddb/golay23.d ircddb/IRCReceiver.d ircddb/IRCMessageQueue.d ircddb/IRCClient.d ircddb/IRCutils.d ircddb/IRCProtocol.d ircddb/IRCDDB.d ircddb/dstar_dv.d ircddb/IRCDDBApp.d ircddb/IRCMessage.d qngateway qnlink qnremote qnvoice qnrelay qndvap qndvrptr qnitap
pi@raspberrypi:~/QnetGateway $ sudo make uninstall
######### QnetGateway #########
systemctl stop qngateway.service
systemctl disable qngateway.service
Removed /etc/systemd/system/multi-user.target.wants/qngateway.service.
/bin/rm -f /lib/systemd/system/qngateway.service
/bin/rm -f /usr/local/bin/qngateway
/bin/rm -f /usr/local/bin/qnremote
/bin/rm -f /usr/local/bin/qnvoice
/bin/rm -f /usr/local/etc/qn.cfg
######### QnetLink #########
systemctl stop qnlink.service
systemctl disable qnlink.service
Removed /etc/systemd/system/multi-user.target.wants/qnlink.service.
/bin/rm -f /lib/systemd/system/qnlink.service
/bin/rm -f /usr/local/bin/qnlink
/bin/rm -f /usr/local/etc/already_linked.dat
/bin/rm -f /usr/local/etc/already_unlinked.dat
/bin/rm -f /usr/local/etc/failed_linked.dat
/bin/rm -f /usr/local/etc/id.dat
/bin/rm -f /usr/local/etc/linked.dat
/bin/rm -f /usr/local/etc/unlinked.dat
/bin/rm -f /usr/local/etc/RPT_STATUS.txt
/bin/rm -f /usr/local/etc/gwys.txt
/bin/rm -f /usr/local/etc/exec_?.sh
######### QnetRelay #########
systemctl stop qnrelay.service
Failed to stop qnrelay.service: Unit qnrelay.service not loaded.
Makefile:233: recipe for target 'uninstall' failed
make: *** [uninstall] Error 5
pi@raspberrypi:~/QnetGateway $ sudo make uninstallitap
######### QnetGateway #########
systemctl stop qngateway.service
Failed to stop qngateway.service: Unit qngateway.service not loaded.
Makefile:263: recipe for target 'uninstallitap' failed
make: *** [uninstallitap] Error 5
pi@raspberrypi:~/QnetGateway $ sudo make uninstalldtmf
systemctl stop qndtmf.service
systemctl disable qndtmf.service
Removed /etc/systemd/system/multi-user.target.wants/qndtmf.service.
/bin/rm -f /lib/systemd/system/qndtmf.service
systemctl daemon-reload
/bin/rm -f /usr/local/bin/qndtmf
pi@raspberrypi:~/QnetGateway $ git pull
Already up-to-date.
pi@raspberrypi:~/QnetGateway $ sudo git pull
Already up-to-date.
pi@raspberrypi:~/QnetGateway $?


Carty

On Sep 6, 2018, at 4:22 PM, Tom Early <n7tae@...> wrote:

Okay Carty, I think what was happening is that programs were starting before the tethered network (from your smart-phone) was ready. Thanks to some help from Colby W1BSB, I rewrote the *.service scripts. Now QnetGateway won't start until the network has been established and nearly all the other programs you might be using (QnetLink, QnetRelay, etc) won't start until QnetGateway is up and running. I pushed these changes up to the master branch.

Let me know if this helps.

After you do a "git pull", you'll need to uninstall before a reinstall.

Still working on your "side issue"...


Re: Unknown disconnecting in terminal Mode using Cell Phone as wifi hotspot

 

Okay Carty, I think what was happening is that programs were starting before the tethered network (from your smart-phone) was ready. Thanks to some help from Colby W1BSB, I rewrote the *.service scripts. Now QnetGateway won't start until the network has been established and nearly all the other programs you might be using (QnetLink, QnetRelay, etc) won't start until QnetGateway is up and running. I pushed these changes up to the master branch.

Let me know if this helps.

After you do a "git pull", you'll need to uninstall before a reinstall.

Still working on your "side issue"...


Re: Gateway - Raspberry Pi 3 -need help

Colby Ross W1BSB
 

开云体育

I’m a bit confused myself. Is this on a Pi? Have you changed the repeater’s IP to an address on the same block your router and system are configured for?


With QnetGateway, to link to a reflector, you must put XRF072AL in the UR field. It’s a bit different than the conventional ICOM stack.

?

The IPs are configured in the qn.cfg file, you have to tell it what IP your repeater is on and what IP the gateway should be listening on.

?

Show me the output of your /usr/local/etc/qn.cfg file, the output of journalctl -u qngateway, and tell me what IP your repeater is currently assigned, as well as your router, and the system you are running QnetGateway on. (The local IP addresses, i.e. 10.x.x.x, 192.168.x.x, 172.x.x.x, etc)

?

Colby

?

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 09:26
To: [email protected]
Subject: Re: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?

?

On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?

?


Re: Gateway - Raspberry Pi 3 -need help

 

开云体育

Hi Colby,

Thank you very much. I did what you provided and did not see any error but it would not link to where I configured to XRF072 A (Set up BXRF072A). I am a little bit confuse in setting up the IP addresses and need assistance. I am using and assigned a fixed IP address to the Gateway and assigned it on my modem/router, the same set up I did on the XLX server. I appreciate if you could assist me in setting up our Gateway link to icom repeater. Thank you.

Questions:

1. QnetGateway/qn.icom.cfg: Do I need to change any IP addresses on the qnet Gateway Configuration?

2. Icom ID-RP2C controller: following the ID-RP2C manual, setting is currently Gateway IP address: 172.16.0.20 and port is 2000; Communication Settings IP address: 172.16.0.1, Port 20319, Subnet 255.255.255.0, Def Gateway 0.0.0.0. Do I need to change any setting on the controller?

3. Where do I enter the static IP address (purchased five fixed IP address from AT&T)?


On 9/5/2018 9:20 PM, Colby Ross W1BSB wrote:

Try sudo make uninstallicom and then sudo make installicom

?

From: [email protected] <[email protected]> On Behalf Of Nomis Bayan Jr.
Sent: Thursday, September 6, 2018 00:19
To: [email protected]
Subject: [QnetGateway] Gateway - Raspberry Pi 3 -need help

?

Results after running sudo make installicom:

pi@raspberrypi:~/QnetGateway $ sudo make installicom

######### QnetGateway #########

/bin/cp -f qngateway /usr/local/bin

/bin/cp -f qnremote qnvoice /usr/local/bin

/bin/ln -s /home/pi/QnetGateway/qn.cfg /usr/local/etc

/bin/ln: failed to create symbolic link '/usr/local/etc/qn.cfg': File exists

Makefile:139: recipe for target 'installicom' failed

make: *** [installicom] Error 1

pi@raspberrypi:~/QnetGateway $?

?