Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sETu

Pages: [1]
1
DNS / How to use 2 Different IP for Redundancy?
« on: April 26, 2024, 10:13:53 PM »
Hello Good People,
I am using cwp Pro.
I have 2 Dedicated IP. i want to use these 2 ip for redundancy purpose. for example if one ip goes down my clients can browse their sites from 2nd ip.

I have done some configuration.

1. Like i have used 2 different ip in name server. in NS1 ip1 and in NS2 ip2.
2. in cwp settings > shared IP these is IP1. i didnt find any option to add another ip here.
3. opened all necessary ports in both router and cwp firewall.
4. I have also configured my name server in domain register.

but no luck. my clients cant visit their website if NS1 ip1 goes down.

and 2nd issue my clients are not able to send any email as it is sending from 2nd ip i have configured my ip1 like put PRT record and removed from all blacklists. but ip2 is not yet fully configured.
so is there any way all email from my server will use only ip1?

Thanks again for your time and help.

2
Hello kindest peoples,

i have 2 physical nic card.
for example: (Private IP)
one having ip 1.1.1.1
another having ip 2.2.2.2

now, how to configure cwp, if one nic card goes down my website can be accessible from another nic card?

please guide me step by step. i was searching for this for 7 days and unable to find any solution.

what i have done, i have configured my router to forward all traffic to both of these IPs. but if 1.1.1.1 goes down my websites also goes down. 2.2.2.2 ip not working.

in cwp > in IP manager both IPs are showing. i can access cwp admin panel locally from both ip. but from internet only working IP is 1.1.1.1.

in CWP info only one Server IP showing and it is 1.1.1.1 | cwp.example.com . 2nd ip not showing.

3
Thanks. But the issue was i did not enable Node.js from NodeJS User panel Configuration.  :P

4
CWPpro version: 0.9.8.1147
CentOS 7

Node Js not available, please contact admin for more information. under user.

after enabling it from admin panel features, Node js tab not showing under domain from user panel.

how to resolve this issue?

Thanks.

5
Node.js / Node Js not available, please contact admin for more information.
« on: November 06, 2022, 10:46:06 AM »
CWPpro version: 0.9.8.1147
CentOS 7

Node Js not available, please contact admin for more information. under user.

after enabling it from admin panel features, Node js tab not showing under domain from user panel.

how to resolve this issue?

Thanks.

6
SSL / Re: ssl expire
« on: November 03, 2022, 05:12:43 PM »
I have just figured my problem thanks to this post.
http://forum.centos-webpanel.com/ssl/dns-of-your-domain-doesn't-point-to-this-server-or-you-have-htaccess-5490/msg19395/#msg19395

I did have a redirect in my nginx_proxy_vhost to force http to https with this.
Code: [Select]
return 301 https://$host$request_uri;
I have to removed that off and then after certs installed, I put it back. I wish there's a better solution for the force redirect from http to https. If anyone knows of a better solution then please let me know.

Hello dear, can you please help me to find the file location. somehow i edited this file and now auto ssl isnt working.

7
How to / Re: [Tutorial] How to Change the IP Address of Server?
« on: May 16, 2022, 05:00:30 PM »
Thanks for the info but How to change subdomain dns? this isnt changing subdomain ips. Do i have to manually edit subdomain dns zone ip?

8
CentOS 7 Problems / Re: Issue with total disk space
« on: April 01, 2022, 12:09:09 AM »
try this: resize2fs /dev/........

this command fixed my issue...

Pages: [1]