我有许多思科IP电话以以下方式运作(过于简化): 与IP协议,DNS,TFTP等协商 在TFTP服务器上查找SEPXXXXXXXXXXXX.cnf.xmlconfiguration文件,其中X是电话的MAC地址 parsingconfiguration文件以加载其configuration并更新固件(也存储在TFTP服务器上),如有必要 这里的问题是我有一些电话需要放在小办公室或人民的家中。 我需要能够随时更新configuration文件,所以我不能预先configuration手机并发送出去。 如何通过互联网使TFTP访问安全,并防止有人未经授权访问configuration文件? 我知道我可以做一个基于IP的ACL,但这并不能阻止某人欺骗IP的可能性。
操作系统是Scientific Linux 6.3(它类似于redhat,centos和fedora),我已经安装了dnsmasq,具有以下configuration interface=eth1 domain=hpclab expand-hosts dhcp-range=10.0.2.51,10.0.2.100,static dhcp-option=42,0.0.0.0 dhcp-boot=pxelinux.0 enable-tftp tftp-root=/var/lib/tftpboot dhcp-host=08:00:27:69:73:7A,ws04,10.0.2.51 和当前节点(运行dnsmasq)有这个ip eth1 Link encap:Ethernet HWaddr 08:00:27:A9:20:C0 inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fea9:20c0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 但是,尝试启动dnsmasq服务时出现错误 [root@localhost mahmood]# /etc/init.d/dnsmasq status dnsmasq is stopped [root@localhost mahmood]# /etc/init.d/dnsmasq start Starting dnsmasq: dnsmasq: failed to create listening socket: Address already in […]
我有一个现有的PXE syslinux环境,我想build立一个类似的基于EFI的networking环境。 我是在下面的屏幕截图中看到的各种菜单的忠实粉丝,我希望find相同的东西。 理想的function将是: 菜单 子菜单 Linux内核/ initrd TFTP加载(自然) 任意EFI应用程序加载 贯穿到下一个启动选项 什么软件可以满足这些需求?