[linux-sparc-users] why can't I connect to a SPARC Linux LDOM via IPv6?

Alexandre Chartre alexandre.chartre at oracle.com
Thu Oct 20 01:31:24 PDT 2016


ethtool commands are not persistent upon reboot, so you will an RC script.

If you use /etc/sysconfig/network-scripts/ifcfg-eth0 then you can specify
ethtool options in ETHTOOL_OPTS, e.g.:

ETHTOOL_OPTS="tx-checksum-ip-generic off"


alex.


On 10/19/2016 05:16 PM, Richard L. Hamilton wrote:
> Thanks!  That was it.  Is that setting remembered by the OS, or does that command need to be put into an RC file?
>
>
>> On Oct 19, 2016, at 11:02, Alexandre Chartre <alexandre.chartre at oracle.com> wrote:
>>
>>
>> With LDoms vnet on Linux, we have seen some packets being dropped in some cases.
>> The workaround was to turn tx-checksum-ip-generic off:
>>
>> # ethtool -K eth0 tx-checksum-ip-generic off
>>
>> The problem was due to Solaris vsw bug 22567785 (LDoms vswitch can drop
>> packets bound for physical NIC using LSO). This bug has been fixed in
>> Solaris.
>>
>> alex.
>>
>>
>> On 10/19/2016 04:33 PM, kpolberg at kpolberg.net wrote:
>>>
>>>
>>> On 10/19/2016 03:44 PM, Richard L. Hamilton wrote:
>>>> IPv4 works fine; and I can ping (ping6 from Mac or Linux) the IPv6 address from another system, but I can't e.g. ssh in via the IPv6 address, which given that Macs don't have a way to configure IPv4 vs IPv6 preference, is annoyingly slow to time out.  That's regardless of the OS that I'm coming from...although I _can_ ssh back locally to the (either global or link-level) IPv6 address.
>>>>
>>>> AFAIK, I turned the iptables firewall off, there's nothing in /etc/hosts.deny that should account for it, etc.
>>>>
>>>> What am I missing?
>>>>
>>>>
>>>> mysteriously frustrated... :-)
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> linux-sparc-users mailing list
>>>> linux-sparc-users at oss.oracle.com
>>>> https://oss.oracle.com/mailman/listinfo/linux-sparc-users
>>>>
>>> Hi,
>>>
>>> Could it be that you are hitting the same problem I had?
>>>
>>> https://lists.debian.org/debian-sparc/2016/04/msg00073.html
>>>
>>> -kp
>>>
>>> _______________________________________________
>>> linux-sparc-users mailing list
>>> linux-sparc-users at oss.oracle.com
>>> https://oss.oracle.com/mailman/listinfo/linux-sparc-users
>>>
>>
>> _______________________________________________
>> linux-sparc-users mailing list
>> linux-sparc-users at oss.oracle.com
>> https://oss.oracle.com/mailman/listinfo/linux-sparc-users
>>
>



More information about the linux-sparc-users mailing list