samrein
Goto Top

Aruba config auf Windows Client - OpenTFP Server

Moinsen zusammen,

ich wollte mir mal auf die schnelle die Configs von unseren Aruba Switchen ziehen.

Normalerweise übertrage ich die auf einen Linux Server, das funktioniert auch einwandfrei.

Jetzt hab ich aber auch noch den OpenTFP Server auf meinem Laptop installiert und möchte die Konfig direkt auf meinen Windows 10 Client übertragen.
Funktioniert aber nicht.

Folgenden Fehler wirft mir der Switch aus.

copy running-config tftp 192.168.150.100 test.txt
00000K Transport error.

Das bedeutet soviel wie das der Switch nicht in das Verzeichnis des Clients schreiben darf.
Berechtigungen hab ich für das Verzeichnis auf "jeder" gesetzt zum testen. Auch hab ich das Verzeichnis mal umgebogen auf einen Linux-Freigabe mit 777 Rechten.


Hier mal die config vom OpenTFP Server:


#This file is required for custom settings
#If not exists defaults are assumed
#Anything starting with a control character will be a comment
#This file should be edited and should in same directory as exe file is.
#You need to remove ' from beginning of values and replace with your  
#own values below if you need change settings. Please restart the Windows 
#Service if you make any changes in this file.

[LISTEN-ON]
#if you have more than one NIC card on your server
#can specify which cards/ports will listen TFTP requests
#Specify the Interface you would like server to listen
#default listening port is 69, but can be overridden here
#listening on ports less than 1024 needs root account
#upto 8 interfaces can be specified
#Default is All Interfaces
'128.254.185.131  
192.168.150.100:69
'127.0.0.1:3000  

[HOME]
#You should specify home directory(s) here
#You can specify one directory as home
#directory, from where files will be served or
#deposited like:-
C:\OpenTFTPServer\image
#Alternatively if you want to specify multiple
#home directories, you need to use aliases
#like:-
'routers=d:\hda1\RouterImages\Images  
'boot=e:\mnt\pc1\PXEBoot\Images  
'installs=c:\hda5\installs  

[LOGGING]
#Logging will be done only if run as Service.
#LogLevels can be set as None, Errors or All
#Log file will be of format OpenTFTPServerYYYYMMDD.log,
#Where YYYY is year, MM is month and DD is day of month,
#in the "log" subdirectory of Install directory 
'None  
'Errors  
All

[ALLOWED-CLIENTS]
#These are permitted clients for TFTP Access.
#Hosts having IP address within these ip ranges
#only will be responded to DNS requests.
#32 ranges can be specified.
#If none is specified, then all are allowed
192.168.0.1-192.168.0.254
'10.0.0.1-10.255.255.254  

[TFTP-OPTIONS]
#First Option is server port range on which tftpserver
#would respond from, if you have firewall
#issues, you may like to restrict this
#range. default is any free port
#do not use reserve ports less than 1024
#The Multithreaded TFTP Server listens the
#requests on port 69 but responds on any free
#port within these ranges, these are server
#ports not client ports, client can use any port
#if there is a fire wall issue, it should be
#opened for server ip for these ports.
'port-range=30000-30100  

#Next is Thread Pool Size
#value of 0 means there is no thread pool
#threads will be created just in time and 
#killed after serving requests.
#if simultaneous request are more than
#thread pool size, extra threads will be
#created and killed after serving requests
#but ready threads will never be less than this value
#min is 0, max can be 100, default is 1
'ThreadPoolSize=1  

#First is default timeout per interval
#if not overridden by client
#min is 1, max can be 255, default is 3
'timeout=3  

#Next is max block size, allowed
#on client request. Max is 65464
#if not overridden by client
#it is always 512
'blksize=65464  

#Next are the file operation permissions
#Clients can only read files if read is
#set to Y, default is Y
read=Y
#Clients can only create new files if write is
#set to Y, default is N
write=Y
#Clients can only overwrite existing files if
#overwrite is #set to Y, default is N
overwrite=Y

Firewall ist freigeschaltet. Ist nicht überlebensnotwenig, aber ich möchte trotzdem herausfinden warum das nicht funktionert.
Vielleicht hab ich was übersehen...

Grüße

Content-Key: 3663460646

Url: https://administrator.de/contentid/3663460646

Printed on: April 23, 2024 at 10:04 o'clock

Member: SlainteMhath
SlainteMhath Aug 16, 2022 at 08:11:09 (UTC)
Goto Top
Moin,

deine ALLOWED-CLIENTS sind korrekt? Was steht denn im logfile vom Server?

lg,
Slainte
Member: aqui
aqui Aug 16, 2022 updated at 08:24:55 (UTC)
Goto Top
Nimm unter Win 10 besser den Klassiker TFTP64 damit klappt es auf Anhieb ohne Frickelei:
https://pjo2.github.io/tftpd64/
Alternativ Pumpkin:
https://kin.klever.net/pumpkin/
Member: samrein
Solution samrein Aug 16, 2022 at 08:36:17 (UTC)
Goto Top
Danke Slainte....

...schon cool, ich weiß gar nicht wie oft ich mir die Config vom TFTP Server angeschaut hatte face-smile
Member: samrein
samrein Aug 16, 2022 at 08:37:09 (UTC)
Goto Top
Zitat von @aqui:

Nimm unter Win 10 besser den Klassiker TFTP64 damit klappt es auf Anhieb ohne Frickelei:
https://pjo2.github.io/tftpd64/
Alternativ Pumpkin:
https://kin.klever.net/pumpkin/

Hi Aqui, die schau ich mir jetzt gleich mal an, danke für den Tip!