DrayTek UK Users' Community Forum

Help, Advice and Solutions from DrayTek Users

Migrating 3900 to 3910

  • _ollie_
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 Nov 2023 15:23 #1 by _ollie_
Migrating 3900 to 3910 was created by _ollie_
I have a few sites with 3900 firewalls which have their "product features" but generally are quite stable budget routers, and need to replace with the 3910.
Has anyone successfully managed to follow this https://www.draytek.co.uk/support/guides/kb-vigor3900-3910-vpnimport?return=8556093 guide to export/import the config (or at least the IPSEC tunnels) from a 3900 to 3910?
When i run
"cd convert; make"
I get
gcc -c drayString2bcd.c -o drayString2bcd.o
make: gcc No such file or directory
make: *** [Makefile:10 draystring2bcd.o] Error 127

I'm running it on Ubuntu (or not as the case may be!).

Please Log in or Create an account to join the conversation.

More
15 Nov 2023 15:02 #2 by andew
Replied by andew on topic Re: Migrating 3900 to 3910
Hi

Looks like gcc isnt installed, maybe worth trying this
sudo apt install build-essential

That should install gcc, if it installed you should be able to run
gcc --version
and get the version number

Regards

Andrew

Please Log in or Create an account to join the conversation.

Moderators: ChrisSami