- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Sticky This Topic
- Bookmark
- Subscribe
- Printer Friendly Page
Self hosted UCRM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2018 06:21 AM
I'm trying to install ucrm on a self hosted Proxmox ubuntu container and I'm getting an error
root@Master:~# curl -fsSL https://raw.githubusercontent.com/U-CRM/billing/master/inst /tmp/ucrm_install.sh && sudo bash /tmp/ucrm_install.sh
curl: (6) Could not resolve host: raw.githubusercontent.com
root@Master:~#
root@Master:~# curl -fsSL https://raw.githubusercontent.com/U-CRM/billing/master/install.sh > /tmp/ucrm_install.sh && sudo bash /tmp/ucrm_install.sh+------------------------------------------------+
| UCRM - Complete WISP Management Platform |
| |
| https://ucrm.ubnt.com/ (installer v2.4) |
+------------------------------------------------+
Downloading and installing Docker.
curl: (6) Could not resolve host: get.docker.com
root@Master:~#
Any help will be much apprieciated
Re: Self hosted UCRM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2018 06:50 AM
If it's not working, check your internet connection, or routing, firewall,... (for example, you may also debug this with this command "curl https://www.google.com")
Re: Self hosted UCRM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2018 07:40 AM
unfortunatly still same problem
Re: Self hosted UCRM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-2018 12:45 AM
Hello @Freemanm, if the problem persists, please try changing your DNS servers (for example to Google's 8.8.8.8).
Re: Self hosted UCRM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-08-2018 04:29 PM
Hi @Freemanm
You can set your DNS on /etc/resolv.conf
Just add the lines:
nameserver 8.8.8.8
nameserver 8.8.4.4
Save and try pinging google.com
I don´t know your proxmox config but this happens often when you try making your VMs work with their NIC behind a NATTED connection.
Let your router do the work... use bridges instead of NAT, that way your VMs will have IPs in the same network as your host machine, which I'm assuming is the same admin VLAN of your Ubiquiti devices.
Best
Pedro
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Sticky This Topic
- Bookmark
- Subscribe
- Printer Friendly Page