Dear Community,
Im trying to configure our Solaris 11.2 Server to use different Interfaces with different IPs in different VLANs. The Server is connected to our Switch with 2x10Gbit on net4 and net7. Net 4 and net 7 are combined to aggr2 with LACP active and an active IP Interface (ip 192.168.120.91). The Switch is configured equally and gives Acces to VLAN VLAN 120 on this Connection.
Creating the Interface was no Problem, but pinging in 192.168.120.x doesnt work. So I Added a route( 192.168.120.0 192.168.120.1 aggr2) and recognised that Solaris automatically created a route for this Interface(192.168.120.0 192.168.120.91 aggr2) where the Gateway is the IP of the Server (clearly not what I want) which I am not able to delete!
When im trying to ping i can see in the netstat command that only the wrong route is used and because of the wrong Gateway i dont get an answer from the Network.
So my question is: How can i delete the automatically created route and just use my configured Gateway????
Best regards
Jamie
I attached some commandline ouputs which I think could be useful for understanding the Problem.