LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 09-24-2013, 02:06 PM   #1
joey00
Member
 
Registered: Feb 2011
Posts: 43

Rep: Reputation: 0
Setting IP number in Linux mint 13


hi,

xfce Mint13

I have a number of computers, connected via ethernet to a router.

I need to assign and lock an IP address to each box.

How to do this please?

My searches have found discouraging comments saying LinuxMint is no good for networking. Maybe somebody knows better?

Also, I am uncertain whether I should be aiming for a P2P network, or otherwise. Opinions here would be valued.

Joey
 
Old 09-24-2013, 02:43 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
P2P network? It sounds like you're making this much more complicated than it needs to be. The people saying Mint isn't good for networking are probably referring to using Mint as a network/DHCP server, that's not what you need.

You have a router, you already have your own subnet, so just give the machines a static IP. I'm not familiar enough with Mint to give you step by step instructions, but you typically just edit /etc/network/interfaces and change
Code:
auto eth0
iface eth0 inet dhcp
to
Code:
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
Changing address, netmask, and gateway to suit your specific subnet.

Or there's probably a GUI config as well, maybe right click on the network indicator in the panel or go to the system config menu? All you need to do is switch from DHCP to static and fill in your address, netmask, and gateway. You may need to enter a DNS server address as well, you can get that from your current config, or your router's config page, or you can usually set your router's IP and it'll forward to the necessary server, or you can just enter 8.8.8.8 to use Google's.

Any Linux distro can do this without issue.

Last edited by suicidaleggroll; 09-24-2013 at 02:44 PM.
 
  


Reply

Tags
network connectivity



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 a permanent classpath in Linux Mint Debian a2326 Linux - Newbie 6 07-23-2013 04:30 AM
Issues setting keyboard shortcuts on Linux Mint Debian Edition ratman1 Linux - Newbie 1 06-19-2012 10:53 AM
Linux Mint at number one spot etech3 Linux Mint 2 11-08-2011 09:17 PM
Identify and explain the major number, minor number, and revision number in Linux... turbomen Linux - Newbie 1 11-16-2010 02:48 AM

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

All times are GMT -5. The time now is 06:42 AM.

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