Hello Gustin,
thanks a lot it's working now.
Just a detail.. The icon for networking in right down corner of my screen showing showing disconnected status.
This was confusing for me when I tried to do it by myself.
Is it possible to solve this somehow?
Yes, I always like to learn something new... :-)
mirami
< ------------ PůvodnÃ* zpráva ------------
< Od: Gustin Johnson <gustin@echostar.ca>
< Předmět: Re: [64studio-users] Static IP
< Datum: 06.5.2008 10:16:53
< ----------------------------------------
< -----BEGIN PGP SIGNED MESSAGE-----
< Hash: SHA1
<
< ifdown eth1 && ifup eth1
<
< If after that a dhclient process is still running, kill it.
<
< ps axf |grep dhclient
<
< if there is a dhclient process, make note of the number at the beginning
< of the line, then type:
< kill <number>
<
< ifdown and ifup again and you should be good to go.
<
< Of course it would be simpler to reboot, but you said you were
< interested in learning.

<
< Hth,
<
< JaromÃ*r MikeÅ¡ wrote:
< | Hello Gustin,
< |
< | thanks for your help, now I have just one eth in my network settings
< window.
< |
< | Then I was tried to set-up static IP address I thought it will be
< piece of cake now, but not.
< | I tried many combination but no success.
< | Can you look at this pls ... It seems to be ok for me.
< |> same set-up for static IP I am using in win and works well :-(
< |
< |
< | 64studio:/home/mira# ip addr
< | 1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
< | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
< | inet 127.0.0.1/8 scope host lo
< | inet6 ::1/128 scope host
< | valid_lft forever preferred_lft forever
< | 2: eth1: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast qlen 100
< | link/ether 00:0c:6e:d7:c4:5b brd ff:ff:ff:ff:ff:ff
< | inet 192.168.2.102/24 brd 192.168.2.255 scope global eth1
< | inet6 fe80::20c:6eff:fed7:c45b/64 scope link
< | valid_lft forever preferred_lft forever
< |
< | 64studio:/home/mira# cat /etc/network/interfaces
< | # This file describes the network interfaces available on your system
< | # and how to activate them. For more information, see interfaces(5).
< |
< | # The loopback network interface
< | auto lo
< | iface lo inet loopback
< |
< |
< | iface eth1 inet static
< | address 192.168.2.200
< | netmask 255.255.255.0
< | gateway 192.168.2.1
< |
< | auto eth1
< |
< |
< | mira
< |
< |
< | < ------------ PůvodnÃ* zpráva ------------
< | < Od: Gustin Johnson <gustin@echostar.ca>
< | < Předmět: Re: [64studio-users] Static IP
< | < Datum: 05.5.2008 21:20:45
< | < ----------------------------------------
< | You could change the entry in /etc/network/interfaces to be eth1 instead
< | of eth0. You could also blacklist the ieee ethernet module as well.
< | Either should work.
< |
< | I have seen this sort of thing before, so it is "normal", in an odd way.
< |
< | Hth,
< |
< | JaromÃ*r MikeÅ¡ wrote:
< | | Hello Gustin,
< | |
< | | here is output from my terminal:
< | |
< | | 64studio:/home/mira# cat /etc/network/interfaces
< | | # This file describes the network interfaces available on your system
< | | # and how to activate them. For more information, see interfaces(5).
< | |
< | | # The loopback network interface
< | | auto lo
< | | iface lo inet loopback
< | |
< | | iface eth0 inet static
< | | address 192.168.2.200
< | | netmask 255.255.255.0
< | | gateway 192.168.2.1
< | |
< | | and here for ip addr:
< | |
< | | 64studio:/home/mira# ip addr
< | | 1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
< | | link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
< | | inet 127.0.0.1/8 scope host lo
< | | inet6 ::1/128 scope host
< | | valid_lft forever preferred_lft forever
< | | 2: eth1: <BROADCAST,MULTICAST,UP,10000> mtu 1500 qdisc pfifo_fast
< qlen 100
< | | link/ether 00:0c:6e:d7:c4:5b brd ff:ff:ff:ff:ff:ff
< | | inet 192.168.2.102/24 brd 192.168.2.255 scope global eth1
< | | inet6 fe80::20c:6eff:fed7:c45b/64 scope link
< | | valid_lft forever preferred_lft forever
< | | 3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast qlen 1000
< | | link/ieee1394 00:e0:18:00:00:3a:b1:13 brd ff:ff:ff:ff:ff:ff:ff:ff
< | | inet 192.168.2.200/24 brd 192.168.2.255 scope global eth0
< | |
< | |> Are you sure a firewire device is not acting as eth0?
< | | Yes I have firewire interface on my PC. It seems to act like eth0 by
< | terminal output.
< | | I didn't know that this can acting as eth0. Can I change it?
< | |
< | |> Do you have two NICs on your motherboard?
< | | No I have just one. I have to say was surprised by eth0 and eth1 on
< | my system, but I am just starting with linux.
< | |
< | |> Do you have a DHCP server on your lan?
< | | Yes I have DHCP on my router, but just for range of 50 addresses.
< | Address 192.168.2.200 is free for static IP.
< | | It's working well under win (I am still dualboot). Router settings
< | should ok.
< | |
< | | Thanks for your help.
< | |
< | | mirami
< | |
< | |
< | |
< | | < ------------ P�vodn� zpr�va ------------
< | | < Od: Gustin Johnson <gustin@echostar.ca>
< | | < P�edm�t: Re: [64studio-users] Static IP
< | | < Datum: 04.5.2008 10:39:20
< | | < ----------------------------------------
< | | What does the file /etc/network/interfaces say?
< | |
< | | Also, when you run the command:
< | | ip addr
< | |
< | | What comes after link/ for eth0 and eth1? Are you sure a firewire
< | | device is not acting as eth0? Do you have two NICs on your motherboard?
< | | ~ Do you have a DHCP server on your lan?
< | |
< | | Jaromýr Mikeý wrote:
< | | | Hello everybody,
< | | |
< | | | On my PC with newly installed 64studio (rc1 updated to rc2) I'm trying
< | | to set static IP.
< | | |
< | | | My network settings on (eth0):
< | | | Static IP address
< | | | 192.168.2.200
< | | | 255.255.255.0
< | | | 192.168.2.1
< | | |
< | | | But when I'm checking connection information on connection icon I can
< | | see these values:
< | | |
< | | | 192.168.2.102
< | | | 255.255.255.0
< | | | 192.168.2.1
< | | |
< | | | and it showing eth1 despite I checked eth0
< | | |
< | | | Having no idea what I am doing wrong.
< | | |
< | | | Thanks for help.
< | | |
< | | | mirami
< | | |
< | | | _______________________________________________
< | | | 64studio-users mailing list
< | | | 64studio-users@64studio.com
< | | | http://lists.64studio.com/mailman/listinfo/64studio-users
< |
< | | _______________________________________________
< | | 64studio-users mailing list
< | | 64studio-users@64studio.com
< | | http://lists.64studio.com/mailman/listinfo/64studio-users
<
< | _______________________________________________
< | 64studio-users mailing list
< | 64studio-users@64studio.com
< | http://lists.64studio.com/mailman/listinfo/64studio-users
< -----BEGIN PGP SIGNATURE-----
< Version: GnuPG v1.4.6 (GNU/Linux)
< Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
<
< iD8DBQFIIATMwRXgH3rKGfMRAmhTAJwJrKMnYV7dlESL9HeR10 TH1EgnEACggcYw
< tJv4ULhTGFfM4w1DXI6J+KU=
< =ozqc
< -----END PGP SIGNATURE-----
<
<
<
_______________________________________________
64studio-users mailing list
64studio-users@64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-users