Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 17891

82599EB with IPv6 PXE boot question

$
0
0

Hi,

 

I met a issue of IPv6 PXE boot with 10G card 82599EB. I tried to use IPv6 to PXE boot when initrd init 10G card, I let ipv6 driver was loaded, and it needs to get ipv6 IP for PXE NFS mount. I checked the SV dhcpd6 log, it had received 10g card's request and it had sent ipv6 back. Thus, I'm not surely what the issue is.  I also tried in OS level with 82599EB get ipv6 address, and it was worked fine. Should I update the driver or something?

 

 

 

================================================================

 

dracut:/# ifconfig -a

eth0      Link encap:Ethernet  HWaddr 90:E2:BA:5A:F9:B0 

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:456 errors:0 dropped:0 overruns:0 frame:0

          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:37029 (36.1 KiB)  TX bytes:2052 (2.0 KiB)

 

 

eth1      Link encap:Ethernet  HWaddr 00:22:4D:A8:C6:7C 

          UP BROADCAST MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

          Memory:c7e00000-c7e80000

 

 

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

 

dracut:/# modprobe ipv6

NET: Registered protocol family 10

lo: Disabled Privacy Extensions

ADDRCONF(NETDEV_UP): eth1: link is not ready

dracut:/# ifconfig -a 

eth0      Link encap:Ethernet  HWaddr 90:E2:BA:5A:F9:B0 

          inet6 addr: fe80::92e2:baff:fe5a:f9b0/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:465 errors:0 dropped:0 overruns:0 frame:0

          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:37569 (36.6 KiB)  TX bytes:2380 (2.3 KiB)

 

 

eth1      Link encap:Ethernet  HWaddr 00:22:4D:A8:C6:7C 

          UP BROADCAST MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

          Memory:c7e00000-c7e80000

 

 

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

 

dracut:/# dhclient -6 eth0

dracut:/# ifconfig -a    

eth0      Link encap:Ethernet  HWaddr 90:E2:BA:5A:F9:B0 

          inet6 addr: fe80::92e2:baff:fe5a:f9b0/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:485 errors:0 dropped:0 overruns:0 frame:0

          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:39055 (38.1 KiB)  TX bytes:2966 (2.8 KiB)

 

 

eth1      Link encap:Ethernet  HWaddr 00:22:4D:A8:C6:7C 

          UP BROADCAST MULTICAST  MTU:1500  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

          Memory:c7e00000-c7e80000

 

 

lo        Link encap:Local Loopback 

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0

          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

 

 

dracut:/# lsmod

Module                  Size  Used by

ipv6                  321422  152

igb                   177845  0

ixgbe                 226083  0

dca                     7101  2 igb,ixgbe

ptp                     9447  2 igb,ixgbe

pps_core               10706  1 ptp

mdio                    4769  1 ixgbe

nfs                   415143  0

lockd                  73534  1 nfs

fscache                53874  1 nfs

auth_rpcgss            44917  1 nfs

nfs_acl                 2647  1 nfs

sunrpc                260521  5 nfs,lockd,auth_rpcgss,nfs_acl


Viewing all articles
Browse latest Browse all 17891

Trending Articles