Tonio wrote:First of all, thank you for an rc2 edition of both versions. Testing 64 bit version, I startup in text mode and login as root and type startx get nice KDE. Fireup firefox and there is no connection I check network withand there is no ip address. I remedy the situation with dhcpcd, is this a desired change not to pick up IP address at boot?Code: Select all
# ifconfig -a
Running with copy2ram and so far no issues other than this issue. Will let you know on other machines. Thanks!Code: Select all
root@porteus:~# ifconfig -a eth0 Link encap:Ethernet HWaddr d0:27:88:01:37:9c inet6 addr: fe80::d227:88ff:fe01:379c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:357 errors:0 dropped:0 overruns:0 frame:0 TX packets:24 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:31210 (30.4 KiB) TX bytes:3526 (3.4 KiB) Interrupt:41 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:184 errors:0 dropped:0 overruns:0 frame:0 TX packets:184 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13940 (13.6 KiB) TX bytes:13940 (13.6 KiB) root@porteus:~# dhclient eth0 bash: dhclient: command not found root@porteus:~# dhcpcd eth0 dhcpcd[2724]: version 5.2.12 starting dhcpcd[2724]: eth0: broadcasting for a lease dhcpcd[2724]: eth0: offered 10.155.132.215 from 10.155.132.10 dhcpcd[2724]: eth0: acknowledged 10.155.132.215 from 10.155.132.10 dhcpcd[2724]: eth0: checking for 10.155.132.215 dhcpcd[2724]: eth0: leased 10.155.132.215 for 691200 seconds dhcpcd[2724]: forked to background, child pid 2748 root@porteus:~# uname -r 3.1.1-porteus root@porteus:~# cat /etc/porteus-version Porteus-v1.1 root@porteus:~#
Sorry for late answer,
You have an IP Address, but this one has been converted to ipv6 format.
The IP Address format you know is the ipv4. Some providers around the world are updating their routers and their customer's box to switch the local network to full ipv6 compatibility. That is what you have the ipv6 format instead ipv4 format. You will understand, please have a look on your ifconfig's output. You will see a line with inet6. The inet6 is the name of the line which give you the local ip address to ipv6 format. Most of Linux Distributions are ready to works with full ipv6 today. On Internet if you find out some servers compatible with ipv6, you should see the line with their ipv6 address.
Here is your ipv6 address from your ifconfig's output : fe80::d227:88ff:fe01:379c/64
If you want more explanations..The /64 is for type of ip address which it is for local network interface.
The /64 can changes if you uses a sub network.
If you have a network (old) with still ipv4 only activated. You should see the inet instead of inet6.
I have migrated my local network to full ipv6 and this doesn't change anythings to the speed/reliability of my local network.
The thing to know with the ipv6 is, now we have more ip address (ipv6 format) available than when we used ipv4.
To understand how this type of ip address, you have to know your mac address.
The IPv6 address is generated with your mac address. If you uses the pns-tool and give the same mac address to two computers, they should have the same ip addresses but this problem has been solved by most of routers of the current market by giving the ip_address+1 like the old routers with the ipv4.
If you have 192.168.1.41 on one computer, the next ip address given to the second computer should be 192.168.1.42.
To prove that you ip address is generated by using your mac address.
Your MAC Address : d0:27:88:01:37:9c
Your IPv6 Address : fe80::d227:88ff:fe01:379c/64
You should see something common on these two type address.
I hope this help you!Your MAC Address : d0:27:88:01:37:9c
Your IPv6 Address : fe80::d227:88ff:fe01:379c/64