adminui has been given the IP 10.88.88.4. However, I’m unable to access the site. It doesn’t appear that I even have connectivity to that IP.
Running Coal on VMware Workstation. Host OS is Ubuntu 22.04.
adminui has been given the IP 10.88.88.4. However, I’m unable to access the site. It doesn’t appear that I even have connectivity to that IP.
Running Coal on VMware Workstation. Host OS is Ubuntu 22.04.
That’s setup on your coal’s “admin” network. Does your host OS happen to have a NIC on the “admin” network? On my Mac, the “admin” network has a NIC, but I might need to configure an address on that NIC (e.g. in your case something from 10.88.88.0/24). Check your VMware workstation settings for the Coal to see what NIC it’s using.
Dan, thanks for reaching out. I appreciate your help.
My host os does indeed have an IP on the admin network. I can ssh to the host but cannot to connect to the adminui.
I’m assuming “the host” has a 10.88.88.0/24 address you’re ssh-ing into? IF NOT or IF SOMETHING ELSE, you might actually only be able to reach the “external” network.
zlogin to the adminui zone and see with “ipadm” and “netstat -rnc” have to say. Same two commands on the global-zone as well, for reference.
I’m able to ssh in on 10.88.88.200.
I’ll give zlogin a try and report back.
@ryaeng One of the first things to do after installing Triton is to run sdcadm post-setup common-external-nics
, this will add an external IP to adminui, and you should be able to use that to access it.
@brian.bennet That command is listed in the Coal setup and has been ran.
Here’s the ipadm & netstat commands from the global-zone.
[root@headnode (coal-1) ~]# ipadm
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
e1000g1/_a static ok 10.99.99.7/24
external0/_a static ok 10.88.88.200/24
lo0/v6 static ok ::1/128
[root@headnode (coal-1) ~]# netstat -rnc
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
default 10.88.88.2 UG 16 191 external0
10.88.88.0/24 10.88.88.200 U 4 190 external0
10.99.99.0/24 10.99.99.7 U 4 116 e1000g1
127.0.0.1 127.0.0.1 UH 12 702 lo0
Routing Table: IPv6
Destination/Mask Gateway Flags Ref Use If
::1 ::1 UH 2 0 lo0
This is from the adminui zone.
[root@ab816959-f3d6-4c87-9940-abb0df798323 (coal-1:adminui0) ~]# ipadm
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
net0/_a from-gz ok 10.99.99.30/24
net1/_a from-gz ok 10.88.88.4/24
lo0/v6 static ok ::1/128
[root@ab816959-f3d6-4c87-9940-abb0df798323 (coal-1:adminui0) ~]# netstat -rnc
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
default 10.88.88.2 UG 1 84 net1
10.88.88.0/24 10.88.88.4 U 2 0 net1
10.99.99.0/24 10.99.99.30 U 6 122575 net0
127.0.0.1 127.0.0.1 UH 2 0 lo0
Routing Table: IPv6
Destination/Mask Gateway Flags Ref Use If
::1 ::1 UH 2 0 lo0
So… it’s working now. Puzzled to say the least.
Ok, good, so in that case you’ll want to use https://10.88.88.4/
to access adminui.