LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-04-2016, 06:39 AM   #1
vanbreukelingen
Member
 
Registered: Oct 2016
Location: depends on vpn-connection
Distribution: arch, debian, slack, bsd, osx
Posts: 31

Rep: Reputation: Disabled
Setting up eth0


Hello everybody,

i'm having a problem with both, arch/bluestar and opensuse 42.2. I'm trying to set up a LAN, having a Raspberry Pi and my Laptop. I also bought a Hub/Switch, connected it.

It says now in the NetworkManager that the network adress is being resolved and ends up in an error message like: the ip-configuration is not available (hopefully rightly translated).

looking at dhcpcd it says, "sending commands to master dhcpcd process. I'm having WiFi and my modem to the internet (enp0s18f2u1u3) connected, too - working without problems.

when doing ifconfig i'm not having any eth0 but an eno0. Is this the same?

Is my router working proberbly?

How to set up a LAN network for my purpose?

Help required,
thx in advance,

MvB
 
Old 11-04-2016, 07:55 AM   #2
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
when doing ifconfig i'm not having any eth0 but an eno0. Is this the same?
No. Unless you are using one as "alias" to the other.
Quote:
Is my router working proberbly?
You said above that your router/connection is working without problems. Now you ask if the same is working properly.

Let me give you these networking tutorials, they provide a better answer to your questionings. It is better to get acquainted to networking methods and configuration first; from there you can address the forum with a more feasible question. Let me invite you to understand also the basic concept of the OSI model, the internet protocol packet. Possessing this knowledge you will find networking more entertaining. Then download this linux administration tutorial in pdf, turning to page 23 you will find plenty of hints how to tackle your current connectivity problem.

Hope that helps. Good luck and enjoy!

m.m.
 
2 members found this post helpful.
Old 11-05-2016, 06:07 AM   #3
vanbreukelingen
Member
 
Registered: Oct 2016
Location: depends on vpn-connection
Distribution: arch, debian, slack, bsd, osx
Posts: 31

Original Poster
Rep: Reputation: Disabled
Probs with NFS

Dear XYZ,

as malekmustaq mentioned i've read all the stuff and used a lot of search engines. Status now is: IP assignment works fine, connection is stable, DNS assigned, now I have probs with NFS:

installed on opensuse the NFS-Server, should work. On the Raspberry Pi i tried to mount and get "Connection timed out". When i try it vice versa, access dinied by the server. What to do?
 
Old 11-05-2016, 06:37 AM   #4
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,564
Blog Entries: 19

Rep: Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445Reputation: 4445
Device IDs like eno0 do occur for onboard ethernet devices. They are the equivalent of enp names for network cards on the pci bus. See here for example.
 
Old 11-05-2016, 02:38 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,973

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
edit Oopps, hazel provided a link to this all already, dooh.

To expand a bit on hazel's comment. "eth0 but an eno0. Is this the same"
Linux distro's are converting over to the BSD/QNX style naming convention to help admins more easily identify devices. The old named eth0 could have been any nic in the box where as the newer eno0 is a specific model and location. "Predictable Network Interface Device Names" ethernet onboard 0

For computers on a hub/switch lan connection should be set to static on both unless you wish to run dhcp on OpenSuse to provide Pi an address.

Last edited by jefro; 11-07-2016 at 03:37 PM.
 
Old 11-05-2016, 10:44 PM   #6
lazydog
Senior Member
 
Registered: Dec 2003
Location: The Key Stone State
Distribution: CentOS Sabayon and now Gentoo
Posts: 1,249
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by vanbreukelingen View Post
installed on opensuse the NFS-Server, should work. On the Raspberry Pi i tried to mount and get "Connection timed out". When i try it vice versa, access dinied by the server. What to do?
Firewall running?
/etc/exports file setup correctly?
 
Old 11-06-2016, 04:04 AM   #7
vanbreukelingen
Member
 
Registered: Oct 2016
Location: depends on vpn-connection
Distribution: arch, debian, slack, bsd, osx
Posts: 31

Original Poster
Rep: Reputation: Disabled
no good luck for me today.

turned off firewall on opensuse but still getting the authorization-error. tried it vice versa (RPi as NFS server, notebook as client), getting

mount.nfs: requested NFS version or transport protocol is not supported


what is strange: when I plug out the network cable, wifi is working. when plugged in, i-net doesn't work.

what is concerned with the eno0 at bluestar linux i thought i've understood. but here it seems to refer to the qualcomm atheros wifi driver (i think kernel modul ath9,) i'm quite sure arch is not understanding my network card (pci). tried to get a driver, but it's written that it should be recognized by the kernel. so arch is out of configuring a network.

so maybe some of you guys can help...
 
Old 11-06-2016, 01:55 PM   #8
vanbreukelingen
Member
 
Registered: Oct 2016
Location: depends on vpn-connection
Distribution: arch, debian, slack, bsd, osx
Posts: 31

Original Poster
Rep: Reputation: Disabled
Now I tried via pure FTP, good going, fast und reliable!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up eth0 properly ..... rakeshj Linux - Networking 4 07-29-2007 12:16 PM
setting 2 IP for eth0 in slack baambooli Slackware 5 06-19-2006 06:47 AM
Setting eth0 to load or not when booting javb Ubuntu 1 04-05-2005 12:56 PM
eth0 and pointopoint setting merovingian Linux - Networking 0 09-13-2003 09:38 PM
Help with setting up eth0 thechronic Linux - Newbie 1 02-07-2002 08:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration