Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Online.net Kidechere Windows Firewall Issue.. PLEASE HELP...

plumbergplumberg Veteran, Megathread Squad

I messed up with the firewall settings of my server (enabled the same) and now I cannot RDP. Whats the best way to make any changes by putting my Online.Net server in Rescue and get it working?
I had installed Windows 8 on the Kidechere... Any help is appreciated... I really cannot afford to loose this server and re-build it...

Please help.

Comments

  • ihadpihadp Member

    Didn't they eol that product line?

  • plumbergplumberg Veteran, Megathread Squad

    @ihadp said:
    Didn't they eol that product line?

    Not yet for me. I have my server up so far... Any help please?

  • plumbergplumberg Veteran, Megathread Squad

    Wow. Thanks a bunch. Quick q...

    Which disk do I need to mount which will hold the registry? I set this up a long long time ago. not really sure which to pick.... If it helps, I installed Windows 8.1

    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 718847 358400 7 HPFS/NTFS/exFAT
    /dev/sda2 718848 83884031 41582592 7 HPFS/NTFS/exFAT
    /dev/sda3 83884032 312575999 114345984 7 HPFS/NTFS/exFAT

  • ihadpihadp Member
    edited April 2017

    Best guess is sda2, once you mount it you should see the program files, Windows, etc directories.

  • rm_rm_ IPv6 Advocate, Veteran

    Illegally installs Windows on a EOL single laptop HDD 2 EUR/month server

    "Cannot afford" to lose it

    ...

    Thanked by 2WSS Lm85H4gFkh3wk3
  • plumbergplumberg Veteran, Megathread Squad

    @rm_ said:

    Illegally installs Windows on a EOL single laptop HDD 2 EUR/month server

    "Cannot afford" to lose it

    ...

    Haha. Nothing critical on that server. Just that its a pain to go through the setup and settings again. The server flies. Works like a good second rdp box .

  • plumbergplumberg Veteran, Megathread Squad

    @ihadp said:
    Best guess is sda2, once you mount it you should see the program files, Windows, etc directories.

    Trying that out. Chntpwd is interesting. Not sure if I will be able to disable the firewall.

  • plumbergplumberg Veteran, Megathread Squad

    @ihadp said:
    Best guess is sda2, once you mount it you should see the program files, Windows, etc directories.

    So, I tried mounting sda2 in rw mode.. but, still, the filesystem seems to be read-only.. what am I doing wrong?

    mkdir /mnt/win
    mount -o rw /dev/sda2 /mnt/win
    hivexsh -w /mnt/win/Windows/System32/Config/SYSTEM

  • ihadpihadp Member
    edited April 2017

    mount -t ntfs-3g /mnt/win /dev/sda2

  • plumbergplumberg Veteran, Megathread Squad

    @ihadp said:
    mount ntfs-3g /mnt/win /dev/sda2

    I checked and installed ntfs-3g. but, some how, it does not seem to work for me...

    root@195-XX-XX-XX:~# mount ntfs-3g /mnt/win /dev/sda2 Usage: mount -V : print version mount -h : print this help mount : list mounted filesystems mount -l : idem, including volume labels So far the informational part. Next the mounting. The command ismount [-t fstype] something somewhere'.
    Details found in /etc/fstab may be omitted.
    mount -a [-t|-O] ... : mount all stuff from /etc/fstab
    mount device : mount device at the known place
    mount directory : mount known device here
    mount -t type dev dir : ordinary mount command
    Note that one does not really mount a device, one mounts
    a filesystem (of the given type) found on the device.
    One can also mount an already visible directory tree elsewhere:
    mount --bind olddir newdir
    or move a subtree:
    mount --move olddir newdir
    One can change the type of mount containing the directory dir:
    mount --make-shared dir
    mount --make-slave dir
    mount --make-private dir
    mount --make-unbindable dir
    One can change the type of all the mounts in a mount subtree
    containing the directory dir:
    mount --make-rshared dir
    mount --make-rslave dir
    mount --make-rprivate dir
    mount --make-runbindable dir
    A device can be given by name, say /dev/hda1 or /dev/cdrom,
    or by label, using -L label or by uuid, using -U uuid .
    Other options: [-nfFrsvw] [-o options] [-p passwdfd].
    For many more details, say man 8 mount .
    `

  • WSSWSS Member

    mount -t was even explained to you immediately within your post. Somehow that was accidentally omitted above.

  • plumbergplumberg Veteran, Megathread Squad

    @WSS said:
    mount -t was even explained to you immediately within your post. Somehow that was accidentally omitted above.

    Aghh.. missed that. works now. thanks

Sign In or Register to comment.