[OpenIndiana-discuss] Running Hipster in VirtualBox w/o Extension Pack

2022-01-29 Thread Jason Martin
After logging in at 800x600, use System / Hardware / Displays / to set 
Resolution to match your Full Screen Size


For me, it is 1366x768 on a AMD RADEON Windows 10 laptop.

Hipster handles this well and Mate remembers the setting next time the 
desktop starts.


When testing packages for WindowMaker and IceWM, I found it is easy to 
full screen them too.


Log into the new window manager.

Start mate-appearance-properties in an xterm.

It will start the mate-settings-daemon process.

When the window-manager resizes to full screen just close 
mate-appearance-properties.


Unlike Mate, they will not remember this the next time you use them.



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Advice for setting up a build zone with a different subnet than the main network interface

2022-01-29 Thread John D Groenveld
In message 
, =?UTF-8?Q?Aur=C3=A9lien_Larcher?= writes:
>I was wondering if you would have some recommendations for setting up the
>crossbow configuration on a new server at university.

Do not use NWAM:
# svcadm enable svc:/network/physical:default
# ipadm create-addr -T dhcp bge0/v4

Do create an etherstub for your build NGZ:
# dladm create-etherstub zonenet0
# dladm create-vnic -l zonenet0 gz0
# dladm create-vnic -l zonenet0 bz0

Do assign a private network to your etherstub:
# ipadm create-addr -T static -a 192.168.0.1/24 gz0/v4

# cat < 0/32 portmap tcp/udp auto
# routeadm -e ipv4-forwarding
# routeadm -u


Happy hacking,
John
groenv...@acm.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Advice for setting up a build zone with a different subnet than the main network interface

2022-01-29 Thread Aurélien Larcher
Hi everyone,
I was wondering if you would have some recommendations for setting up the
crossbow configuration on a new server at university.

The machine has 3 networking interfaces:
- one bge0 with an address 10.202.96.14/24 given by the university's dhcp
server, that cannot be changed, I only have the right to get one IP,
gateway is 10.202.96.254.
- two 25Gb Mellanox interfaces configured as static addresses for serving
file shares to two other machines.

Until now I have used NWAM for the configuration by creating a specific NCP
then I had created a virtual NIC named vnic0 for the zone, and another br0
used as gateway with dladm/ipadm then  forwarding/routing rules from vnic0
-> br0 -> bge0 and masquerading from bg0 with a map in /etc/ipf/ipnat.conf.
The virtual subnet was such that vnic0 got address 10.202.254.1 and br0
10.202.254.100 with the appropriate netmask (16 I think).

However this setup breaks after the reboot because the NWAM configuration
creates temporary "objects".
Also I am not sure if this virtual nic serving as a gateway is
necessary, or if an etherstub should be used.

Do you have any pointer or recommendation for such a setup with a zone on a
virtual private subnet?

Kind regards,

Aurélien


-- 
---
Praise the Caffeine embeddings
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss