Re: [CentOS] IPv6 addresses order (CentOS6)

2017-05-30 Thread Steven Tardy

> On May 30, 2017, at 3:26 AM, Walter H.  wrote:
> 
> is there a way to influence the order?

Not sure what your use of multiple IPs is. . . but I'd probably use an 
interface alias instead of secondary.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-networkscripts-interfaces-alias.html
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GPX files

2017-05-30 Thread Cameron Smith
https://www.google.com/earth/download/ge/agree.html

Cameron

On Tue, May 30, 2017 at 4:09 PM, Alice Wonder  wrote:

> At one point in time I wrote a script that converted gpx to kml so I could
> view them in Google Earth but it's been years since I did that.
>
> I don't know if Google Earth for Linux still exists.
>
>
> On 05/30/2017 04:02 PM, J Martin Rushton wrote:
>
>> I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
>> format.  This is an XML encoded set of points giving longitude,
>> latitude, time and sea depth.  Garmin support viewing this via their
>> Garmin Express product, but there only seem to be Windows and Mac
>> versions.  I've emailed them and await a reply.  In the mean time, does
>> anyone know of any Linux products that will emable me to view track data
>> on a decent sized screen?  I don't want to re-invent the wheel by coding
>> up a hack myself.
>>
>> Thanks,
>> Martin
>>
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>>
>>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GPX files

2017-05-30 Thread Alice Wonder
At one point in time I wrote a script that converted gpx to kml so I 
could view them in Google Earth but it's been years since I did that.


I don't know if Google Earth for Linux still exists.

On 05/30/2017 04:02 PM, J Martin Rushton wrote:

I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
format.  This is an XML encoded set of points giving longitude,
latitude, time and sea depth.  Garmin support viewing this via their
Garmin Express product, but there only seem to be Windows and Mac
versions.  I've emailed them and await a reply.  In the mean time, does
anyone know of any Linux products that will emable me to view track data
on a decent sized screen?  I don't want to re-invent the wheel by coding
up a hack myself.

Thanks,
Martin



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] GPX files

2017-05-30 Thread J Martin Rushton
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
format.  This is an XML encoded set of points giving longitude,
latitude, time and sea depth.  Garmin support viewing this via their
Garmin Express product, but there only seem to be Windows and Mac
versions.  I've emailed them and await a reply.  In the mean time, does
anyone know of any Linux products that will emable me to view track data
on a decent sized screen?  I don't want to re-invent the wheel by coding
up a hack myself.

Thanks,
Martin



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] IPv6 addresses order (CentOS6)

2017-05-30 Thread Walter H.
Hello,
in /etc/sysconfig/network-scripts/ifcfg-eth0 I have this

...
IPV6INIT=yes
IPV6ADDR=prefix::5
IPV6ADDR_SECONDARIES="prefix::2 prefix::3 prefix::4"
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=prefix::1
IPV6_DEFAULTDEV=eth0

when I enter ifconfig the IPv6 addresses are in a different order

eth0 Link encap:Ethernet HWaddr ...
inet addr:... Bcast:... Mask:...
inet6 addr: fe80::.../64 Scope:Link
inet6 addr: prefix::4/64 Scope:Global
inet6 addr: prefix::3/64 Scope:Global
inet6 addr: prefix::5/64 Scope:Global
inet6 addr: prefix::2/64 Scope:Global

is there a way to influence the order?
or how can I tell e.g. ssh to use a specific IPv6 address?
(as it seems ssh uses the first one listed in ifconfig and not the one
defined with IPV6ADDR)

Thanks,
Walter


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos