RE: setup of TCP/IP network configuration

2014-01-17 Thread VanCutsem, Geoffroy
Hi Gorka,

In case using a static IP on the Ethernet network (as suggested below by Mikko) 
does not work. Here are a couple of options to try connect to a WiFi network:
1. Following Joel's recommendation: download the 'connman-test' package on 
another machine and transfer it manually (e.g. USB stick) to your VTC7120. Note 
that you you'll also need to download one additional dependency called 
'pygobject'. Make sure you use the repo that matches your Tizen IVI version 
(e.g. for the Tizen IVI 3.0-M2-Sep preview: 
http://download.tizen.org/releases/milestone/tizen/ivi/tizen_20131011.2/repos/ivi/ia32/packages/i686/).
 There is a number of Python scripts put in /usr/lib/connman/test that you can 
use (look at the 'simple-agent' and 'test-connman' scripts).

2. I have tried in the past to use 'connmanctl' to connect to a secure WiFi 
network, following these steps:
Connecting to a protected access point
To connect to a protected access point connmanctl needs to be run in 
interactive mode. For protected access points you will need to provide some 
information to the connman daemon, at the very least a password or a 
passphrase. In interactive mode we can register an agent to handle these user 
requests. To start simply type:
$ connmanctl
The prompt will change to "connmanctl>" to indicate you are now in interactive 
mode. You then proceed almost as above, first scan for any wifi technologies:
connmanctl> scan wifi
To list services:
connmanctl> services
Now you need to register the agent. The command is:
connmanctl> agent on
You now need to connect to one of the protected services. To do this it is very 
handy to have a terminal that allows cut and paste. If you were connecting to 
OtherNET in the example above you would type:
connmanctl> connect wifi_dc85de828967_38303944616e69656c73_managed_psk
The agent will then ask you to provide any information the daemon needs to 
complete the connection. The information requested will vary depending on the 
type of network you are connecting to. The agent will also print additional 
data about the information it needs as shown in the example below.
Agent RequestInput wifi_dc85de828967_38303944616e69656c73_managed_psk
  Passphrase = [ Type=psk, Requirement=mandatory ]
  Passphrase?
Provide the information requested, in this example the passphrase, and then 
type:
connmanctl> quit
If the information you provided is correct you should now be connected to the 
protected access point.

BUT, I was always getting a segfault. I thought I had filed a bug for this but 
I can't find it anymore (so I probably forgot to do it... :(). This is 
something I should re-test in the latest image and file a bug accordingly and 
also add this to the ConnMan Tips & 
Tricks<https://wiki.tizen.org/wiki/IVI/ConnMan_Tips_%26_Tricks> wiki page.

Geoffroy

From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Ylinen, Mikko
Sent: Friday, January 17, 2014 1:23 PM
To: Gorka Vélez
Cc: ivi@lists.tizen.org
Subject: Re: setup of TCP/IP network configuration

Hi,

On Thu, Jan 16, 2014 at 4:26 PM, Gorka Vélez 
mailto:gve...@vicomtech.org>> wrote:
Hello all,

I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know how to 
setup TCP/IP network configuration via Ethernet. Can anyone help me telling me 
which are the required steps?

My aim is to use WiFi, but as I have read, I need an internet connection to 
install some packages. So I guess that first I have to setup ethernet network.


Would this HOWTO help?
https://wiki.tizen.org/wiki/IVI/ConnMan_Tips_%26_Tricks#Setting_up_a_static_IP_address

 -- Mikko
Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718. 
Citibank, Brussels, account 570/1031255/09

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: setup of TCP/IP network configuration

2014-01-17 Thread Ylinen, Mikko
Hi,

On Thu, Jan 16, 2014 at 4:26 PM, Gorka Vélez  wrote:

> Hello all,
>
> I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know
> how to setup TCP/IP network configuration via Ethernet. Can anyone help me
> telling me which are the required steps?
>
> My aim is to use WiFi, but as I have read, I need an internet connection
> to install some packages. So I guess that first I have to setup ethernet
> network.
>
>
Would this HOWTO help?
https://wiki.tizen.org/wiki/IVI/ConnMan_Tips_%26_Tricks#Setting_up_a_static_IP_address

 -- Mikko
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: setup of TCP/IP network configuration

2014-01-17 Thread Clark, Joel

You can try the settings app in this image 
http://download.tizen.org/releases/milestone/tizen/ivi/tizen_20140115.4/images/

For installing bluez-test or connman-test would you consider downloading them 
to your development system or pc, writing them to a USB key and then installing 
them on the IVI system via the USB key?

I looked at the notes you referenced and noticed while it suggest installing 
bluez-test it never discussion any specific steps to use it.  More detail is 
provided for using the connmanctl tool from the connman-test package. You may 
well need this for a network without DHCP.

Regards
Joel


From: Gorka Vélez [mailto:gve...@vicomtech.org]
Sent: Friday, January 17, 2014 1:15 AM
To: Clark, Joel; michael.john...@symphonyteleca.com
Cc: Stoppa, Igor; ivi@lists.tizen.org
Subject: Re: setup of TCP/IP network configuration

Firstly, thank you for your answers!

@Michael: I'm afraid I can't follow the steps described in the web you have 
posted, because the installed Tizen IVI doesn't have some of the required 
packages: iwlist, iwconfig, dhclient.

@Joel: Well, I'm sorry but I didn't write correctly the computer version I'm 
using. I'm actually using a VTC7100, which has an Intel Centrino Advanced-N 
6235 wifi adapter 
(http://www.intel.com/content/www/us/en/wireless-products/centrino-advanced-n-6235.html).

According to this link: 
https://wiki.tizen.org/wiki/IVI/IVI_October_11,_3.0-M2-Sep , I need to install 
bluez-test package to setup wifi connection. Is there other way to setup my 
wifi adapter

thank you!



2014/1/16 Clark, Joel mailto:joel.cl...@intel.com>>
What WiFi modem have ypu put in the VTC 7120?  We used Intel WiFi/BT mini-pcie 
cards in the 7120 and Tizen IVI already has all the packages needed.

Regards
Joel


From: ivi-boun...@lists.tizen.org<mailto:ivi-boun...@lists.tizen.org> 
[mailto:ivi-boun...@lists.tizen.org<mailto:ivi-boun...@lists.tizen.org>] On 
Behalf Of Gorka Vélez
Sent: Thursday, January 16, 2014 7:26 AM

To: Stoppa, Igor
Cc: ivi@lists.tizen.org<mailto:ivi@lists.tizen.org>
Subject: Re: setup of TCP/IP network configuration

Hello,

I don't have any USB-ethernet dongle, so I'd prefer another solution that does 
not require buying more hardware :)

I have just checked and I cannot use dhcp on the local network of my company, 
and they have told me that I cannot connect directly any external PC.

Is there any way to configure the WiFi connection without the need of an wired 
internet access?

2014/1/16 Stoppa, Igor mailto:igor.sto...@intel.com>>
Hi,

On 16 January 2014 16:26, Gorka Vélez 
mailto:gve...@vicomtech.org>> wrote:
Hello all,

I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know how to 
setup TCP/IP network configuration via Ethernet. Can anyone help me telling me 
which are the required steps?

My aim is to use WiFi, but as I have read, I need an internet connection to 
install some packages. So I guess that first I have to setup ethernet network.

That is one option, but then every time you will re-install an image, you will 
have to do it again.
The way I do it is to use a local network between my development machine and 
the development platform.
Since my PC has only one built in ethernet card, I've added a USB-ethernet 
dongle.
So what I do is to run dnsmasq (which works both as dhcp server and dns server) 
on the private interface.
Plus I have configured my development machine to do masquerading for the 
private network.
This will allow you to use unmodified images _and_ control the IP address given 
to the IVI device.


--
cheers, igor



--
[http://www.vicomtech.org/firmas/html/logovicomtech_150.png]<http://www.vicomtech.org/>

[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

Dr. Gorka Vélez Isasmendi

Investigador Colaborador / Contributing Researcher

Sistemas de transporte inteligentes e Ingeniería / Intelligent Transport 
Systems and Engineering

Donostia - San Sebastián - Spain<http://www.vicomtech.org/contacto>

[http://www.vicomtech.org/firmas/html/ojo.png]<http://www.vicomtech.org/>

Tel: +[34] 943 30 92 30

gve...@vicomtech.org<mailto:gve...@vicomtech.org>




[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

[http://www.vicomtech.org/firmas/html/GraphicsMediaNet-IK4_150.png]


Aviso Legal - Política de privacidad<http://www.vicomtech.org/proteccion-datos> 
/ Lege Oharra - Pribatutasun 
politika<http://www.vicomtech.org/eu/proteccion-datos> / Legal Notice - Privacy 
policy<http://www.vicomtech.org/en/proteccion-datos>








--
[http://www.vicomtech.org/firmas/html/logovicomtech_150.png]<http://www.vicomtech.org/>

[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

Dr. Gorka Vélez Isasmendi

Investigador Colaborador / Contributing Researcher

Sistemas de transporte inteligentes e Ingeniería / Intelligent Transport 
Systems and Engineering

D

Re: setup of TCP/IP network configuration

2014-01-17 Thread Gorka Vélez
Firstly, thank you for your answers!

@Michael: I'm afraid I can't follow the steps described in the web you have
posted, because the installed Tizen IVI doesn't have some of the required
packages: iwlist, iwconfig, dhclient.

@Joel: Well, I'm sorry but I didn't write correctly the computer version
I'm using. I'm actually using a VTC7100, which has an Intel Centrino
Advanced-N 6235 wifi adapter (
http://www.intel.com/content/www/us/en/wireless-products/centrino-advanced-n-6235.html
).

According to this link:
https://wiki.tizen.org/wiki/IVI/IVI_October_11,_3.0-M2-Sep , I need to
install bluez-test package to setup wifi connection. Is there other way to
setup my wifi adapter

thank you!




2014/1/16 Clark, Joel 

>  What WiFi modem have ypu put in the VTC 7120?  We used Intel WiFi/BT
> mini-pcie cards in the 7120 and Tizen IVI already has all the packages
> needed.
>
>
>
> Regards
>
> Joel
>
>
>
>
>
> *From:* ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] *On
> Behalf Of *Gorka Vélez
> *Sent:* Thursday, January 16, 2014 7:26 AM
>
> *To:* Stoppa, Igor
> *Cc:* ivi@lists.tizen.org
> *Subject:* Re: setup of TCP/IP network configuration
>
>
>
> Hello,
>
>
>
> I don't have any USB-ethernet dongle, so I'd prefer another solution that
> does not require buying more hardware :)
>
>
>
> I have just checked and I cannot use dhcp on the local network of my
> company, and they have told me that I cannot connect directly any external
> PC.
>
>
>
> Is there any way to configure the WiFi connection without the need of an
> wired internet access?
>
>
>
> 2014/1/16 Stoppa, Igor 
>
> Hi,
>
>
>
> On 16 January 2014 16:26, Gorka Vélez  wrote:
>
> Hello all,
>
>
>
> I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know
> how to setup TCP/IP network configuration via Ethernet. Can anyone help me
> telling me which are the required steps?
>
>
>
> My aim is to use WiFi, but as I have read, I need an internet connection
> to install some packages. So I guess that first I have to setup ethernet
> network.
>
>
>
> That is one option, but then every time you will re-install an image, you
> will have to do it again.
>
> The way I do it is to use a local network between my development machine
> and the development platform.
>
> Since my PC has only one built in ethernet card, I've added a USB-ethernet
> dongle.
>
> So what I do is to run dnsmasq (which works both as dhcp server and dns
> server) on the private interface.
>
> Plus I have configured my development machine to do masquerading for the
> private network.
>
> This will allow you to use unmodified images _and_ control the IP address
> given to the IVI device.
>
>
>
> --
> cheers, igor
>
>
>
>
>
> --
>
> <http://www.vicomtech.org/>
>
>*Dr. Gorka Vélez Isasmendi *
>
> Investigador Colaborador / Contributing Researcher
>
> Sistemas de transporte inteligentes e Ingeniería /
> Intelligent Transport Systems and Engineering
>
> Donostia - San Sebastián - Spain <http://www.vicomtech.org/contacto>
>
> <http://www.vicomtech.org/>
>
> Tel: +[34] 943 30 92 30
>
> gve...@vicomtech.org
>
>  Aviso Legal - Política de 
> privacidad<http://www.vicomtech.org/proteccion-datos>
>  / Lege Oharra - Pribatutasun 
> politika<http://www.vicomtech.org/eu/proteccion-datos>
>  / Legal Notice - Privacy policy<http://www.vicomtech.org/en/proteccion-datos>
>
>
>
>
>



-- 
 <http://www.vicomtech.org/>
 Dr. Gorka Vélez Isasmendi  Investigador Colaborador /
Contributing ResearcherSistemas de transporte inteligentes e Ingeniería /
Intelligent Transport Systems and Engineering
Donostia - San Sebastián - Spain <http://www.vicomtech.org/contacto>
<http://www.vicomtech.org/>
Tel: +[34] 943 30 92 30gve...@vicomtech.org
 Aviso Legal - Política de privacidad<http://www.vicomtech.org/proteccion-datos>
 / Lege Oharra - Pribatutasun
politika<http://www.vicomtech.org/eu/proteccion-datos>
 / Legal Notice - Privacy policy<http://www.vicomtech.org/en/proteccion-datos>
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: setup of TCP/IP network configuration

2014-01-16 Thread Clark, Joel
What WiFi modem have ypu put in the VTC 7120?  We used Intel WiFi/BT mini-pcie 
cards in the 7120 and Tizen IVI already has all the packages needed.

Regards
Joel


From: ivi-boun...@lists.tizen.org [mailto:ivi-boun...@lists.tizen.org] On 
Behalf Of Gorka Vélez
Sent: Thursday, January 16, 2014 7:26 AM
To: Stoppa, Igor
Cc: ivi@lists.tizen.org
Subject: Re: setup of TCP/IP network configuration

Hello,

I don't have any USB-ethernet dongle, so I'd prefer another solution that does 
not require buying more hardware :)

I have just checked and I cannot use dhcp on the local network of my company, 
and they have told me that I cannot connect directly any external PC.

Is there any way to configure the WiFi connection without the need of an wired 
internet access?

2014/1/16 Stoppa, Igor mailto:igor.sto...@intel.com>>
Hi,

On 16 January 2014 16:26, Gorka Vélez 
mailto:gve...@vicomtech.org>> wrote:
Hello all,

I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know how to 
setup TCP/IP network configuration via Ethernet. Can anyone help me telling me 
which are the required steps?

My aim is to use WiFi, but as I have read, I need an internet connection to 
install some packages. So I guess that first I have to setup ethernet network.

That is one option, but then every time you will re-install an image, you will 
have to do it again.
The way I do it is to use a local network between my development machine and 
the development platform.
Since my PC has only one built in ethernet card, I've added a USB-ethernet 
dongle.
So what I do is to run dnsmasq (which works both as dhcp server and dns server) 
on the private interface.
Plus I have configured my development machine to do masquerading for the 
private network.
This will allow you to use unmodified images _and_ control the IP address given 
to the IVI device.


--
cheers, igor



--
[http://www.vicomtech.org/firmas/html/logovicomtech_150.png]<http://www.vicomtech.org/>

[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

Dr. Gorka Vélez Isasmendi

Investigador Colaborador / Contributing Researcher

Sistemas de transporte inteligentes e Ingeniería / Intelligent Transport 
Systems and Engineering

Donostia - San Sebastián - Spain<http://www.vicomtech.org/contacto>

[http://www.vicomtech.org/firmas/html/ojo.png]<http://www.vicomtech.org/>

Tel: +[34] 943 30 92 30

gve...@vicomtech.org<mailto:gve...@vicomtech.org>




[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

[http://www.vicomtech.org/firmas/html/GraphicsMediaNet-IK4_150.png]


Aviso Legal - Política de privacidad<http://www.vicomtech.org/proteccion-datos> 
/ Lege Oharra - Pribatutasun 
politika<http://www.vicomtech.org/eu/proteccion-datos> / Legal Notice - Privacy 
policy<http://www.vicomtech.org/en/proteccion-datos>





___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


RE: setup of TCP/IP network configuration

2014-01-16 Thread Michael Johnson
Hi,

Perhaps you could try looking at this page: 
http://www.linux.com/learn/tutorials/374514-control-wireless-on-the-linux-desktop-with-these-tools

first you need to set up your wlan0 and use a static IP address using iwlist 
etc., then you can automate the process of assigning an IP at boot from 
/etc/sysconfig/network-scripts by creating an "interface" file as in the 
instructions.

I haven't done this in a while, so maybe someone can give you better advice if 
it doesn't work for you.

Regards
Mike


MICHAEL JOHNSON
Test Engineer

Symphony Teleca
Sunley House, 46 Jewry Street, Winchester, Hampshire, SO23 8RY
Phone: +441962868866, Fax: +441962868867
michael.john...@symphonyteleca.com<mailto:michael.john...@symphonyteleca.com>
www.symphonyteleca.com<http://www.symphonyteleca.com>

Teleca Limited, a company registered in England & Wales, registration number 
2773878, registered office at Sunley House, 46 Jewry Street, Winchester, 
Hampshire SO23 8RY. VAT registration number GB 674 6583 90

Follow what's going on at Symphony Teleca's blog on 
www.symphonyteleca.com/blog<http://www.symphonyteleca.com/blog>. Please 
consider the environment before you print.

Notice to recipient: This e-mail (including any attachments) is meant for the 
intended recipient only, may contain confidential and proprietary information, 
and is protected by law. If you received this e-mail in error, please 
immediately notify the sender of the error by return e-mail, delete this 
communication and any attachments, and shred any printouts. Unauthorized 
review, use, dissemination, distribution, copying or taking of any action based 
on this communication is strictly prohibited.


From: ivi-boun...@lists.tizen.org [ivi-boun...@lists.tizen.org] on behalf of 
Gorka Vélez [gve...@vicomtech.org]
Sent: Thursday, January 16, 2014 3:25 PM
To: Stoppa, Igor
Cc: ivi@lists.tizen.org
Subject: Re: setup of TCP/IP network configuration

Hello,

I don't have any USB-ethernet dongle, so I'd prefer another solution that does 
not require buying more hardware :)

I have just checked and I cannot use dhcp on the local network of my company, 
and they have told me that I cannot connect directly any external PC.

Is there any way to configure the WiFi connection without the need of an wired 
internet access?


2014/1/16 Stoppa, Igor mailto:igor.sto...@intel.com>>
Hi,


On 16 January 2014 16:26, Gorka Vélez 
mailto:gve...@vicomtech.org>> wrote:
Hello all,

I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know how to 
setup TCP/IP network configuration via Ethernet. Can anyone help me telling me 
which are the required steps?

My aim is to use WiFi, but as I have read, I need an internet connection to 
install some packages. So I guess that first I have to setup ethernet network.

That is one option, but then every time you will re-install an image, you will 
have to do it again.
The way I do it is to use a local network between my development machine and 
the development platform.
Since my PC has only one built in ethernet card, I've added a USB-ethernet 
dongle.
So what I do is to run dnsmasq (which works both as dhcp server and dns server) 
on the private interface.
Plus I have configured my development machine to do masquerading for the 
private network.

This will allow you to use unmodified images _and_ control the IP address given 
to the IVI device.


--
cheers, igor



--
[http://www.vicomtech.org/firmas/html/logovicomtech_150.png]<http://www.vicomtech.org/>

[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

Dr. Gorka Vélez Isasmendi
Investigador Colaborador / Contributing Researcher
Sistemas de transporte inteligentes e Ingeniería / Intelligent Transport 
Systems and Engineering
Donostia - San Sebastián - Spain<http://www.vicomtech.org/contacto>
[http://www.vicomtech.org/firmas/html/ojo.png]<http://www.vicomtech.org/>

Tel: +[34] 943 30 92 30
gve...@vicomtech.org<mailto:gve...@vicomtech.org>



[http://www.vicomtech.org/firmas/html/barraSinFondo_150.png]

[http://www.vicomtech.org/firmas/html/GraphicsMediaNet-IK4_150.png]


Aviso Legal - Política de privacidad<http://www.vicomtech.org/proteccion-datos> 
/ Lege Oharra - Pribatutasun 
politika<http://www.vicomtech.org/eu/proteccion-datos> / Legal Notice - Privacy 
policy<http://www.vicomtech.org/en/proteccion-datos>



___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: setup of TCP/IP network configuration

2014-01-16 Thread Gorka Vélez
Hello,

I don't have any USB-ethernet dongle, so I'd prefer another solution that
does not require buying more hardware :)

I have just checked and I cannot use dhcp on the local network of my
company, and they have told me that I cannot connect directly any external
PC.

Is there any way to configure the WiFi connection without the need of an
wired internet access?


2014/1/16 Stoppa, Igor 

> Hi,
>
>
> On 16 January 2014 16:26, Gorka Vélez  wrote:
>
>> Hello all,
>>
>> I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know
>> how to setup TCP/IP network configuration via Ethernet. Can anyone help me
>> telling me which are the required steps?
>>
>> My aim is to use WiFi, but as I have read, I need an internet connection
>> to install some packages. So I guess that first I have to setup ethernet
>> network.
>>
>
> That is one option, but then every time you will re-install an image, you
> will have to do it again.
> The way I do it is to use a local network between my development machine
> and the development platform.
> Since my PC has only one built in ethernet card, I've added a USB-ethernet
> dongle.
> So what I do is to run dnsmasq (which works both as dhcp server and dns
> server) on the private interface.
> Plus I have configured my development machine to do masquerading for the
> private network.
>
> This will allow you to use unmodified images _and_ control the IP address
> given to the IVI device.
>
>
> --
> cheers, igor
>



-- 
 
 Dr. Gorka Vélez Isasmendi  Investigador Colaborador /
Contributing ResearcherSistemas de transporte inteligentes e Ingeniería /
Intelligent Transport Systems and Engineering
Donostia - San Sebastián - Spain 

Tel: +[34] 943 30 92 30gve...@vicomtech.org
 Aviso Legal - Política de privacidad
 / Lege Oharra - Pribatutasun
politika
 / Legal Notice - Privacy policy
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi


Re: setup of TCP/IP network configuration

2014-01-16 Thread Stoppa, Igor
Hi,


On 16 January 2014 16:26, Gorka Vélez  wrote:

> Hello all,
>
> I have installed Tizen IVI on a VTC 7120-BK computer, and I don't know
> how to setup TCP/IP network configuration via Ethernet. Can anyone help me
> telling me which are the required steps?
>
> My aim is to use WiFi, but as I have read, I need an internet connection
> to install some packages. So I guess that first I have to setup ethernet
> network.
>

That is one option, but then every time you will re-install an image, you
will have to do it again.
The way I do it is to use a local network between my development machine
and the development platform.
Since my PC has only one built in ethernet card, I've added a USB-ethernet
dongle.
So what I do is to run dnsmasq (which works both as dhcp server and dns
server) on the private interface.
Plus I have configured my development machine to do masquerading for the
private network.

This will allow you to use unmodified images _and_ control the IP address
given to the IVI device.


-- 
cheers, igor
___
IVI mailing list
IVI@lists.tizen.org
https://lists.tizen.org/listinfo/ivi