Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Networking problems - need stable install procedure [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
snunezcr
n00b
n00b


Joined: 21 Jan 2006
Posts: 30
Location: Costa Rica National Center for High Technology

PostPosted: Wed Jan 25, 2006 4:54 pm    Post subject: Networking problems - need stable install procedure [solved] Reply with quote

Hello everyone,

These days I've been installing a sparc cluster with Gentoo. Everything goes smooth until configuring the networking part. There are things that I've done:

a. Compiled the kernel with built in adequate nic support (avoiding module loading for both eth0 and eth1)
b. No ACPI present that generates conflicts
b. Updated base layout
c. Unmerged udev->devfsd (knowing that sparc uses a 2.4 kernel)
d. Checked net.eh0, net.eth1 -> net.lo

Sympthoms:

The dhcpcd client just hangs after invocation with no status/error message. I read the threads related to the subject, but only once I got good results applying the solutions in different orders. Also, my clients are unable to dhcp the server. The problem is that I can't replicate the results (I've tried many things).

Question:

What is the correct order that must be followed (if any) in order to get compatibility with neworking in a stable installation procedure?

I plan to NFS the portage tree to eliminate traffic, but I'd like to hear suggestions on this.

Are there conflicts between NFS and say PVFS or OpenAFS if I install previously NFS?

Thanks
_________________
Santiago Núñez
CENAT-ITCR


Last edited by snunezcr on Thu Jan 26, 2006 7:32 pm; edited 1 time in total
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Wed Jan 25, 2006 9:56 pm    Post subject: Reply with quote

snunezcr,

I've never done either a sparc or cluster install, but I think more info from your end is needed for others to help you.
Quote:
These days I've been installing a sparc cluster with Gentoo. Everything goes smooth until configuring the networking part.

1. Are you referring to the installation, or post installation setup?
2. Can you post "emerge info"
3. Is this sparc32 or 64
4. Which installation .iso are you using?
5. Which stage are you using?
Quote:
here are things that I've done:
a. Compiled the kernel with built in adequate nic support (avoiding module loading for both eth0 and eth1)
b. No ACPI present that generates conflicts
b. Updated base layout
c. Unmerged udev->devfsd (knowing that sparc uses a 2.4 kernel)
d. Checked net.eh0, net.eth1 -> net.lo

1. This is the server, right?
2. Which kernel are you using?
3. Guessing this is post installation since you've updated baselayout and unmerged udev.
4. If you used the sparc install medium, why would udev be installed if sparc uses a 2.4 series kernel?
5. Is this machine a dhcp server, client or both.
6. What are the interfaces primary functions? eth0 -> internet, eth1 -> local net, dhcpd or dhcp client on ethX?
8. Post your /etc/conf.d/net and probably and dhcp config info.
9. What brand(s) and model(s) of ethernet adapters?
10. Which kernel driver(s) is selected for the ethernet adapters?
11. Have you tried static ip's to test if the ethernet adapters are working?
12. Do you have dhcp client and or server installed? If so, which package?

As you can see, more specific information would be useful. :wink:
Back to top
View user's profile Send private message
snunezcr
n00b
n00b


Joined: 21 Jan 2006
Posts: 30
Location: Costa Rica National Center for High Technology

PostPosted: Thu Jan 26, 2006 4:40 am    Post subject: Reply with quote

Thanks for posting back

overkll wrote:
snunezcr,

I've never done either a sparc or cluster install, but I think more info from your end is needed for others to help you.
Quote:
These days I've been installing a sparc cluster with Gentoo. Everything goes smooth until configuring the networking part.

1. Are you referring to the installation, or post installation setup?
2. Can you post "emerge info"
3. Is this sparc32 or 64
4. Which installation .iso are you using?
5. Which stage are you using?


1. Exactly after rebooting and post installation process
2. Yes, as soon as I get tomorrow to the lab
3. Sparc64
4. Minimal install
5. Stage 3

overkll wrote:

1. This is the server, right?
2. Which kernel are you using?
3. Guessing this is post installation since you've updated baselayout and unmerged udev.
4. If you used the sparc install medium, why would udev be installed if sparc uses a 2.4 series kernel?
5. Is this machine a dhcp server, client or both.
6. What are the interfaces primary functions? eth0 -> internet, eth1 -> local net, dhcpd or dhcp client on ethX?
8. Post your /etc/conf.d/net and probably and dhcp config info.
9. What brand(s) and model(s) of ethernet adapters?
10. Which kernel driver(s) is selected for the ethernet adapters?
11. Have you tried static ip's to test if the ethernet adapters are working?
12. Do you have dhcp client and or server installed? If so, which package?

As you can see, more specific information would be useful. :wink:


1. Yes, it's the server

2. Kernel 2.4.32 sparc-sources

3. Yes, it's the post installation

4. According to the gentoo sparc install handook, it is part of the installation. Even though, I did notice the first time that emerge said effectively that udev was not installed, so I later didn't do it. I just listed it as one of the steps I tried.

