Re: [gentoo-user] static IP issue

2012-09-07 Thread pat
On Fri, 7 Sep 2012 00:14:00 -0400, Walter Dnes wrote On Thu, Sep 06, 2012 at 02:13:04PM +0100, pat wrote On Thu, 6 Sep 2012 14:00:22 +0100, Neil Bothwick wrote Please post contents of /etc/conf.d/net -- Neil Bothwick Top Oxymorons Number 5: Twelve-ounce pound cake

[gentoo-user] static IP issue

2012-09-06 Thread pat
Hello, I've installed Gentoo into VirtualBox. I want it to has static IP address and I've followed Hand book instructions and the OpenRC/net.example. After reboot there's a warning: WARNING: net.lo has already been started and each network depending service failes to start with: service_name:

Re: [gentoo-user] static IP issue

2012-09-06 Thread Michael Hampicke
2012/9/6 pat p...@xvalheru.org Hello, I've installed Gentoo into VirtualBox. I want it to has static IP address and I've followed Hand book instructions and the OpenRC/net.example. After reboot there's a warning: WARNING: net.lo has already been started and each network depending service

Re: [gentoo-user] static IP issue

2012-09-06 Thread pat
On Thu, 6 Sep 2012 14:10:21 +0200, Michael Hampicke wrote 2012/9/6 pat p...@xvalheru.org Hello, I#39;ve installed Gentoo into VirtualBox. I want it to has static IP address and I#39;ve followed Hand book instructions and the OpenRC/net.example. After reboot there#39;s a warning: WARNING:

Re: [gentoo-user] static IP issue

2012-09-06 Thread Neil Bothwick
On Thu, 6 Sep 2012 13:21:43 +0100, pat wrote: Yes, I did. When the Gentoo boots to shell there#39;s only loop back interface. Please post contents of /etc/conf.d/net -- Neil Bothwick Top Oxymorons Number 5: Twelve-ounce pound cake signature.asc Description: PGP signature

Re: [gentoo-user] static IP issue

2012-09-06 Thread pat
On Thu, 6 Sep 2012 14:00:22 +0100, Neil Bothwick wrote On Thu, 6 Sep 2012 13:21:43 +0100, pat wrote: Yes, I did. When the Gentoo boots to shell there's only loop back interface. Please post contents of /etc/conf.d/net -- Neil Bothwick Top Oxymorons Number 5: Twelve-ounce pound

Re: [gentoo-user] static IP issue

2012-09-06 Thread Michael Hampicke
Yes, I did. When the Gentoo boots to shell there's only loop back interface. Are you sure that the kernel module for your network interface is loaded? What's the output of ifconfig -a after a reboot?

Re: [gentoo-user] static IP issue

2012-09-06 Thread Mark Knecht
On Thu, Sep 6, 2012 at 4:33 AM, pat p...@xvalheru.org wrote: Hello, I've installed Gentoo into VirtualBox. I want it to has static IP address and I've followed Hand book instructions and the OpenRC/net.example. After reboot there's a warning: WARNING: net.lo has already been started and each

Re: [gentoo-user] static IP issue

2012-09-06 Thread pat
On Thu, 6 Sep 2012 16:23:57 +0200, Michael Hampicke wrote Yes, I did. When the Gentoo boots to shell there's only loop back interface. Are you sure that the kernel module for your network interface is loaded? What's the output of ifconfig -a after a reboot? ifconfig -a gives:

Re: [gentoo-user] static IP issue

2012-09-06 Thread pat
On Thu, 6 Sep 2012 08:37:33 -0700, Mark Knecht wrote On Thu, Sep 6, 2012 at 4:33 AM, pat p...@xvalheru.org wrote: Hello, I've installed Gentoo into VirtualBox. I want it to has static IP address and I've followed Hand book instructions and the OpenRC/net.example. After reboot

Re: [gentoo-user] static IP issue

2012-09-06 Thread Walter Dnes
On Thu, Sep 06, 2012 at 02:13:04PM +0100, pat wrote On Thu, 6 Sep 2012 14:00:22 +0100, Neil Bothwick wrote Please post contents of /etc/conf.d/net -- Neil Bothwick Top Oxymorons Number 5: Twelve-ounce pound cake Here it is. config_eth0=192.168.74.101 netmask 255.255.255.0

Re: [gentoo-user] static ip

2009-08-12 Thread daid kahl
2009/8/10 Stroller strol...@stellar.eclipse.co.uk On 9 Aug 2009, at 08:01, Andrey Vul wrote: I somehow killed the dhcp in my openwrt router and failsafe mode requires a static IP address. Stopping net.eth0 and then running '#ifconfig eth0 up; ifconfig eth0 192.168.1.2' resulted with a 'No

[gentoo-user] static ip

2009-08-09 Thread Andrey Vul
I somehow killed the dhcp in my openwrt router and failsafe mode requires a static IP address. Stopping net.eth0 and then running '#ifconfig eth0 up; ifconfig eth0 192.168.1.2' resulted with a 'No route to host' error when telnetting to 192.168.1.1 . -- Andrey Vul andrey dot vul at gmail dot

Re: [gentoo-user] static ip

2009-08-09 Thread Mick
On Sunday 09 August 2009, Andrey Vul wrote: I somehow killed the dhcp in my openwrt router and failsafe mode requires a static IP address. Stopping net.eth0 and then running '#ifconfig eth0 up; ifconfig eth0 192.168.1.2' resulted with a 'No route to host' error when telnetting to 192.168.1.1 .

Re: [gentoo-user] static ip

2009-08-09 Thread Stroller
On 9 Aug 2009, at 08:01, Andrey Vul wrote: I somehow killed the dhcp in my openwrt router and failsafe mode requires a static IP address. Stopping net.eth0 and then running '#ifconfig eth0 up; ifconfig eth0 192.168.1.2' resulted with a 'No route to host' error when telnetting to 192.168.1.1 .

Re: [gentoo-user] static IP, gateway and netmask setting

2007-11-23 Thread Rafael Barrera Oro
thanks very much! ill give it a try 2007/11/23, Alberto Avi [EMAIL PROTECTED]: i have to admit i totally guessed the 10.0.0.255 value Hi Rafael, ipcalc is you friend ! [EMAIL PROTECTED] ~ $ ipcalc 10.0.0.1/255.255.255.0 Address: 10.0.0.1 1010...

[gentoo-user] static IP, gateway and netmask setting

2007-11-23 Thread Rafael Barrera Oro
Hello, i intend to do a basic static network set up. My goal is to set up the following: ip:10.0.0.1 netmask: 255.255.255.0 gateway: 10.0.0.2 guiding myself with the gentoo handbook i clumsily edited the /etc/conf.d/net file leaving it like this config_eth0=( 10.0.0.1 netmask

Re: [gentoo-user] static IP, gateway and netmask setting

2007-11-23 Thread Alberto Avi
i have to admit i totally guessed the 10.0.0.255 value Hi Rafael, ipcalc is you friend ! [EMAIL PROTECTED] ~ $ ipcalc 10.0.0.1/255.255.255.0 Address: 10.0.0.1 1010... 0001 Netmask: 255.255.255.0 = 24 ... Wildcard:

Re: [gentoo-user] Static ip address

2006-12-13 Thread Uwe Thiem
On 12 December 2006 23:15, Felipe Ribeiro wrote: Did they change anything on how you configure your static ip address? I've updated my system today and connot access the internet anymore, when using my static ip address, just dhcp. I used to use my /etc/conf.d/net like this:

Re: [gentoo-user] Static ip address

2006-12-13 Thread Jerry McBride
On Wednesday 13 December 2006 00:47, Uwe Thiem wrote: On 12 December 2006 23:15, Felipe Ribeiro wrote: Did they change anything on how you configure your static ip address? I've updated my system today and connot access the internet anymore, when using my static ip address, just dhcp. I

Re: [gentoo-user] Static ip address

2006-12-13 Thread Felipe Ribeiro
On 12/13/06, Jerry McBride [EMAIL PROTECTED] wrote: On Wednesday 13 December 2006 00:47, Uwe Thiem wrote: On 12 December 2006 23:15, Felipe Ribeiro wrote: Did they change anything on how you configure your static ip address? I've updated my system today and connot access the internet

Re: [gentoo-user] Static ip address

2006-12-13 Thread Felipe Ribeiro
On 12/13/06, Felipe Ribeiro [EMAIL PROTECTED] wrote: On 12/13/06, Jerry McBride [EMAIL PROTECTED] wrote: On Wednesday 13 December 2006 00:47, Uwe Thiem wrote: On 12 December 2006 23:15, Felipe Ribeiro wrote: Did they change anything on how you configure your static ip address? I've

Re: [gentoo-user] Static ip address

2006-12-13 Thread Uwe Thiem
On 13 December 2006 17:38, Felipe Ribeiro wrote: i tried this, but still doesn't work modules=(ifconfig) Why do you insist on ifconfig? /etc/conf.d/net.example clearly indicates that iproute2 is the default - for good reason. config_eth0=(192.168.254.2) Try: config_eth0=(

Re: [gentoo-user] Static ip address

2006-12-13 Thread Felipe Ribeiro
On 12/13/06, Uwe Thiem [EMAIL PROTECTED] wrote: On 13 December 2006 17:38, Felipe Ribeiro wrote: i tried this, but still doesn't work modules=(ifconfig) Why do you insist on ifconfig? /etc/conf.d/net.example clearly indicates that iproute2 is the default - for good reason.

Re: [gentoo-user] Static ip address

2006-12-13 Thread Leandro Melo de Sales
Era o que eu ia te dizer agora! :p Eu tive esse mesmo problema. Se liga, é tu que outro dia encontrei aqui na lista e que faz computação na UFCG? 2006/12/13, Felipe Ribeiro [EMAIL PROTECTED]: On 12/13/06, Uwe Thiem [EMAIL PROTECTED] wrote: On 13 December 2006 17:38, Felipe Ribeiro wrote: i

Re: [gentoo-user] Static ip address

2006-12-13 Thread Jerry McBride
On Wednesday 13 December 2006 13:46, Uwe Thiem wrote: On 13 December 2006 17:38, Felipe Ribeiro wrote: i tried this, but still doesn't work modules=(ifconfig) Why do you insist on ifconfig? /etc/conf.d/net.example clearly indicates that iproute2 is the default - for good reason. What's

Re: [gentoo-user] Static ip address

2006-12-13 Thread Uwe Thiem
On 13 December 2006 21:34, Leandro Melo de Sales wrote: Era o que eu ia te dizer agora! :p Eu tive esse mesmo problema. Se liga, é tu que outro dia encontrei aqui na lista e que faz computação na UFCG? You are most probably right. ;-) Uwe -- Mark Twain: I rather decline two drinks than a

[gentoo-user] Static ip address

2006-12-12 Thread Felipe Ribeiro
Did they change anything on how you configure your static ip address? I've updated my system today and connot access the internet anymore, when using my static ip address, just dhcp. I used to use my /etc/conf.d/net like this: config_eth0=(192.168.254.2 netmask 255.255.255.0 broadcast

Re: [gentoo-user] Static ip address

2006-12-12 Thread Bruno Santos
Felipe Ribeiro wrote: Did they change anything on how you configure your static ip address? I've updated my system today and connot access the internet anymore, when using my static ip address, just dhcp. I used to use my /etc/conf.d/net like this: config_eth0=("192.168.254.2

Re: [gentoo-user] Static ip address

2006-12-12 Thread Felipe Ribeiro
what about your /etc/resolv.conf ??? does it have the right nameserver ?? has i've seen in /etc/conf.d/net.example, you need to expecify more options for /etc/resolv.conf reflet yout new reality (they are not needed) dns_domain_eth0=domain dns_servers_eth0=xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy

Re: [gentoo-user] Static ip address

2006-12-12 Thread Jerry McBride
On Tuesday 12 December 2006 16:15, Felipe Ribeiro wrote: Did they change anything on how you configure your static ip address? I've updated my system today and connot access the internet anymore, when using my static ip address, just dhcp. I used to use my /etc/conf.d/net like this:

[gentoo-user] static ip wont connect but dhcp will

2006-05-12 Thread Matthew R. Lee
I have my connection set to get an ip using dhcp and this works.  However if I try to use a static ip, by setting it in /etc/conf.d/net, it doesn't work, even if I try the ip I have been given by the dhcp server.  Nor does it work with an ip obtained using apipa.  I can ping other  parts of the

Re: [gentoo-user] static ip wont connect but dhcp will

2006-05-12 Thread Boyd Stephen Smith Jr.
On Friday 12 May 2006 07:27, Matthew R. Lee [EMAIL PROTECTED] wrote about '[gentoo-user] static ip wont connect but dhcp will': I have my connection set to get an ip using dhcp and this works.  However if I try to use a static ip, by setting it in /etc/conf.d/net, it doesn't work, even if I