VLAN config hicup on Solaris 11.1
Hi,
I've just installed Solaris 11.1 on a X4170m1 server by way of a live usb stick.
The network connection is on net0. There are 2 VLANs activated on this network:3903 and 3904. I need to communicate on VLAN 3903 (subnet 10.1.128.0/24).
These are the commands I entered:
#set network config to fixed
netadm enable -p ncp DefaultFixed
#set vlan
dladm create-vlan -v 3903 -l net0 mynet128
#handle IP stack
ipadm create-ip mynet128
ipadm create-addr -T static -a local=10.1.128.15/24 mynet128/v4
#lets try to ping the router:
ping 10.1.128.1
ping: sento Network is unreachable
#This is quite strange, but it gets better here:
ipadm delete-addr mynet128/v4
I've just installed Solaris 11.1 on a X4170m1 server by way of a live usb stick.
The network connection is on net0. There are 2 VLANs activated on this network:3903 and 3904. I need to communicate on VLAN 3903 (subnet 10.1.128.0/24).
These are the commands I entered:
#set network config to fixed
netadm enable -p ncp DefaultFixed
#set vlan
dladm create-vlan -v 3903 -l net0 mynet128
#handle IP stack
ipadm create-ip mynet128
ipadm create-addr -T static -a local=10.1.128.15/24 mynet128/v4
#lets try to ping the router:
ping 10.1.128.1
ping: sento Network is unreachable
#This is quite strange, but it gets better here:
ipadm delete-addr mynet128/v4
0