Displaying 3 results from an estimated 3 matches for "ifid".
Did you mean:
fid
2013 Nov 05
2
syslinux.efi pxeboot across multiple subnets
The same client was used for syslinux.efi (both success on same subnet and
failure on different subnet) and grub.efi. The DHCP host block is setup
like:
host testing {
hardware ethernet {mac} ;
next-server 10.16.195.178 ;
filename "rhel64/syslinux.efi" ;
}
I'll pull a tcpdump filtering by the IP tomorrow when I get back to the
systems.
On Mon, Nov 4, 2013 at 6:41 PM,
2013 Nov 05
0
syslinux.efi pxeboot across multiple subnets
...let me know if any more information would be helpful. Thanks all your help.
mirrored-port# tcpdump -i eth0 -vv
09:52:52.687565 IP6 (hlim 1, next-header OSPF (89) payload length: 36)
fe80::a17:f4ff:fe62:631f > ff02::5: OSPFv3-hello 36: rtrid 2.2.2.2 backbone
V6/E/R ifid 0.0.0.32 pri 1 int 10 dead 40 dr 2.2.2.2 nbrs
09:52:58.795974 IP (tos 0xc0, ttl 1, id 57703, offset 0, flags [none],
proto OSPF (89), length 64) 10.16.233.1 > 224.0.0.5: OSPFv2, Hello, length: 44
<snip/>
2013 Nov 05
2
syslinux.efi pxeboot across multiple subnets
...let me know if any more
> information would be helpful. Thanks all your help.
>
> mirrored-port# tcpdump -i eth0 -vv
> 09:52:52.687565 IP6 (hlim 1, next-header OSPF (89) payload length: 36)
> fe80::a17:f4ff:fe62:631f > ff02::5: OSPFv3-hello 36: rtrid 2.2.2.2 backbone
> V6/E/R ifid 0.0.0.32 pri 1 int 10 dead 40 dr 2.2.2.2 nbrs
> 09:52:58.795974 IP (tos 0xc0, ttl 1, id 57703, offset 0, flags [none],
> proto OSPF (89), length 64) 10.16.233.1 > 224.0.0.5: OSPFv2, Hello,
> length: 44
> <snip/>
> _______________________________________________
> Syslinux...