thats the winserver config.
Posts made by cammykool
-
RE: TFTP ARP Timeout
i noticed in fogsettings it is set to 255.255.0.0. i changed it there.
-
RE: TFTP ARP Timeout
its set to static info
IP 10.1.80.1
DHCP: 10.1.0.1
DNS: 10.1.0.2, 10.1.0.3 -
RE: TFTP ARP Timeout
user@fog:~$ ip a s 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 18:03:73:cf:ab:5a brd ff:ff:ff:ff:ff:ff inet 10.1.80.1/8 brd 10.255.255.255 scope global noprefixroute enp0s25 valid_lft forever preferred_lft forever inet6 fe80::7298:8d49:d303:484d/64 scope link noprefixroute valid_lft forever preferred_lft forever
-
RE: TFTP ARP Timeout
@Sebastian-Roth said in TFTP ARP Timeout:
netstat -antup | grep “69”
"netstat -antup | grep “69"”
udp 0 0 0.0.0.0:69 0.0.0.0:* 1557/in.tftpd udp 0 0 0.0.0.0:57458 0.0.0.0:* 690/avahi-daemon: r udp 0 0 0.0.0.0:45269 0.0.0.0:* 817/rpc.mountd udp 0 0 0.0.0.0:5353 0.0.0.0:* 690/avahi-daemon: r udp6 0 0 :::69 :::* 1557/in.tftpd udp6 0 0 :::60737 :::* 690/avahi-daemon: r udp6 0 0 :::5353 :::* 690/avahi-daemon: r
iptables
Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination
selinux
user@fog:~$ getenforce Disabled
-
RE: TFTP ARP Timeout
DHCP server configuration or fog config? Dont have direct access to DHCP boss does. Just ent him that link and he is working on it now
-
TFTP ARP Timeout
i am currently in the process of configuring my fog server for a large deployment. We had been using WDS but that was starting to fail us. I have fog setup properly and have a webserver. but whevener i try to boot a pxe machine it gives me ARP timeout. we have a winserver box running DHCP and custom DNS. the server (Ubuntu) has all of the network information set correctly and ive updated fog settings and ran updateIP. Winserver seems to think the DNS ip is DHCP according to the pxe boot. (DHCP is 10.1.0.1 DNS is 10.1.0.2 and 10.1.0.3) This is a fresh install.
Thank you!!
Attached is a photo of when pxe tries to boot.