Quantcast

Static network config does not work ?

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Static network config does not work ?

Koenraad
Hi,

I made a jeos appliance with OS 11.3, with a static network
configuration. When I boot the VM (not Tetsdrive, but here, locally) I
get a dhpc address, which is not what I want.. I tried the preload iso
way, with the same result.

What am I doing wrong ?

Regards,

Koenraad Lelong.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Static network config does not work ?

Shyukri
On 02/18/2011 11:08 AM, Koenraad Lelong wrote:

> Hi,
>
> I made a jeos appliance with OS 11.3, with a static network
> configuration. When I boot the VM (not Tetsdrive, but here, locally) I
> get a dhpc address, which is not what I want.. I tried the preload iso
> way, with the same result.
>
> What am I doing wrong ?
>
> Regards,
>
> Koenraad Lelong.
>  
In my case 11.3 JeOS take hostname and IP address setup just as shown on
Studio.
Can you give me a link to your appliance?

Cheers

--
Shyukri Shyukriev
SUSE Studio http://susestudio.com

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Static network config does not work ?

Koenraad
Op 18-02-11 11:05, Shyukri Shyukriev schreef:

> On 02/18/2011 11:08 AM, Koenraad Lelong wrote:
>> Hi,
>>
>> I made a jeos appliance with OS 11.3, with a static network
>> configuration. When I boot the VM (not Tetsdrive, but here, locally) I
>> get a dhpc address, which is not what I want.. I tried the preload iso
>> way, with the same result.
>>
>> What am I doing wrong ?
>>
>> Regards,
>>
>> Koenraad Lelong.
>>  
> In my case 11.3 JeOS take hostname and IP address setup just as shown on
> Studio.
> Can you give me a link to your appliance?
>
> Cheers
>
Hi,

This is, I think, the address.
http://susestudio.com/appliance/edit/329663
And indeed, the hostname is not what I set it to be.

Maybe you could also have a look why I get errors about the locale. It
can't find nl_NL. But I should have nl_BE, I think.

Thanks,

Koenraad Lelong.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Static network config does not work ?

Koenraad
Op 18-02-11 13:08, Shyukri Shyukriev schreef:
...
>
> As you can see in the picture it worked fine for me.
>

Hi,

Yes you're right, it runs fine here also, but on vmware.
I'm trying to get it running on ProxMox, based on kvm. There I get the
dhcp address.
Would it be possible that my vm thinks it's running on the "testdrive"
machine, so it gets it's address from dhcp ?

Enclosed a screenshot of my system.
B.T.W. I think my remark about the hostname was wrong.

Regards,

Koenraad Lelong.

proxmox.png (28K) Download Attachment
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Static network config does not work ?

Shyukri
On 02/18/2011 03:32 PM, Koenraad Lelong wrote:

> Op 18-02-11 13:08, Shyukri Shyukriev schreef:
> ...
>  
>> As you can see in the picture it worked fine for me.
>>
>>    
> Hi,
>
> Yes you're right, it runs fine here also, but on vmware.
> I'm trying to get it running on ProxMox, based on kvm. There I get the
> dhcp address.
> Would it be possible that my vm thinks it's running on the "testdrive"
> machine, so it gets it's address from dhcp ?
>
> Enclosed a screenshot of my system.
> B.T.W. I think my remark about the hostname was wrong.
>
> Regards,
>
> Koenraad Lelong.
>  

I didn't used ProxMox and can't help you there, but here you are some
kvm network setup help http://www.linux-kvm.org/page/Networking

Cheers

--
Shyukri Shyukriev
SUSE Studio http://susestudio.com

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Static network config does not work ?

Koenraad
Op 18-02-11 14:54, Shyukri Shyukriev schreef:

> On 02/18/2011 03:32 PM, Koenraad Lelong wrote:
>> Op 18-02-11 13:08, Shyukri Shyukriev schreef:
>> ...
>>  
>>> As you can see in the picture it worked fine for me.
>>>
>>>    
>> Hi,
>>
>> Yes you're right, it runs fine here also, but on vmware.
>> I'm trying to get it running on ProxMox, based on kvm. There I get the
>> dhcp address.
>> Would it be possible that my vm thinks it's running on the "testdrive"
>> machine, so it gets it's address from dhcp ?
>>
>> Enclosed a screenshot of my system.
>> B.T.W. I think my remark about the hostname was wrong.
>>
>> Regards,
>>
>> Koenraad Lelong.
>>  
>
> I didn't used ProxMox and can't help you there, but here you are some
> kvm network setup help http://www.linux-kvm.org/page/Networking
>
> Cheers
>

Hi,

I will study the link you provided. But can you say anything how an
appliance detects it's being "testdriven" in the Susestudio ?
Of course I could configure the appliance to have a static address after
it's installed.

Thanks for your help,

Koenraad Lelong.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Static network config does not work ?

James T.
Administrator
On 02/18/2011 03:40 PM, Koenraad Lelong wrote:
> Op 18-02-11 14:54, Shyukri Shyukriev schreef:
>  
>> I didn't used ProxMox and can't help you there, but here you are some
>> kvm network setup help http://www.linux-kvm.org/page/Networking
>>    
> I will study the link you provided. But can you say anything how an
> appliance detects it's being "testdriven" in the Susestudio ?
>  

It has a very basic assumption:

if [ -e /dev/input/qemu_tablet ]; then
  # in Testdrive
else
  # not in Testdrive
fi

HTH,
James T.
Loading...