Okay, I tried the other sequence; another time, including plumb:

# ifconfig rum1 plumb
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000 
rge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 2
        inet 192.168.116.61 netmask ffffff00 broadcast 192.168.116.255
        ether 0:e0:4d:30:2d:68 
rum1: flags=201000802<BROADCAST,MULTICAST,IPv4,CoS> mtu 1500 index 4
        inet 0.0.0.0 netmask 0 
        ether 0:21:27:c0:a8:9b 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128 
# dladm connect-wifi -e wlan -k psk rum1
# ifconfig rum1 dhcp
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000 
rge0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 2
        inet 192.168.116.61 netmask ffffff00 broadcast 192.168.116.255
        ether 0:e0:4d:30:2d:68 
rum1: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 
index 4
        inet 192.168.116.198 netmask ffffff00 broadcast 192.168.116.255
        ether 0:21:27:c0:a8:9b 
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128 
# netstat -rn
Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              192.168.116.200      UG        1        341 rge0      
default              192.168.116.200      UG        1          0 rum1      
192.168.116.0        192.168.116.61       U         1         45 rge0      
192.168.116.0        192.168.116.198      U         1          0 rum1      
127.0.0.1            127.0.0.1            UH        3        215 lo0       
Routing Table: IPv6
  Destination/Mask            Gateway                   Flags Ref   Use    If   
--------------------------- --------------------------- ----- --- ------- ----- 
::1                         ::1                         UH      1      21 lo0   
# ping 192.168.116.200
192.168.116.200 is alive

[Disconnect wired LAN]

# ping 192.168.116.200
no answer from 192.168.116.200

Unfortunately, the same behaviour: no link, and worse, no shutdown possible any 
longer. Trying to check what makes it hang, 'ps -eaf', which hangs towards the 
end (no chance to Ctrl-C/Ctrl-Z/Q/Esc); and time for another hard reset.

Uwe
-- 
This message posted from opensolaris.org

Reply via email to