Re: Setting a static IP on Fedora 20

2014-01-12 Thread Tim
Allegedly, on or about 11 January 2014, Jorge Fábregas sent:
> You have a couple of methods: 
> ...[snip]...

And there's a third:

You could configure the DHCP server that's assigning your PC its IP
address to always give it the same one.

Even if you don't take that approach, if you are setting PCs with static
addresses then you certainly should be configuring your DHCP server to,
at least, not to try assigning the same IPs that you want to apply to
your static devices to anything.

-- 
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64

All mail to my mailbox is automatically deleted, there is no point
trying to privately email me, I will only read messages posted to the
public lists.

George Orwell's '1984' was supposed to be a warning against tyranny, not
a set of instructions for supposedly democratic governments.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Lars E. Pettersson

On 01/11/2014 01:38 PM, John Aldrich wrote:

How do I assign a static IP on Fedora 20?


Turn off the NetworkManager stuff, install system-config-network, 
configure your network, issue 'systemctl start network.service', and 
'systemctl enable network.service'.


If memory serves me well...

Do not name your interfaces eth0, eth1, etc if you have several 
interfaces, that will create problems depending on when the different 
network interfaces are started, use names as wan, lan, etc. instead.


Lars
--
Lars E. Pettersson 
http://www.sm6rpz.se/
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Jorge Fábregas
On 01/11/2014 12:06 PM, Jim wrote:
> nm-connection-editor &   ( to start editor)

Well, that just runs it in the background (detaches it from the running
terminal).  It will run without the ampersand regardless.

-- 
Jorge
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Frank Murphy
On Sat, 11 Jan 2014 11:06:36 -0500
Jim  wrote:

> nm-connection-editor &   ( to start editor)

Works fro me without &

___
Regards,
Frank 
www.frankly3d.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Jim

On 01/11/2014 08:55 AM, Jorge Fábregas wrote:

On 01/11/2014 08:38 AM, John Aldrich wrote:

How do I assign a static IP on Fedora 20? Network Manager won't let me do
that, and the command-line tools I used back in the older versions of Fedora
don't seem to exist any more. I want to be able to assign a static IP to my
Fedora box

You have a couple of methods:

# GUI #

1) gnome-control-center network
2) nm-connection-editor

# COMMAND LINE #
4) nmcli  (you can use the interactive method to configure the network)
5) ip  (from the iproute command) but here I think you'll need to disable NM
6) manually edit /etc/sysconfig/network-scripts/ifcfg- followed by:
 a)  nmcli dev disconnect
 b)  nmcli con reload
 d)  nmcli con up 
...so that NetworkManager is aware that a change was made on the config
file.

# TUI (CURSES-BASED) #
7) nmtui :  this is not available yet but it is coming :)

HTH,
Jorge

Something you didn't add  to start nm-conncection-editor

nm-connection-editor &   ( to start editor)
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Jorge Fábregas
On 01/11/2014 08:38 AM, John Aldrich wrote:
> How do I assign a static IP on Fedora 20? Network Manager won't let me do 
> that, and the command-line tools I used back in the older versions of Fedora 
> don't seem to exist any more. I want to be able to assign a static IP to my 
> Fedora box

You have a couple of methods:

# GUI #

1) gnome-control-center network
2) nm-connection-editor

# COMMAND LINE #
4) nmcli  (you can use the interactive method to configure the network)
5) ip  (from the iproute command) but here I think you'll need to disable NM
6) manually edit /etc/sysconfig/network-scripts/ifcfg- followed by:
a)  nmcli dev disconnect
b)  nmcli con reload
d)  nmcli con up 
...so that NetworkManager is aware that a change was made on the config
file.

# TUI (CURSES-BASED) #
7) nmtui :  this is not available yet but it is coming :)

HTH,
Jorge
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Ed Greshko
On 01/11/14 20:38, John Aldrich wrote:
> How do I assign a static IP on Fedora 20? Network Manager won't let me do 
> that, and the command-line tools I used back in the older versions of Fedora 
> don't seem to exist any more. I want to be able to assign a static IP to my 
> Fedora box so that I can access it from outside via a forwarded port in my 
> router, but if the internal IP keeps changing, that won't work. :(

Works fine on F20/KDE.  When you edit the connection the tab for IPv4 has a 
Method drop down box where you select "manual" and enter the address you 
desire. 

-- 
Getting tired of non-Fedora discussions and self-serving posts
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Setting a static IP on Fedora 20

2014-01-11 Thread Frank Murphy
On Sat, 11 Jan 2014 07:38:09 -0500
John Aldrich  wrote:

> How do I assign a static IP on Fedora 20? Network Manager won't let
> me do that, and the command-line tools I used back in the older
> versions of Fedora don't seem to exist any more. I want to be able to
> assign a static IP to my Fedora box so that I can access it from
> outside via a forwarded port in my router, but if the internal IP
> keeps changing, that won't work. :(

I'm on XZfce here but:
Right cleick on nm-applet
edit connections
highlight your connection > edit
depending on 1p4 or 1p6
method - manual  -add


___
Regards,
Frank 
www.frankly3d.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Setting a static IP on Fedora 20

2014-01-11 Thread John Aldrich
How do I assign a static IP on Fedora 20? Network Manager won't let me do 
that, and the command-line tools I used back in the older versions of Fedora 
don't seem to exist any more. I want to be able to assign a static IP to my 
Fedora box so that I can access it from outside via a forwarded port in my 
router, but if the internal IP keeps changing, that won't work. :(
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org