Community discussions

MikroTik App
 
User avatar
AlainCasault
Trainer
Trainer
Topic Author
Posts: 632
Joined: Fri Apr 30, 2010 3:25 pm
Location: Prévost, QC, Canada
Contact:

NETINSTALL: bind tftp general failed

Tue Dec 18, 2018 2:52 am

Hello all,

====General FYI====

I got this error that says:

Bind tftp general failed: One occurence of each port / address allowed (10048) when I was using Netinstall. I realy needed it as my client's router got hacked.

I checked the forum posts, to no avail. You know what nerves will do when tired and under pressure. ;)

Found it tonight (under no pressure). I had SolarWind's TFTP Server installed. Feel like such a newbe!! If you get this message, first check what you have installed on your computer. Many forum posts said to disable the firewall and antivirus, run as admin, etc, etc.

Start whith the basics!!

Cheers,
 
User avatar
AlainCasault
Trainer
Trainer
Topic Author
Posts: 632
Joined: Fri Apr 30, 2010 3:25 pm
Location: Prévost, QC, Canada
Contact:

Re: NETINSTALL: bind tftp general failed

Tue Dec 18, 2018 6:21 am

I forgot,

Run netstat -abno (as admin) to see what process or application uses which ports / protocols.

Sent from my cell phone. Sorry for the errors.

 
mducharme
Trainer
Trainer
Posts: 1777
Joined: Tue Jul 19, 2016 6:45 pm
Location: Vancouver, BC, Canada

Re: NETINSTALL: bind tftp general failed

Tue Dec 18, 2018 7:23 am

I ran into the same issue last year Alain caused by a conflict with the same TFTP server and it took me a while to figure it out. Felt silly afterwards. I think it happens to everyone from time to time.
 
User avatar
AlainCasault
Trainer
Trainer
Topic Author
Posts: 632
Joined: Fri Apr 30, 2010 3:25 pm
Location: Prévost, QC, Canada
Contact:

Re: NETINSTALL: bind tftp general failed

Tue Dec 18, 2018 6:06 pm

I ran into the same issue last year Alain caused by a conflict with the same TFTP server and it took me a while to figure it out. Felt silly afterwards. I think it happens to everyone from time to time.
;)

Sent from my cell phone. Sorry for the errors.

 
un9edsda
Frequent Visitor
Frequent Visitor
Posts: 76
Joined: Sun Mar 15, 2020 11:11 pm

Re: NETINSTALL: bind tftp general failed

Mon Mar 06, 2023 6:57 pm

... first check what you have installed on your computer. Many forum posts said to disable the firewall and antivirus, run as admin, etc, etc.

It might come in handy for someone: the current (as of RouterOS v7.8 ) Netinstall procedure on a GNU/Linux system (Netinstall (CLI Linux) in MIkrotik parlance) to avoid/handle the
bind tftp general failed: Address in use
error message and avoid other pitfalls:
wget https://download.mikrotik.com/routeros/[VERSION]/netinstall-[VERSION].tar.gz
tar -xzf netinstall-[VERSION].tar.gz
wget https://download.mikrotik.com/routeros/[VERSION]/routeros-[VERSION]-[platform].npk

Connect both the computer and the Mikrotik equipment to an ordinary dumb/non smart/non managed switch. Than:
sudo netstat -anup | grep 69
sudo kill -9 <processID that one gets from the above commands>
sudo ifconfig <interface which is connected to the non managed switch> 192.168.88.2 netmask 255.255.255.0
sudo ./netinstall -a 192.168.88.3 -r routeros-[VERSION]-[platform].npk
# OR in case the configuration of the equipment should be kept:
sudo ./netinstall -a 192.168.88.3 routeros-[VERSION]-[platform].npk
Press and hold the RESET button on the Mikrotik equipment.
Connect the Mikrotik equipment to to the power supply.
Release the RESET button only AFTER the beep not right away of the
client: <Mikrotik equipment's MAC address>
line appeared in the terminal.

Please keep in mind that the firmware is not upgraded during Netinstall. However it s already present on the device. Therefore the last step of the Netinstall process after logging in to the Mikrotik equipment is running the following command in the terminal:
/system routerboard upgrade

Who is online

Users browsing this forum: No registered users and 175 guests