Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-16 Thread Martin Langhoff
On Tue, Jun 16, 2009 at 5:25 PM,  wrote:
> Maybe the WIKI need an update that include ... take a break and come back for 
> the cache stuff

Probably a strategic reboot is better, faster and clearer. You do need
it once you've set the domain.

If you

1 - install
2 - set the domain (which sets resolv.conf
3 - set the forwarders
4 - set ifcfg-eth0-local
5 - reboot

everything 'just works'. Once I make 0.6 an official release -- soon!
I promise! -- we can update the install guide with this info.

> Working normally..and I am amazed by the level of automation via the XS. Just 
> registered 2 XOs via wireless.

Great!

> Now I need to see how the Moodle could be a mix of external users and XOs 
> registered users. I use to have success login in with admin and the password 
> supplied to add newlanguage options. Any changes? I have not been login with 
> the combination recently?

Use the first registered XO -- which has 'course creator' rights in
Moodle. It can create new "normal" accounts, which login with
username/password.

If you want those accounts to be 'course creators' too, after creating
the accounts you can grant them the right from Users->Roles->Sitewide
roles (a standard Moodle procedure)

hth,


m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-16 Thread tkkang
Maybe the WIKI need an update that include ... take a break and come back for 
the cache stuff  

Working normally..and I am amazed by the level of automation via the XS. Just 
registered 2 XOs via wireless. Now I need to see how the Moodle could be a mix 
of external users and XOs registered users. I use to have success login in with 
admin and the password supplied to add newlanguage options. Any changes? I have 
not been login with the combination recently?
 
Cheers


>-Original Message-
>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>Sent: Tuesday, June 16, 2009 10:59 PM
>To: tkk...@nurturingasia.com
>Cc: 'Sameer Verma', 'Rodolfo D. Arce S.', 'XS Devel'
>Subject: Re: [Server-devel] Server configuration for static IP instead of DHCP
>
>On Tue, Jun 16, 2009 at 4:24 PM,  wrote:
>> Thanks for all the advice and help. I went to sleep after setting it without 
>> success ... and came back after  work at it again - when I ping it works!!
>> Maybe the lesson is to wait for the network stuff to sort things out and be 
>> patient?
>
>Fantastic news! DNS/resolver stuff is sometimes cached so "going to
>sleep" is sometimes the right fix ;-)
>
>> Have set the forwarders commands to my actual DNS and the resolv.conf 
>> nameserver points to 172.18.0.1.
>
>Perfect-o.
>
>
>
>m
>-- 
> martin.langh...@gmail.com
> mar...@laptop.org -- School Server Architect
> - ask interesting questions
> - don't get distracted with shiny stuff  - working code first
> - http://wiki.laptop.org/go/User:Martinlanghoff
>


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-16 Thread Martin Langhoff
On Tue, Jun 16, 2009 at 4:24 PM,  wrote:
> Thanks for all the advice and help. I went to sleep after setting it without 
> success ... and came back after  work at it again - when I ping it works!!
> Maybe the lesson is to wait for the network stuff to sort things out and be 
> patient?

Fantastic news! DNS/resolver stuff is sometimes cached so "going to
sleep" is sometimes the right fix ;-)

> Have set the forwarders commands to my actual DNS and the resolv.conf 
> nameserver points to 172.18.0.1.

Perfect-o.



m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-16 Thread tkkang
Thanks for all the advice and help. I went to sleep after setting it without 
success ... and came back after  work at it again - when I ping it works!!
Maybe the lesson is to wait for the network stuff to sort things out and be 
patient?

Have set the forwarders commands to my actual DNS and the resolv.conf 
nameserver points to 172.18.0.1.

My thanks to you all. Cheers


 

>-Original Message-
>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>Sent: Tuesday, June 16, 2009 03:58 PM
>To: 'Sameer Verma'
>Cc: tkk...@nurturingasia.com, 'XS Devel'
>Subject: Re: [Server-devel] Server configuration for static IP instead of DHCP
>
>On Mon, Jun 15, 2009 at 7:01 PM, Sameer Verma wrote:
>> Have you tried adding your ISP's DNS server(s) to the
>> /etc/named-xs.conf file as forwarders?
>
>Yep! that's the 2 steps needed for a static IP address on eth0
>
>- an ifcfg-eth0-local file as Rodolfo's example
>
>- upstream DNS servers set as forwarders
>
>Also, /etc/resolv.conf needs to be pointing to the DNS server on the
>XS. Otherwise the local names (needed for ejabberd and other services)
>will be missing (unless you configure the upstream DNS servers to
>serve them but that is more complicated).
>
>cheers,
>
>
>m
>-- 
> martin.langh...@gmail.com
> mar...@laptop.org -- School Server Architect
> - ask interesting questions
> - don't get distracted with shiny stuff  - working code first
> - http://wiki.laptop.org/go/User:Martinlanghoff
>


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-16 Thread Martin Langhoff
On Mon, Jun 15, 2009 at 7:01 PM, Sameer Verma wrote:
> Have you tried adding your ISP's DNS server(s) to the
> /etc/named-xs.conf file as forwarders?

Yep! that's the 2 steps needed for a static IP address on eth0

- an ifcfg-eth0-local file as Rodolfo's example

- upstream DNS servers set as forwarders

Also, /etc/resolv.conf needs to be pointing to the DNS server on the
XS. Otherwise the local names (needed for ejabberd and other services)
will be missing (unless you configure the upstream DNS servers to
serve them but that is more complicated).

cheers,


m
-- 
 martin.langh...@gmail.com
 mar...@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-15 Thread Sameer Verma
On Mon, Jun 15, 2009 at 8:24 AM,  wrote:
> I tried your config - thanks. No luck.
>
> I get a fixed IP of 192.168.1.230 and could ping 192.168.1.1, etc and even 
> the designated public IP of my router given by my ISP. However I can't ping 
> any external network outside.
>
> Have you go this working with a XS server with a static IP?
>

Have you tried adding your ISP's DNS server(s) to the
/etc/named-xs.conf file as forwarders?

options {
...
...
...
 forwarders { dnsserver1; dnsserver2; };
 forward only;
 };


Sameer

>>-Original Message-
>>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com]
>>Sent: Monday, June 15, 2009 09:25 PM
>>To: tkk...@nurturingasia.com, 'XS Devel'
>>Subject: Re: [Server-devel] Server configuration for static IP instead of DHCP
>>
>>Sorry, made a mistake in the conf file.. here's the real example
>>
>>#IFCFG-ETH0-LOCAL
>>DEVICE=eth0
>>ONBOOT=on
>>IPADDR=192.168.1.230
>>NETMASK=255.255.255.0
>>BROADCAST=192.168.1.255
>>NETWORK=192.168.1.0
>>GATEWAY=192.168.1.1
>>DNS1=192.168.1.1
>>
>>cheers.. R
>>
>>On Mon, Jun 15, 2009 at 9:18 AM, Rodolfo D. Arce
>>S. wrote:
>>> Could you ping hosts in your internal network? perhaps you didn't set
>>> you gateway
>>>
>>> Instead of changing the /etc/resolv.conf maybe you could try to add
>>> the option in the interface configuration
>>> Example:
>>>
>>> #IFCFG-ETH0-LOCAL
>>> DEVICE=eth0
>>> ONBOOT=on
>>> IPADDR=192.168.1.230
>>> NETWORK=255.255.255.0
>>> BROADCAST=192.168.1.255
>>> GATEWAY=192.168.1.1
>>> DNS1=192.168.1.1
>>>
>>> Could you send your ifcfg-eth0-local file?
>>>
>>> cheers.. R
>>>
>>> On Fri, Jun 12, 2009 at 7:32 PM,  wrote:
>>>> Yes, I followed the instruction and created a ifcfg-eth0-local and change 
>>>> the /etc/resolv.conf with the original nameserver 172.18.0.1 to 192.168.1.1
>>>>
>>>> It boot and set my ip to 192.168.1.230. I could not ping an external IP 
>>>> not resolve domain names. The orignal dhcp setting just works well. I hope 
>>>> setting a static IP would be as easy.
>>>>
>>>> I want a static ip as I want to play around with external web access to 
>>>> the Xs-server loaded with other elearning application.
>>>>
>>>>
>>>>
>>>>
>>>>>-Original Message-
>>>>>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com]
>>>>>Sent: Saturday, June 13, 2009 01:58 AM
>>>>>To: tkk...@nurturingasia.com, 'XS Devel'
>>>>>Subject: Re: [Server-devel] Server configuration for static IP instead of 
>>>>>DHCP
>>>>>
>>>>>You have to create a file
>>>>>/etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your
>>>>> static IP like any other fedora machine
>>>>>
>>>>>hope that works.. cheers.. R
>>>>>
>>>>>On 6/12/09, tkk...@nurturingasia.com  wrote:
>>>>>> Everything works well with DHCP on eth0. However I want have a fixed ip
>>>>>> instead. I followed the instruction Configuring a Static IP address. Each
>>>>>> time I reboot I have assign a satic IP of 192.168.1.130. However not 
>>>>>> able to
>>>>>> resolve when I ping mail.google.com.
>>>>>>
>>>>>> Read the thread below. What else do I need to do to get it functioning as
>>>>>> before?
>>>>>>
>>>>>> Cheers
>>>>>>
>>>>>>>-Original Message-
>>>>>>>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>>>>>>>Sent: Tuesday, June 2, 2009 07:27 PM
>>>>>>>To: i...@grapeprojects.com
>>>>>>>Cc: server-devel@lists.laptop.org
>>>>>>>Subject: Re: [Server-devel] Server configuration
>>>>>>>
>>>>>>>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo  
>>>>>>>wrote:
>>>>>>>> Active antenna plugged in on the usb port and the XO's do connect to 
>>>>>>>> the
>>>>>>>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway
>>>>>>>> to
>>>>>>>
>>>>>> >From what you are saying, you are right in setting up the static
>>>>>>>address. Your ISP is blocking direct DNS queries -- so  for the
>>>>>>>correct DNS settings you need to instead set the 'forwarders' properly
>>>>>>>in /etc/named/named-xs.conf
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>m
>>>>>>>--
>>>>>>> martin.langh...@gmail.com
>>>>>>> mar...@laptop.org -- School Server Architect
>>>>>>> - ask interesting questions
>>>>>>> - don't get distracted with shiny stuff  - working code first
>>>>>>> - http://wiki.laptop.org/go/User:Martinlanghoff
>>>>>>>___
>>>>>>>Server-devel mailing list
>>>>>>>Server-devel@lists.laptop.org
>>>>>>>http://lists.laptop.org/listinfo/server-devel
>>>>>>>
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Server-devel mailing list
>>>>>> Server-devel@lists.laptop.org
>>>>>> http://lists.laptop.org/listinfo/server-devel
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
>>
>
>
> ___
> Server-devel mailing list
> Server-devel@lists.laptop.org
> http://lists.laptop.org/listinfo/server-devel
>
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-15 Thread tkkang
I tried your config - thanks. No luck. 

I get a fixed IP of 192.168.1.230 and could ping 192.168.1.1, etc and even the 
designated public IP of my router given by my ISP. However I can't ping any 
external network outside.

Have you go this working with a XS server with a static IP? 

>-Original Message-
>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com]
>Sent: Monday, June 15, 2009 09:25 PM
>To: tkk...@nurturingasia.com, 'XS Devel'
>Subject: Re: [Server-devel] Server configuration for static IP instead of DHCP
>
>Sorry, made a mistake in the conf file.. here's the real example
>
>#IFCFG-ETH0-LOCAL
>DEVICE=eth0
>ONBOOT=on
>IPADDR=192.168.1.230
>NETMASK=255.255.255.0
>BROADCAST=192.168.1.255
>NETWORK=192.168.1.0
>GATEWAY=192.168.1.1
>DNS1=192.168.1.1
>
>cheers.. R
>
>On Mon, Jun 15, 2009 at 9:18 AM, Rodolfo D. Arce
>S. wrote:
>> Could you ping hosts in your internal network? perhaps you didn't set
>> you gateway
>>
>> Instead of changing the /etc/resolv.conf maybe you could try to add
>> the option in the interface configuration
>> Example:
>>
>> #IFCFG-ETH0-LOCAL
>> DEVICE=eth0
>> ONBOOT=on
>> IPADDR=192.168.1.230
>> NETWORK=255.255.255.0
>> BROADCAST=192.168.1.255
>> GATEWAY=192.168.1.1
>> DNS1=192.168.1.1
>>
>> Could you send your ifcfg-eth0-local file?
>>
>> cheers.. R
>>
>> On Fri, Jun 12, 2009 at 7:32 PM,  wrote:
>>> Yes, I followed the instruction and created a ifcfg-eth0-local and change 
>>> the /etc/resolv.conf with the original nameserver 172.18.0.1 to 192.168.1.1
>>>
>>> It boot and set my ip to 192.168.1.230. I could not ping an external IP not 
>>> resolve domain names. The orignal dhcp setting just works well. I hope 
>>> setting a static IP would be as easy.
>>>
>>> I want a static ip as I want to play around with external web access to the 
>>> Xs-server loaded with other elearning application.
>>>
>>>
>>>
>>>
>>>>-Original Message-
>>>>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com]
>>>>Sent: Saturday, June 13, 2009 01:58 AM
>>>>To: tkk...@nurturingasia.com, 'XS Devel'
>>>>Subject: Re: [Server-devel] Server configuration for static IP instead of 
>>>>DHCP
>>>>
>>>>You have to create a file
>>>>/etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your
>>>> static IP like any other fedora machine
>>>>
>>>>hope that works.. cheers.. R
>>>>
>>>>On 6/12/09, tkk...@nurturingasia.com  wrote:
>>>>> Everything works well with DHCP on eth0. However I want have a fixed ip
>>>>> instead. I followed the instruction Configuring a Static IP address. Each
>>>>> time I reboot I have assign a satic IP of 192.168.1.130. However not able 
>>>>> to
>>>>> resolve when I ping mail.google.com.
>>>>>
>>>>> Read the thread below. What else do I need to do to get it functioning as
>>>>> before?
>>>>>
>>>>> Cheers
>>>>>
>>>>>>-Original Message-
>>>>>>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>>>>>>Sent: Tuesday, June 2, 2009 07:27 PM
>>>>>>To: i...@grapeprojects.com
>>>>>>Cc: server-devel@lists.laptop.org
>>>>>>Subject: Re: [Server-devel] Server configuration
>>>>>>
>>>>>>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo  
>>>>>>wrote:
>>>>>>> Active antenna plugged in on the usb port and the XO's do connect to the
>>>>>>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway
>>>>>>> to
>>>>>>
>>>>> >From what you are saying, you are right in setting up the static
>>>>>>address. Your ISP is blocking direct DNS queries -- so  for the
>>>>>>correct DNS settings you need to instead set the 'forwarders' properly
>>>>>>in /etc/named/named-xs.conf
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>m
>>>>>>--
>>>>>> martin.langh...@gmail.com
>>>>>> mar...@laptop.org -- School Server Architect
>>>>>> - ask interesting questions
>>>>>> - don't get distracted with shiny stuff  - working code first
>>>>>> - http://wiki.laptop.org/go/User:Martinlanghoff
>>>>>>___
>>>>>>Server-devel mailing list
>>>>>>Server-devel@lists.laptop.org
>>>>>>http://lists.laptop.org/listinfo/server-devel
>>>>>>
>>>>>
>>>>>
>>>>> ___
>>>>> Server-devel mailing list
>>>>> Server-devel@lists.laptop.org
>>>>> http://lists.laptop.org/listinfo/server-devel
>>>>>
>>>>
>>>
>>>
>>>
>>
>


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-15 Thread Rodolfo D. Arce S.
Sorry, made a mistake in the conf file.. here's the real example

#IFCFG-ETH0-LOCAL
DEVICE=eth0
ONBOOT=on
IPADDR=192.168.1.230
NETMASK=255.255.255.0
BROADCAST=192.168.1.255
NETWORK=192.168.1.0
GATEWAY=192.168.1.1
DNS1=192.168.1.1

cheers.. R

On Mon, Jun 15, 2009 at 9:18 AM, Rodolfo D. Arce
S. wrote:
> Could you ping hosts in your internal network? perhaps you didn't set
> you gateway
>
> Instead of changing the /etc/resolv.conf maybe you could try to add
> the option in the interface configuration
> Example:
>
> #IFCFG-ETH0-LOCAL
> DEVICE=eth0
> ONBOOT=on
> IPADDR=192.168.1.230
> NETWORK=255.255.255.0
> BROADCAST=192.168.1.255
> GATEWAY=192.168.1.1
> DNS1=192.168.1.1
>
> Could you send your ifcfg-eth0-local file?
>
> cheers.. R
>
> On Fri, Jun 12, 2009 at 7:32 PM,  wrote:
>> Yes, I followed the instruction and created a ifcfg-eth0-local and change 
>> the /etc/resolv.conf with the original nameserver 172.18.0.1 to 192.168.1.1
>>
>> It boot and set my ip to 192.168.1.230. I could not ping an external IP not 
>> resolve domain names. The orignal dhcp setting just works well. I hope 
>> setting a static IP would be as easy.
>>
>> I want a static ip as I want to play around with external web access to the 
>> Xs-server loaded with other elearning application.
>>
>>
>>
>>
>>>-Original Message-
>>>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com]
>>>Sent: Saturday, June 13, 2009 01:58 AM
>>>To: tkk...@nurturingasia.com, 'XS Devel'
>>>Subject: Re: [Server-devel] Server configuration for static IP instead of 
>>>DHCP
>>>
>>>You have to create a file
>>>/etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your
>>> static IP like any other fedora machine
>>>
>>>hope that works.. cheers.. R
>>>
>>>On 6/12/09, tkk...@nurturingasia.com  wrote:
>>>> Everything works well with DHCP on eth0. However I want have a fixed ip
>>>> instead. I followed the instruction Configuring a Static IP address. Each
>>>> time I reboot I have assign a satic IP of 192.168.1.130. However not able 
>>>> to
>>>> resolve when I ping mail.google.com.
>>>>
>>>> Read the thread below. What else do I need to do to get it functioning as
>>>> before?
>>>>
>>>> Cheers
>>>>
>>>>>-Original Message-
>>>>>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>>>>>Sent: Tuesday, June 2, 2009 07:27 PM
>>>>>To: i...@grapeprojects.com
>>>>>Cc: server-devel@lists.laptop.org
>>>>>Subject: Re: [Server-devel] Server configuration
>>>>>
>>>>>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo  wrote:
>>>>>> Active antenna plugged in on the usb port and the XO's do connect to the
>>>>>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway
>>>>>> to
>>>>>
>>>> >From what you are saying, you are right in setting up the static
>>>>>address. Your ISP is blocking direct DNS queries -- so  for the
>>>>>correct DNS settings you need to instead set the 'forwarders' properly
>>>>>in /etc/named/named-xs.conf
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>m
>>>>>--
>>>>> martin.langh...@gmail.com
>>>>> mar...@laptop.org -- School Server Architect
>>>>> - ask interesting questions
>>>>> - don't get distracted with shiny stuff  - working code first
>>>>> - http://wiki.laptop.org/go/User:Martinlanghoff
>>>>>___
>>>>>Server-devel mailing list
>>>>>Server-devel@lists.laptop.org
>>>>>http://lists.laptop.org/listinfo/server-devel
>>>>>
>>>>
>>>>
>>>> ___
>>>> Server-devel mailing list
>>>> Server-devel@lists.laptop.org
>>>> http://lists.laptop.org/listinfo/server-devel
>>>>
>>>
>>
>>
>>
>
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-12 Thread tkkang
Yes, I followed the instruction and created a ifcfg-eth0-local and change the 
/etc/resolv.conf with the original nameserver 172.18.0.1 to 192.168.1.1

It boot and set my ip to 192.168.1.230. I could not ping an external IP not 
resolve domain names. The orignal dhcp setting just works well. I hope setting 
a static IP would be as easy.

I want a static ip as I want to play around with external web access to the 
Xs-server loaded with other elearning application.




>-Original Message-
>From: Rodolfo D. Arce S. [mailto:rodolfoa...@eyuhoo.com]
>Sent: Saturday, June 13, 2009 01:58 AM
>To: tkk...@nurturingasia.com, 'XS Devel'
>Subject: Re: [Server-devel] Server configuration for static IP instead of DHCP
>
>You have to create a file
>/etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your
> static IP like any other fedora machine
>
>hope that works.. cheers.. R
>
>On 6/12/09, tkk...@nurturingasia.com  wrote:
>> Everything works well with DHCP on eth0. However I want have a fixed ip
>> instead. I followed the instruction Configuring a Static IP address. Each
>> time I reboot I have assign a satic IP of 192.168.1.130. However not able to
>> resolve when I ping mail.google.com.
>>
>> Read the thread below. What else do I need to do to get it functioning as
>> before?
>>
>> Cheers
>>
>>>-Original Message-
>>>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>>>Sent: Tuesday, June 2, 2009 07:27 PM
>>>To: i...@grapeprojects.com
>>>Cc: server-devel@lists.laptop.org
>>>Subject: Re: [Server-devel] Server configuration
>>>
>>>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo  wrote:
>>>> Active antenna plugged in on the usb port and the XO's do connect to the
>>>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway
>>>> to
>>>
>> >From what you are saying, you are right in setting up the static
>>>address. Your ISP is blocking direct DNS queries -- so  for the
>>>correct DNS settings you need to instead set the 'forwarders' properly
>>>in /etc/named/named-xs.conf
>>>
>>>
>>>
>>>
>>>m
>>>--
>>> martin.langh...@gmail.com
>>> mar...@laptop.org -- School Server Architect
>>> - ask interesting questions
>>> - don't get distracted with shiny stuff  - working code first
>>> - http://wiki.laptop.org/go/User:Martinlanghoff
>>>___
>>>Server-devel mailing list
>>>Server-devel@lists.laptop.org
>>>http://lists.laptop.org/listinfo/server-devel
>>>
>>
>>
>> ___
>> Server-devel mailing list
>> Server-devel@lists.laptop.org
>> http://lists.laptop.org/listinfo/server-devel
>>
>


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


Re: [Server-devel] Server configuration for static IP instead of DHCP

2009-06-12 Thread Rodolfo D. Arce S.
You have to create a file
/etc/sysconfig/network-sripts/ifcfg-eth0-local and configue in it your
 static IP like any other fedora machine

hope that works.. cheers.. R

On 6/12/09, tkk...@nurturingasia.com  wrote:
> Everything works well with DHCP on eth0. However I want have a fixed ip
> instead. I followed the instruction Configuring a Static IP address. Each
> time I reboot I have assign a satic IP of 192.168.1.130. However not able to
> resolve when I ping mail.google.com.
>
> Read the thread below. What else do I need to do to get it functioning as
> before?
>
> Cheers
>
>>-Original Message-
>>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>>Sent: Tuesday, June 2, 2009 07:27 PM
>>To: i...@grapeprojects.com
>>Cc: server-devel@lists.laptop.org
>>Subject: Re: [Server-devel] Server configuration
>>
>>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo  wrote:
>>> Active antenna plugged in on the usb port and the XO's do connect to the
>>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway
>>> to
>>
> >From what you are saying, you are right in setting up the static
>>address. Your ISP is blocking direct DNS queries -- so  for the
>>correct DNS settings you need to instead set the 'forwarders' properly
>>in /etc/named/named-xs.conf
>>
>>
>>
>>
>>m
>>--
>> martin.langh...@gmail.com
>> mar...@laptop.org -- School Server Architect
>> - ask interesting questions
>> - don't get distracted with shiny stuff  - working code first
>> - http://wiki.laptop.org/go/User:Martinlanghoff
>>___
>>Server-devel mailing list
>>Server-devel@lists.laptop.org
>>http://lists.laptop.org/listinfo/server-devel
>>
>
>
> ___
> Server-devel mailing list
> Server-devel@lists.laptop.org
> http://lists.laptop.org/listinfo/server-devel
>
___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel


[Server-devel] Server configuration for static IP instead of DHCP

2009-06-12 Thread tkkang
Everything works well with DHCP on eth0. However I want have a fixed ip 
instead. I followed the instruction Configuring a Static IP address. Each time 
I reboot I have assign a satic IP of 192.168.1.130. However not able to resolve 
when I ping mail.google.com.

Read the thread below. What else do I need to do to get it functioning as 
before?
  
Cheers

>-Original Message-
>From: Martin Langhoff [mailto:martin.langh...@gmail.com]
>Sent: Tuesday, June 2, 2009 07:27 PM
>To: i...@grapeprojects.com
>Cc: server-devel@lists.laptop.org
>Subject: Re: [Server-devel] Server configuration
>
>On Tue, Jun 2, 2009 at 12:40 PM, Neo Masilo  wrote:
>> Active antenna plugged in on the usb port and the XO's do connect to the
>> server, but not the internet (DNS)>>Reuben Will the XS act as a gateway to
>
>From what you are saying, you are right in setting up the static
>address. Your ISP is blocking direct DNS queries -- so  for the
>correct DNS settings you need to instead set the 'forwarders' properly
>in /etc/named/named-xs.conf
>
>
>
>
>m
>-- 
> martin.langh...@gmail.com
> mar...@laptop.org -- School Server Architect
> - ask interesting questions
> - don't get distracted with shiny stuff  - working code first
> - http://wiki.laptop.org/go/User:Martinlanghoff
>___
>Server-devel mailing list
>Server-devel@lists.laptop.org
>http://lists.laptop.org/listinfo/server-devel
>


___
Server-devel mailing list
Server-devel@lists.laptop.org
http://lists.laptop.org/listinfo/server-devel