Static IP
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 |
Static IP
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 < ---------------------------------------- < -----BEGIN PGP SIGNED MESSAGE----- < Hash: SHA1 < < 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 < -----BEGIN PGP SIGNATURE----- < Version: GnuPG v1.4.6 (GNU/Linux) < Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org < < iD8DBQFIHW8pwRXgH3rKGfMRAsvCAJ9CAJHw2wcd1qzKbUjgl5 ecFefl5gCfTLFW < 6ugCqef2RY6MYuLupkp8WYM= < =0mwK < -----END PGP SIGNATURE----- < < < _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
Static IP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIH1EPwRXgH3rKGfMRAscEAJ9lUGKzV/a7tZSiXrUuPCeA5dK8MwCfbwPW lnheKSAL7dJK3UYH4okRObs= =wrmL -----END PGP SIGNATURE----- _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
Static IP
Hello Gustin,
I've been googling meanwhile and it seems to be debian related issue. And there is not clear solution for this. Can you please advice me how to blacklist ieee ethernet module? I've found somewhere some advice, but for different distro ... not worked for me. Thank you 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 < ---------------------------------------- < -----BEGIN PGP SIGNED MESSAGE----- < Hash: SHA1 < < 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 < -----BEGIN PGP SIGNATURE----- < Version: GnuPG v1.4.6 (GNU/Linux) < Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org < < iD8DBQFIH1EPwRXgH3rKGfMRAscEAJ9lUGKzV/a7tZSiXrUuPCeA5dK8MwCfbwPW < lnheKSAL7dJK3UYH4okRObs= < =wrmL < -----END PGP SIGNATURE----- < < < _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
Static IP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 In the file: /etc/modprobe.d/blacklist put the line: blacklist eth1394 Either use an editor: sudo vim /etc/modprobe.d/blacklist or sudo nano /etc/modprobe.d/blacklist I have been using vi/vim for almost 15 years, but nano may be more intuitive for you. Any plain text editor will do, as long as you launch it with sudo (so that you can get administrative privileges to write to this file). Alternatively, you could just do: sudo echo "blacklist eth1394" >> /etc/modprobe.d/blacklist Personally, I sometimes use this module, so I just change my /etc/network/interfaces to reflect this. JaromÃ*r MikeÅ¡ wrote: | Hello Gustin, | | I've been googling meanwhile and it seems to be debian related issue. | And there is not clear solution for this. | Can you please advice me how to blacklist ieee ethernet module? | I've found somewhere some advice, but for different distro ... not worked for me. | | Thank you | | 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 iD8DBQFIH5C5wRXgH3rKGfMRApHPAKCSqGh5WROYfygRKUDHKS 8Su36qBQCfRBN1 EHFh0bkLNW9e+6WVhFg17QY= =+MZD -----END PGP SIGNATURE----- _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
Static IP
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 < ---------------------------------------- < -----BEGIN PGP SIGNED MESSAGE----- < Hash: SHA1 < < 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 < -----BEGIN PGP SIGNATURE----- < Version: GnuPG v1.4.6 (GNU/Linux) < Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org < < iD8DBQFIH1EPwRXgH3rKGfMRAscEAJ9lUGKzV/a7tZSiXrUuPCeA5dK8MwCfbwPW < lnheKSAL7dJK3UYH4okRObs= < =wrmL < -----END PGP SIGNATURE----- < < < _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
Static IP
On Mon, 05 May 2008 16:56:58 -0600
Gustin Johnson <gustin@echostar.ca> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > In the file: > /etc/modprobe.d/blacklist > > put the line: > blacklist eth1394 > > Either use an editor: > sudo vim /etc/modprobe.d/blacklist > or > sudo nano /etc/modprobe.d/blacklist > > I have been using vi/vim for almost 15 years, but nano may be more > intuitive for you. Any plain text editor will do, as long as you launch > it with sudo (so that you can get administrative privileges to write to > this file). Just poking my nose in here :) nano is a lovely little editor for us less techie types! -- Will J Godfrey http://www.musically.me.uk _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
Static IP
-----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 |
Static IP
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 |
Static IP
Hi JaromÃ*r,
> 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? This is the icon for the Network Manager applet, which only controls DHCP connections. If you never use DHCP on this machine then you can safely remove the network-manager and network-manager-gnome packages. This feature is very useful for laptops and other machines that switch from one network to another though. Cheers! Daniel _______________________________________________ 64studio-users mailing list 64studio-users@64studio.com http://lists.64studio.com/mailman/listinfo/64studio-users |
| All times are GMT. The time now is 09:38 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.