5,6 . The machine is a dhcpd server for clients (eth1) and internet dhcp client (eth0)
7. ??? (Entering the realm of lost numbers... 8O ... :wink: )
8. /etc/conf.d/net (configured according to gentoo hcp how-to: http://www.gentoo.org/doc/en/hpc-howto.xml)

# dhcp from internet
iface_eth0="dhcp"

# lan internal ip
iface_eth1="10.0.1.50 netmask 255.255.255.0 broadcast 10.0.1.255"

9. Brand: Sun
Model eth0: HappyMeal Ethernet 10/100
Model eth1: GEM 10/100/1000

10. The selected kernel drivers where those matching the latter NICs. They where built-in the kernel to avoid module loading.

11. Yes, I tried static IP addressing. No results unless using the install cd

12. Server: dhcp (don't remember the version right now)
Clients: dhclient and dhcpcd

I hope this may be much more explicit. Thanks again for your commitment and patience.
_________________
Santiago Núñez
CENAT-ITCR
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Thu Jan 26, 2006 5:37 am    Post subject: Reply with quote

I have more questions.

Which Gentoo install version is this? 2005.1?
Which version of baselayout do you have installed?

The reason I ask is that
Code:
# dhcp from internet
iface_eth0="dhcp"

# lan internal ip
iface_eth1="10.0.1.50 netmask 255.255.255.0 broadcast 10.0.1.255"

is outdated for a 2005.1 install and new stable baselayout. Perhaps the hpc guide was for a 2005.0 or earlier install? The new format is like this:
Code:
config_eth0=( "dhcp" )
#dhcpcd_eth0="your dhcpcd options go here"

config_eth1=( "10.0.1.50 netmask 255.255.255.0 brd 10.0.1.255" )
routes_eth1=( "default gw your.gate.way.ip" )

You can look at /etc/conf.d/net.example for implicit instructions.

I suggest you revisit the appropriate gentoo sparc handbook and verify *ALL* your network settings.

Also, if this machine will be acting as a gateway, you'll need to enable ip forwarding. Don't know how to do that the gentoo way, but if you dig around, Im sure youll find it. I think the manual method is
Code:
echo "1"  > /proc/sys/net/ipv4/ip_forward

which will be lost on every reboot.

One more thing, and its important..... If this machine is the only thing separating your internal net from the internet, make sure to set up a firewall on the external interface or on an appliance/firewall in front of the external interface.
Back to top
View user's profile Send private message
snunezcr
n00b
n00b


Joined: 21 Jan 2006
Posts: 30
Location: Costa Rica National Center for High Technology

PostPosted: Thu Jan 26, 2006 3:12 pm    Post subject: Reply with quote

Gentoo install is 2005.1
Baselayout 1.11.14-r2

I changed the network settings according to your suggesitions, but no success.
Here is the emerge info data:

Quote:

Gentoo Base System version 1.6.14
Portage 2.0.51.22-r2 (default-linux/sparc/sparc64/2005.1, gcc-3.3.5-20050130, glibc-2.3.3.20040420-r2, 2.4.31-sparc sparc64)
=================================================================
System uname: 2.4.31-sparc sparc64 sun4u
dev-lang/python: 2.3.5-r2
sys-apps/sandbox: 1.2.11
sys-devel/autoconf: 2.13, 2.59-r6
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils: 2.15.92.0.2-r10
sys-devel/libtool: 1.5.18-r1
virtual/os-headers: 2.4.23
ACCEPT_KEYWORDS="sparc"
AUTOCLEAN="yes"
CBUILD="sparc-unknown-linux-gnu"
CFLAGS="-O3 -Os -mcpu=ultrasparc -pipe"
CHOST="sparc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS=""
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://gentoo.mirrors.pair.com/"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="sparc X gpm ncurses pam tcpd userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY


and the
Code:
ifconfig -a
when booting from the install cd

Quote:

eth0 Link encap:Ethernet HWaddr 00:03:BA:1D:98:C8
inet addr:10.3.254.249 Bcast:10.3.255.255 Mask:255.255.0.0
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:156 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:17449 (17.0 Kb) TX bytes:9828 (9.5 Kb)
Interrupt:192 Base address:0xf000

eth1 Link encap:Ethernet HWaddr 00:03:BA:1D:98:C8
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:93 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8764 (8.5 Kb) TX bytes:4720 (4.6 Kb)
Interrupt:64 Base address:0xa000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


Something that I notice is that both eth0 and eth1 have the same hardware address, is this normal? Isn't it supposed that each card has its own haddr?

Another thing is that when I reboot normally, NICs are switched
eth0 -> HappyMeal
eth1 -> Gem

But this is a
Quote:
dmesg | grep "eth0"
while running from the cd

Quote:

eth%d: MII PHY ID: 437420 Enable Semiconductor
eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:03:ba:1d:98:c8
eth1: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 00:03:ba:1d:98:c8
eth%d: MII PHY ID: 437420 Enable Semiconductor
eth0: Sun GEM (PCI) 10/100/1000BaseT Ethernet 00:03:ba:1d:98:c8
eth1: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 00:03:ba:1d:98:c8
eth0: Link is up at 100 Mbps, full-duplex.
eth0: Pause is disabled
eth1: Auto-Negotiation unsuccessful, trying force link mode
eth1: Link down, cable problem?
eth1: Auto-Negotiation unsuccessful, trying force link mode
eth1: Link down, cable problem?
eth1: Auto-Negotiation unsuccessful, trying force link mode
eth0: Link down
eth0: MII PHY ID: 437420 Enable Semiconductor
eth0: switching to forced 100bt
eth0: switching to forced 10bt
eth0: switching to forced 100bt
eth0: switching to forced 10bt
eth0: switching to forced 100bt
eth0: switching to forced 10bt
eth0: switching to forced 100bt
eth0: switching to forced 10bt
eth1: Link is up using internal transceiver at 100Mb/s, Full Duplex.
eth0: MII PHY ID: 437420 Enable Semiconductor
eth0: Link is up at 100 Mbps, full-duplex.
eth0: Pause is disabled


I'm really puzzled because of this network behaviour.
I also was thinking on some iptables config for doing the firewall stuff. Is it enough?

Thanks again.
_________________
Santiago Núñez
CENAT-ITCR
Back to top
View user's profile Send private message
snunezcr
n00b
n00b


Joined: 21 Jan 2006
Posts: 30
Location: Costa Rica National Center for High Technology

PostPosted: Thu Jan 26, 2006 5:35 pm    Post subject: Sparc OpenBoot and networking... still unsolved Reply with quote

After some reading/digging time about networking on sparc systems I found that by default in Blade 100 the NICs are assigned a unique system MAC address. This can be disabled with the command

Code:

[b]ok[/b] > setenv local-mac-address? true


which enables each NIC to use its own MAC address. And there are conflicts if the IP's assigned to both NICs are on different subnets (hmm...).

I changed such parameter, but still gentoo is assigning (and recognizes during boot) the same MAC for both cards, and still no ip address is given to it by dhcpcd. According to SUN's documentation, there is no other way to do it (some hidden switch or sort of).

If anyone knows something about it I will be very grateful.
Thanks.
_________________
Santiago Núñez
CENAT-ITCR
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Thu Jan 26, 2006 7:04 pm    Post subject: Reply with quote

Weird, haven't heard of that before. You may want to contact Sun to report that their fix doesnt work for you and see if they have an alternate solution.

There may be a workaround. What happens if you set both the the same subnet with static ip's and then set the external ethX to a pseudo interface? Something like:

Code:
# external
config_eth0=(
         "10.0.1.51 netmast 255.255.255.0 brd 10.0.1.255"
         "dhcp"
)

# internal
config_eth1=( "10.0.1.50 netmask 255.255.255.0 brd 10.0.1.255" )
routes_eth1=( "default gw your.gate.way.ip" )


That way, both interfaces are on the same subnet and eth0:1 would be dhcp.
You could use iptables to block the traffic between eth0 (10.x.x.x adress, not the dhcp) and eth1.
Back to top
View user's profile Send private message
snunezcr
n00b
n00b


Joined: 21 Jan 2006
Posts: 30
Location: Costa Rica National Center for High Technology

PostPosted: Thu Jan 26, 2006 7:31 pm    Post subject: Passing to bugs...[solved] Reply with quote

I did some test and found this:

1. The NIC is ok
2. Here I have a NetBDS install disc and it does recognizes both separate mac addresses.

So, following Sherlock Holmes reasoning, when possible and improbable assumptions fail, then we must consider the impossible.

I will report this as a bug. Thanks again.
_________________
Santiago Núñez
CENAT-ITCR
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Thu Jan 26, 2006 7:36 pm    Post subject: Re: Sparc OpenBoot and networking... still unsolved Reply with quote

snunezcr wrote:
After some reading/digging time about networking on sparc systems I found that by default in Blade 100 the NICs are assigned a unique system MAC address. This can be disabled with the command

Code:

[b]ok[/b] > setenv local-mac-address? true


which enables each NIC to use its own MAC address. And there are conflicts if the IP's assigned to both NICs are on different subnets (hmm...).

I changed such parameter, but still gentoo is assigning (and recognizes during boot) the same MAC for both cards, and still no ip address is given to it by dhcpcd. According to SUN's documentation, there is no other way to do it (some hidden switch or sort of).

If anyone knows something about it I will be very grateful.
Thanks.


Is that really the command, or is it a BBCode typo? Looks like the command should be
Code:
setenv local-mac-address true

Did the command work, then is lost on reboot?
Back to top
View user's profile Send private message
snunezcr
n00b
n00b


Joined: 21 Jan 2006
Posts: 30
Location: Costa Rica National Center for High Technology

PostPosted: Thu Jan 26, 2006 8:11 pm    Post subject: Reply with quote

No, I did also thought that the first time, but local-mac-address is a boolean state variable. OpenBoot requires the ? to distiguish between boolean and non-boolean,
_________________
Santiago Núñez
CENAT-ITCR
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum