Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
STUCK @ NETWORKING & SECURITY [ifconfig]
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
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Tue Jan 21, 2014 7:31 am    Post subject: STUCK @ NETWORKING & SECURITY [ifconfig] Reply with quote

DOCUMENTING MY MINIMAL GENTOO INSTALLATION
MY SYSTEM
=================================================================================
* Dell inspiron3521, Intel, 64bit, Windows 8
* I'm using a virtual (VM Player, will use my VirtualBox soon)
* HUAWEI HSPA USB Modem
=================================================================================

OK, I did my installation and I'm at Networking & Security.
I had my USB Modem connected to my VM (I was hoping that would auto config my network...).
In my shell I used:
livecd ~ # /var/run/dhcpclient.pid
-su: /var/run/dhcpclient.pid: No such file or directory
Then I used this command:
livecd ~ # ifconfig
eno16777736: flags=4163<UP,BROADCAST,RUNNING MULTICAST> mtu 1500
inet 192.111.111.111 netmask 255.255.255.0 broadcast 192.111.111.111
. . .
. . . *I change my IP addresses

lo: flags=73<UP LOOPBACK, RUNNING> mtu 65545
. . .
. . .
. . .
livecd ~ #


_______________________________________________________________________________________________________________________________
From the Gentoo Linux Documentation
The interface name on your system can be quite different from eth0.
Recent installation media might show regular network interfaces names like eno0, ens1 or enp5s0. Just seek the interface in the ifconfig output that has an IP address related to your local network.

_______________________________________________________________________________________________________________________________

So I guess I'm doing well... But I was trying 'eth0', 'wlan0'.... (I'll try anything!).


I'll CHECK IN later to update or get assistance.
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Tue Jan 21, 2014 7:37 am    Post subject: Reply with quote

ifconfig tells it's eno16777736
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Tue Jan 21, 2014 8:16 am    Post subject: Reply with quote

Quote:

ifconfig tells it's eno16777736
_________________
Xavier Miller
(FR) Merci de respecter les règles du forum.
http://www.xaviermiller.be

==========================================================================================

Thanx, I don't know what most of that output means anyway. So how can I use eno16777736?


Last edited by gentoolinja on Tue Jan 21, 2014 6:34 pm; edited 1 time in total
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Tue Jan 21, 2014 8:19 am    Post subject: Reply with quote

yes.

But if you do dhcp, you don't need to know the interface names.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Tue Jan 21, 2014 10:00 am    Post subject: Reply with quote

CONFIGURE SOME PROXIES
From the Gentoo Linux Documentation
(If the proxy filters HTTP traffic)
livecd ~ # export http_proxy="http://proxy.gentoo.org:8080"
(If the proxy filters FTP traffic)
livecd ~ # export ftp_proxy="ftp://proxy.gentoo.org:8080"
(If the proxy filters RSYNC traffic)
livecd ~ # export RSYNC_PROXY="proxy.gentoo.org:8080" (I don't know what RSYNC is so I didn't use it)


TESTING THIS (the network)
livecd ~ # ping -c 3 www.gentoo.org
PING www-bytmark-v4v6.gentoo.org (89.16.167.134) 56(84) bytes of data
64 bytes from www.gentoo.org (89.16.167.134) icmp_seq=1 ttl=128 time=494 ms
. . .
rtt min/avg/max/mdev = 432.571/461.470/489.126.111 ms
(I left out some parts here)

______________________________________________________________________________________________________________________________________

{I hope someone follows my STEPS and feel GENTOO-empowered!
My main reason for listing my 'progress' is to get HELP as I install my Gentoo.}


Last edited by gentoolinja on Tue Jan 21, 2014 6:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Tue Jan 21, 2014 6:29 pm    Post subject: Reply with quote

QUESTION

I took a break so I paused my VM Player. But I noticed this alert:
information: You may need to update /etc/fstab
before I logged out. Even just now after I created my partitions.
(Which went well on my first minimal installation, Thanx for helping guys.)

So how can I update /etc/fstab?


QUESTION
I once tried partitioning my Fedora19 system via the terminal. I ended up deleting everything but my new partitions.
I think I had some 'boot options' available but I gave up trying and did a new Fedora19 installation instead.
I was wondering since I'm starting an installation from scratch....

Can't I delete my current Fedora19 system and use the skills I'm learning from the minimal installation tutorial to rebuild it?
Do a minimal Fedora19?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54232
Location: 56N 3W

PostPosted: Tue Jan 21, 2014 8:32 pm    Post subject: Reply with quote

gentoolinja,

/etc/fstab is a text file.
The handbook tells how to update it without telling what with.

Its the place where you describe which partition is mounted (or mountable) where.
The file is used by the init system to assemble your filesystem tree.

The 'what' varies from install to install.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Tue Jan 21, 2014 10:25 pm    Post subject: Reply with quote

NeddySeagoon wrote:
gentoolinja,

/etc/fstab is a text file.
The handbook tells how to update it without telling what with.

Its the place where you describe which partition is mounted (or mountable) where.
The file is used by the init system to assemble your filesystem tree.

The 'what' varies from install to install.




=====================================================================================================
Thanx. I've crashed a few systems and I learned a few things each time...
I made copies of some VM so I could do things and explore Linux more.
But I should learn to 'backup' oftenon Linux system.
Back to top
View user's profile Send private message
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Tue Jan 21, 2014 10:41 pm    Post subject: Reply with quote

QUESTION
I ping -ed a few websites. Something seems to be working, but can I download or update anything on
my minimal installation, yet? Since I'm able to ping... Should I do any further network configs?


===============================================================================
My next step is Security configs
Back to top
View user's profile Send private message
gentoolinja
n00b
n00b


Joined: 17 Jan 2014
Posts: 13

PostPosted: Wed Jan 22, 2014 5:49 am    Post subject: Reply with quote

gentoolinja wrote:
QUESTION
I ping -ed a few websites. Something seems to be working, but can I download or update anything on
my minimal installation, yet? Since I'm able to ping... Should I do any further network configs?


===============================================================================
My next step is Security configs


. . .
. . . (I'll come back to add something)
. . .

I veered off course and did my partitions. I'm about to mount my partitions.
===============================================================================
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54232
Location: 56N 3W

PostPosted: Wed Jan 22, 2014 8:22 pm    Post subject: Reply with quote

gentoolinja,

If you can ping by name and you are booted into your own install, you can use emerge too.
Code:
emerge wgetpaste
is a good start. It allows you to post files and command output on the web from the shell.

Code:
man wgetpaste
or
Code:
wgetpaste -h
will help you to use it.
Its main purpose is to help us help you.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
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