Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
18.1 Legacy Series
»
TFTP Proxy
« previous
next »
Print
Pages: [
1
]
Author
Topic: TFTP Proxy (Read 22158 times)
opnsense@dkeith.com
Newbie
Posts: 12
Karma: 0
TFTP Proxy
«
on:
June 07, 2018, 05:59:39 pm »
Hi All
Is anyone able to provide guidance on getting the TFTP-proxy to work.
If tried to follow
https://github.com/opnsense/core/issues/1810
I have created /usr/local/etc/inc/plugins.inc.d/tftpproxy.inc
I have added "tftp dgram udp wait root /usr/libexec/tftp-proxy tftp-proxy -v" to /etc/inetd.conf
Stuck on "the rest is done by generic Portforward rules"
I think Iv tried passing it to 127.0.0.1:69
This is the only thing stopping me from switching over from the other firewall.
TFTP is a show stopper if this is not available. Unfortunately some of the kit we lookafter is all managed by tftp transfers.
The TFTP servers will be on the internet we are all behind the hopefully new opnsense firewall.
In an ideal world we would be using a carp address, to source tftp requests from however I would settle for any address that works.
Any help would be great.
thanks
dkeith
Logged
opnsense@dkeith.com
Newbie
Posts: 12
Karma: 0
Re: TFTP Proxy
«
Reply #1 on:
June 08, 2018, 04:28:24 pm »
Nat port Forward
LAN UDP * * * 69 (TFTP) 127.0.0.1 69 (TFTP) TFTP-Proxy out system default gateway.
Using carp ip I think will be a non starter might work if tftp-proxy was a newer version. more options
Just need to find out how to get inetd to start automatically on a restart?
Logged
gliddie
Newbie
Posts: 39
Karma: 3
Re: TFTP Proxy
«
Reply #2 on:
July 17, 2018, 07:01:29 pm »
Hey,
Did you ever get this to work?
Thank you
Logged
wfhausmann
Newbie
Posts: 13
Karma: 1
Re: TFTP Proxy
«
Reply #3 on:
January 28, 2019, 08:22:33 pm »
Were you able to get this working?
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
18.1 Legacy Series
»
TFTP Proxy