Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    TFTP pfsense 1.2.3-RELEASE

    Español
    2
    4
    2888
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      foxtrop last edited by

      Buenas a todos los del foro, alguno de ustedes ha usado el TFTP del pfsense? aunque lo tengo instalado no logro transferencias, por ninguna de las tarjetas, y ya he colocado acceso libre y aun así no logro que funcione.

      1.2.3-RELEASE
      built on Sun Dec 6 23:21:36 EST 2009
      FreeBSD 7.2-RELEASE-p5 i386

      netstat -an
      udp6      0      0 *.69                  .
      udp4      0      0 *.69                  .

      ps -ax
      1788  ??  Is    0:00.01 /usr/sbin/inetd -l

      more /etc/inetd.conf

      ntalk is required for the 'talk' utility to work correctly

      #ntalk  dgram  udp    wait    tty:tty /usr/libexec/ntalkd    ntalkd
      tftp    dgram  udp    wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
      tftp    dgram  udp6    wait    root    /usr/libexec/tftpd      tftpd -l -s /tftpboot
      #bootps dgram  udp    wait    root    /usr/libexec/bootpd    bootpd

      Agradezco cualquier comentario.

      saludos…

      1 Reply Last reply Reply Quote 0
      • bellera
        bellera last edited by

        ¿No tiene ninguna opción de configuración, en el configurador web?

        En muchos TFTP tienes que dar permisos para leer/escribir en carpetas.

        1 Reply Last reply Reply Quote 0
        • F
          foxtrop last edited by

          @bellera:

          ¿No tiene ninguna opción de configuración, en el configurador web?

          En muchos TFTP tienes que dar permisos para leer/escribir en carpetas.

          solo trae una simple opción(via web) para subir y bajar archivos via web. la permisologia es la del los users de pfsense, y aun asi el demonio funciona pero no hay transferencia de datos.

          1 Reply Last reply Reply Quote 0
          • F
            foxtrop last edited by

            @foxtrop:

            @bellera:

            ¿No tiene ninguna opción de configuración, en el configurador web?

            En muchos TFTP tienes que dar permisos para leer/escribir en carpetas.

            solo trae una simple opción(via web) para subir y bajar archivos via web. la permisologia es la del los users de pfsense, y aun asi el demonio funciona pero no hay transferencia de datos.

            me respondo a mi mismo edite el archivo y añadi la opcion -w y ya tengo funcionado el TFTP

            more /etc/inetd.conf

            ntalk is required for the 'talk' utility to work correctly

            #ntalk  dgram  udp    wait    tty:tty /usr/libexec/ntalkd    ntalkd
            tftp    dgram  udp    wait    root    /usr/libexec/tftpd      tftpd -l -w -s /tftpboot
            tftp    dgram  udp6    wait    root    /usr/libexec/tftpd      tftpd -l -w -s /tftpboot
            #bootps dgram  udp    wait    root    /usr/libexec/bootpd    bootpd

            saludos..

            1 Reply Last reply Reply Quote 0
            • First post
              Last post