Search found 296 matches
- Tue Mar 21, 2023 4:21 pm
- Forum: Help and Support
- Topic: Server behind NAT?
- Replies: 8
- Views: 113
Re: Server behind NAT?
Another thought. I have a similar situation with my ISP and their router (fiber connection). I had the ISP put their router in bridged mode (so it is just operating like a modem) and then everything else (routing, port forwarding etc), is done by my own router. Perhaps your ISP would be willing to d...
- Tue Mar 21, 2023 3:46 pm
- Forum: General Discussion
- Topic: UMS Program Starter
- Replies: 3
- Views: 184
Re: UMS Program Starter
I think it is possible but the first hurdle would be to access the startup file from Windows.
Most likely you would need to have samba running on your Linux server and setup a share.
Most likely you would need to have samba running on your Linux server and setup a share.
- Mon Mar 20, 2023 3:27 pm
- Forum: Help and Support
- Topic: Server behind NAT?
- Replies: 8
- Views: 113
Re: Server behind NAT?
Is there a reason why you cannot have the "internet router" performing DHCP services and have the other 2 routers connected to the "internet router" with fixed IP's (on the same subnet) and have DHCP turned off on these other 2 routers. EG: 192.168.0.1 - Internet router with DHCP...
- Mon Mar 20, 2023 8:43 am
- Forum: Help and Support
- Topic: Server behind NAT?
- Replies: 8
- Views: 113
Re: Server behind NAT?
Can I ask why you want 2 routers on the same network.
A few months ago someone else was trying to do the same as you but went with another solution.
A few months ago someone else was trying to do the same as you but went with another solution.
- Sun Mar 12, 2023 3:38 pm
- Forum: Help and Support
- Topic: UMS is not stopping
- Replies: 12
- Views: 304
Re: UMS is not stopping
Perhaps my startup and shutdown script may be of some help.
- Fri Mar 10, 2023 11:08 am
- Forum: Help and Support
- Topic: UMS is not stopping
- Replies: 12
- Views: 304
Re: UMS is not stopping
The main reason I like to use my system java is because I do any updates on my server once a week.
Java with UMS is V17.0.5 and my system java is V17.0.6.
It's not a big deal but sometimes the java version included with UMS can be quite a bit older.
Java with UMS is V17.0.5 and my system java is V17.0.6.
It's not a big deal but sometimes the java version included with UMS can be quite a bit older.
- Thu Mar 09, 2023 11:21 pm
- Forum: General Discussion
- Topic: How to disable transcoding ?
- Replies: 6
- Views: 719
Re: How to disable transcoding ?
And btw - why aren't we using config file that lies near thew executabale files ? Why main cionfig that is used is at program data ? It is the way it is normally done in Windows. The executables are in "Program Files" or "Program Files (x86)" and the config files are in: "us...
- Thu Mar 09, 2023 5:26 pm
- Forum: Help and Support
- Topic: UMS is not stopping
- Replies: 12
- Views: 304
Re: UMS is not stopping
A better way to do this is to just move the jre17 directory out of the way :
Either way has the same end result.
I prefer to modify UMS.sh to prevent UMS even checking for the UMS java version in the first place.
Either way has the same end result.
I prefer to modify UMS.sh to prevent UMS even checking for the UMS java version in the first place.
- Thu Mar 09, 2023 1:53 pm
- Forum: Help and Support
- Topic: UMS is not stopping
- Replies: 12
- Views: 304
Re: UMS is not stopping
I run UMS on a headless Gentoo Linux server. My system java is always kept up to date. I always modify UMS.sh so UMS uses my system java and not the UMS supplied java. In UMS.sh change: # Use our JVM if it exists if [ -f jre17/bin/java ]; then JAVA="jre17/bin/java" fi To: # Use our JVM if ...
- Sun Feb 26, 2023 1:57 pm
- Forum: General Discussion
- Topic: UMS Program Starter
- Replies: 3
- Views: 184
Re: UMS Program Starter
Hi, Attached is the script that I use on my Gentoo Linux Server. It is in the startup scripts so it loads whenever my server is started although my server runs 24/7. It may need a little adjustment for Kubuntu Linux. You could put it in your startup and have it load UMS whenever Kubuntu is started o...