I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
From normal user : /sbin/ifconfig
BR
Rahul Sundaram a écrit :
Larry Kelly wrote:
I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
# su - (enter root password) # ifconfig
It is part of the net-tools package.
Rahul
On Mon, Feb 26, 2007 at 20:09:43 +0530, Rahul Sundaram sundaram@fedoraproject.org wrote:
Larry Kelly wrote:
I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
'ip' is the 'modern' tool for doing this. You can get it in the iproute package.
Bruno Wolff III wrote:
On Mon, Feb 26, 2007 at 20:09:43 +0530, Rahul Sundaram sundaram@fedoraproject.org wrote:
Larry Kelly wrote:
I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
'ip' is the 'modern' tool for doing this. You can get it in the iproute packa
/sbin/ifconfig
On Mon, Feb 26, 2007 at 15:06:11 -0500, jim tate mickeyboa@sbcglobal.net wrote:
Bruno Wolff III wrote:
On Mon, Feb 26, 2007 at 20:09:43 +0530, Rahul Sundaram sundaram@fedoraproject.org wrote:
Larry Kelly wrote:
I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
'ip' is the 'modern' tool for doing this. You can get it in the iproute packa
/sbin/ifconfig
/sbin/ip addr list
On Tue February 27 2007, Bruno Wolff III wrote:
/sbin/ip addr list
One of the few things I do from the command line in both windows and linux on a regular basis is this: the Windows "ipconfig /all" command is actually better, though, I wouldn't be surprised to find there's options in the "ip" utility I haven't discovered yet since I just learned of it.
The windows command with the /all switch reveals much useful info - not just mac and ip addresses, but, the gateways being used, and the dns servers configured for those addresses, something I often need to know.
On Tue, Feb 27, 2007 at 11:18:16 -0500, Claude Jones claude_jones@levitjames.com wrote:
On Tue February 27 2007, Bruno Wolff III wrote:
/sbin/ip addr list
One of the few things I do from the command line in both windows and linux on a regular basis is this: the Windows "ipconfig /all" command is actually better, though, I wouldn't be surprised to find there's options in the "ip" utility I haven't discovered yet since I just learned of it.
The windows command with the /all switch reveals much useful info - not just mac and ip addresses, but, the gateways being used, and the dns servers configured for those addresses, something I often need to know.
To see routes, use: ip route list
In Unix dns server ip addresses aren't really bound to interfaces. When some interfaces become active they may change the dns server ip addresses, but then all (normal) applications start using those new addresses. The dns server addresses are kept in /etc/resolv.conf .
check #system-config-network
On 2/27/07, Bruno Wolff III bruno@wolff.to wrote:
On Tue, Feb 27, 2007 at 11:18:16 -0500, Claude Jones claude_jones@levitjames.com wrote:
On Tue February 27 2007, Bruno Wolff III wrote:
/sbin/ip addr list
One of the few things I do from the command line in both windows and
linux on
a regular basis is this: the Windows "ipconfig /all" command is actually better, though, I wouldn't be surprised to find there's options in the
"ip"
utility I haven't discovered yet since I just learned of it.
The windows command with the /all switch reveals much useful info - not
just
mac and ip addresses, but, the gateways being used, and the dns servers configured for those addresses, something I often need to know.
To see routes, use: ip route list
In Unix dns server ip addresses aren't really bound to interfaces. When some interfaces become active they may change the dns server ip addresses, but then all (normal) applications start using those new addresses. The dns server addresses are kept in /etc/resolv.conf .
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
On Mon, 2007-02-26 at 06:34 -0800, Larry Kelly wrote:
I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
ifconfig is included in the rpm : net-tools Install that rpm using yum
Thanks everyone. This list is awesome!!! If I would have known that that I would have gotten so much help so fast, I would have asked much sooner :)) -Larry
On 2/26/07, Aaron Konstam akonstam@sbcglobal.net wrote:
On Mon, 2007-02-26 at 06:34 -0800, Larry Kelly wrote:
I have a Fedora6 installed using DHCP. How do I find out what IP has been assigned to it by the DHCP server. There is no ifconfig.
ifconfig is included in the rpm : net-tools Install that rpm using yum
-- Aaron Konstam akonstam@sbcglobal.net
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
On Mon, Feb 26, 2007 at 06:47:52 -0800, Larry Kelly ldk2005@gmail.com wrote:
Thanks everyone. This list is awesome!!! If I would have known that that I would have gotten so much help so fast, I would have asked much sooner :)) -Larry
You're supposed to try on your own first before asking here.
On Tuesday 27 February 2007 02:14, Bruno Wolff III wrote:
On Mon, Feb 26, 2007 at 06:47:52 -0800,
Larry Kelly ldk2005@gmail.com wrote:
Thanks everyone. This list is awesome!!! If I would have known that that I would have gotten so much help so fast, I would have asked much sooner :)) -Larry
You're supposed to try on your own first before asking here.
man, what a ugly joy-killer, even if you're right you got a compliment and a thank you ...
HM
On Tue, Feb 27, 2007 at 08:14:18 -0300, "HM Eng.Prowip" eng@prowip.net.br wrote:
On Tuesday 27 February 2007 02:14, Bruno Wolff III wrote:
On Mon, Feb 26, 2007 at 06:47:52 -0800,
Larry Kelly ldk2005@gmail.com wrote:
Thanks everyone. This list is awesome!!! If I would have known that that I would have gotten so much help so fast, I would have asked much sooner :)) -Larry
You're supposed to try on your own first before asking here.
man, what a ugly joy-killer, even if you're right you got a compliment and a thank you ...
You're taking it more negatively than I meant. I was suggesting he did things the right way. He tried to solve the problem on his own first and when he got stuck he asked for help.