Hi all,
I just did my first-time installation of OpenSolaris as I wanted to
get OpenVPN running on it. I haven't used any Solaris flavors earlier
so I feel kinda dead in the water in regards of this.
I'm trying to understand the routing capabilities in OSOL. The example
in this case is when I create an alias-interface and assigning it an
IP in a foreign prefix there's no routes written to the routing
tables.
# /sbin/ifconfig e1000g0 addif 192.168.20.1/24
# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref
Use Interface
------------------------ -------------------- -------------
----------- ------------ --------------
default 192.168.0.1 UG 1 36
192.168.0.0 192.168.0.1 UG 1
7 e1000g0
127.0.0.1 127.0.0.1 UH 1
30 lo0
Why isn't there any route for 192.168.20.0/24 ?
Thanks
/Jonathan