Wednesday, July 28, 2021

Setting up Pi-Star for the Icom RP2C and D-Star Gateway operations

Backstory
Here in Maple Valley, WA, we have two repeaters, one for 2m analog and one for 70cm D-Star. They have shared Internet infrastructure, as well as a RasPi that was performing both EchoLink/IRLP and D-Star Gateway functions using EchoIRLP and ircDDBGateway, respectively. 

For a variety of good reasons, I have been planning on relocating both the 2m analog and 70cm D-Star repeaters. Relocating the 2m repeater is complicated for us, because of 2 other repeaters that are co-channeled (output on the same frequency) both north, in Vancouver BC, as well as south, in Longview WA. Comparatively, relocating the 440Mhz/70cm D-Star repeater is pretty trivial. We're not co-channeled and the range won't be an issue. 

Given I was going to be moving the repeaters, separately (at least temporarily), I had an opportunity to trying something a little different..

I set up the Icom ID-RP2C (D-Star repeater controller) with a purpose built Raspberry Pi image called Pi-Star, which is frequently used for people wanting to put small D-Star hotspots at home, or on the go.

This was the first time I used ircDDBGateway, so after working through the troubleshooting list like issues/concerns, I've come up with the following errors, which I think are the last pieces I needed to solve to get this Pi-Star operational for this repeater.

Here's my config and troubleshooting process for this setup.

About the Icom RP2C config, do first:
  • Configure the RP2C with the challenging-to-find-and-really-expensive-if-you-buy-it "Utility for RP2C" from Icom. Default password to read is PASSWORD. (I would not recommend changing it because I haven't found a reset procedure for the RP2C if you forget it.)
  • By default the RP2C is configured from Icom as 172.16.0.1 (against all normal IP-ing conventions), without a gateway, which is fine, since its' only talking to the Pi-Star, and, presumably, the Pi-Star is in the same switched network as the RP2C.
  • By default, the Communications Settings port will be 20319. You need to change this to 20000.
  • Don't forget to go into Option/Network Setup to change the Port after you change it from the default of 20319 to 20000.
My relevant settings changes
  1. Control Software: Set Controller Software to : DStarRepeater.
  2. Control Software: Set Controller Mode to: Duplex Repeater
  3. After changes in each section on the Configuration tab, click Apply Changes.
  4. --> Screen will refresh and give you more options to complete.
  5. Radio/Modem Type: Set to Icom Repeater Controller ID-RP2C (DStar Repeater Only)
  6. --> Screen will refresh and give you more options to complete.
  7. Set Node Callsign to your base callsign for the repeater
  8. Set Radio Frequency RX: to the frequency the repeater is listening for (aka, what you're transmitting to on your HT/mobile)
  9. Set Radio Frequency TX: to the frequency the repeater is transmitting on (aka, what you are listening to on your HT/mobile)
  10. Set Lat/Long, Town, Country (no drop down so...US, USA, United States, United States of America, America all acceptable)
  11. URL for information about the repeater
  12. Node Type: set to Public? Not sure what this is for but Public seems to be the right answer.
  13. Choose the closest/appropriate APRS Host.
  14. Set Dashboard Language to english_us for me.
  15. Set Remote Password
  16. Set Default Reflector to one we use around here.
  17. ** --> Note: The radio buttons for Startup / Manual confused me. If you don't set it to Startup, ircDDBGateway won't start up without some manual intervention (that I didn't run across how to do)
  18. Click Apply Changes.
  19. --> Screen will refresh and give you more options to complete.
  20. Set Dashboard Access to Public
  21. Left ircDDBGateway Remote and SSH Access to Private
  22. Turned AutoAP off. Unnecessary for me.
  23. Turned uPNP off, since I'm managing access on the router manually
  24. Click Apply Changes.
  25. --> Screen will refresh and give you more options to complete.
  26. Set pi-star user password so you don't expose the web interface to the internet with a default password.
  27. Click Apply Changes.
  28. --> Screen will refresh and give you more options to complete.
  29. Go to Power, Reboot.
  30. After the interface comes back, go to Expert, Quick Edit: ircDDBGateway
  31. icomAddress is actually your Pi-Star's virtual IP on the 172.16.0.0/12 network, set to 172.16.0.20/24 (no gateway). Leave this alone.
  32. icomPort is 20000, the port that the Pi-Star is listening on. Leave this alone.
  33. repeaterAddress1 is your RP2C on the 172.16.0.0/24 network. Defaults to 172.16.0.1. Leave this alone, assuming you didn't fiddle with the RP2C.
  34. repeaterPort1 is 20000. I think this was default as well. See folow-onnotes. Leave alone unless you want to do a bunch more work.
  35. Add your ircddbPassword
  36. Click Apply Changes.
  37. Go to Power, Reboot.

Things that caught me up in this install:
  • Inbound, iptables only allows a certain number (although a lot) of udp on private networks. Services sitting on 20000, 10022, 20001, 30001, 30051, 30061-30064, 40000. Sources from 41000-41010, 42000-43000, and 52000. So, the moral of the story here is that the web interface settings don't change iptables, so you can't use 20319 (the Icom RP2C default), or get creative otherwise without finding the script that setups and fixes iptables to allow the traffic.
  • Thinking the RP2C is just some normal network device. I mean it is, but don't try to make it something you think you're going to touch on a regular basis. You're going to configure it, with an ethernet cable on the same switch, once or twice and never touch it again. Not worth trying to put it on a normal network with the primary interface of the Pi-Star.
  • Just getting the four fields settled in ircDDBGateway.
  • Making sure you've got DHCP handing the physical interface, eht0 everything it needs...IP, gateway, DNS...and not on the 172.16/12 network.


3 comments:

  1. Good info. Thanks for putting this together. I found documentation on how to find the password at http://ok1uhu.nagano.cz/id-rp2c-password/index.html. It's not for the faint at heart. You have to build a custom serial cable and connect to it as a serial terminal. But, it works.

    I also had trouble remembering the IP address I had set on my ID-RP2C. After a few hours of beating my head on the desk, I brought up Wireshark on a PC that was connected to the RP2C. The RP2C was spewing ARP requests with its IP. So, I was able to discover both the password and the IP.

    73
    Dan
    W4DTO

    ReplyDelete
  2. Password from the controller can be extracted in minutes from an inside RS-232 port. Icom never says more and asks for the controller to be sent to Japan. What a waste of time and money for a simple workout
    73 Manos SV1IW

    ReplyDelete
  3. Thank you for the info, this has been a great resource. I've followed the steps laid out here but am still having some issues, can you publish your config file (passwords omitted of course)?

    ReplyDelete