Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

          Flow: Xconf-server -> Common -> MAC Lists -> Create -> Add your Device MAC address -> Click on '+' symbol -> Save.

           Click on '+' symbol            


  • Define IP List

          Flow: Xconf-server -> Common -> IP Lists -> Create-> Create -> Add your device IP address -> Click on '+' symbol -> Save.

           Click on '+' symbol          

          

Feature Validation: LogUpload

...

 vi /etc/xinetd.d/tftp       

Inline Table Editing
service tftp
{
protocol        = udp
port            = 69
socket_type     = dgram
wait            = yes
user            = nobody
server          = /usr/sbin/in.tftpd
server_args     = -c -v -s /home/xyz/tftphome ( Give upgrading file and checksum file maintained directory )
disable         = no
}


File : /etc/xinetd.d/tftp

...