View Single Post
Old 22nd February 2012
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default

Using ifconfig i have:
lo0
rc0: ethernet autoselect (10baseT half-duplex)
enc0
pflog0

$ dmesg | grep 'not configured'
"VIA VT6306 Firewire ..."
no other message.

On linux, using:
$ ip addr
Quote:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
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: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 00:1b:fc:6f:ec:69 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.65/24 brd 192.168.1.255 scope global eth0
inet6 fe80::21b:fcff:fe6f:ec69/64 scope link
valid_lft forever preferred_lft forever
How i can use the same IP on the livecd?
Perhaps if is change the dhcp is possible resolve more fast this issue.

I already tried:
#route add -net 162.168.1.65/24 192.168.1.1
but without success.

Note:
I made this new restart before you posted these new message about the use of disklabel.
Reply With Quote