After CSP installat...
 
Notifications
Clear all

After CSP installation url is missing

7 Posts
3 Users
0 Reactions
154 Views
d7aa57bcc59ed87d6934f44cc4f4b3ddf2491a95a1d26d00e8e32aaa50f3aae4?s=80&d=mm&r=g
Posts: 3
Topic starter
(@jafferkhan)
Active Member
Joined: 2 days ago

I have downaload csp ova and upload to vmware and poweron the vm but after instllation it doesnt pickup the ip and url please need assistance

6 Replies
4618621cad0557d04ea115c17c9b53afe90beefed335c33c73919c5b8bbc3d1b?s=80&d=mm&r=g
Posts: 25
Admin
(@sandor)
Member
Joined: 7 months ago

Hey Jafferkhan,

Hm not good, I will bring this up to our build process to see what could be happening. If you log in and run the command below, can you still access your csp from that ip address?

ip a
Reply
1 Reply
d7aa57bcc59ed87d6934f44cc4f4b3ddf2491a95a1d26d00e8e32aaa50f3aae4?s=80&d=mm&r=g
(@jafferkhan)
Joined: 2 days ago

Active Member
Posts: 3

@sandor ip is not available  where i can setup static ip as it is my server vlan where dhcp is not allowed only static ip can be setup please refer screenshot attached

Reply
4618621cad0557d04ea115c17c9b53afe90beefed335c33c73919c5b8bbc3d1b?s=80&d=mm&r=g
Posts: 25
Admin
(@sandor)
Member
Joined: 7 months ago

You can also try restarting the vm and see if that fixes it. Otherwise there may be something weird with your vmware setup that is causing it to not have an ip address.

Reply
3 Replies
d7aa57bcc59ed87d6934f44cc4f4b3ddf2491a95a1d26d00e8e32aaa50f3aae4?s=80&d=mm&r=g
(@jafferkhan)
Joined: 2 days ago

Active Member
Posts: 3

@sandor hi i did all but i am not getting ip please  let us know how to fix this

Reply
4618621cad0557d04ea115c17c9b53afe90beefed335c33c73919c5b8bbc3d1b?s=80&d=mm&r=g
Admin
(@sandor)
Joined: 7 months ago

Member
Posts: 25

@jafferkhan Hey, I am talking with our build team to look into the issue more to see what could cause it. It may take some time to figure out and there may have been an issue on the building of the ova files.

Reply
748733309ea4d3988819319f46f3c794c51508e4b1f52fb0329ac8f862075d90?s=80&d=mm&r=g
Admin
(@nebbahn)
Joined: 7 months ago

Member
Posts: 6

@jafferkhan With your interface name, gateway IP, DNS IP and subnet mask, you can run the attached code segment, replacing the appropriate fields with your own. 

sudo nmcli connection add \
type ethernet \
con-name "static-connection" \
ifname YOUR_INTERFACE_NAME \
ipv4.method manual \
ipv4.addresses YOUR_STATIC_IP/CIDR \
ipv4.gateway YOUR_GATEWAY \
ipv4.dns "YOUR_DNS1 YOUR_DNS2" \
autoconnect yes

Since your IT infrastructure doesn't allow DHCP, your IT should be able to provide you with these values if you are unsure of them. 

You can then run

sudo nmcli connection up static-connection
sudo systemctl enable NetworkManager

and your connection should work. Try pinging 8.8.8.8 to validate your connection.

 

Reply
Share: