User Profile
Collapse
-
That could work actually, I'll see what I can find on doing that. -
Right, but shes behind a router so her private IP is no good. I already have a batch to pull her routeable from whatsmyip.com, I just need something to send it out that I can call from the same batch without her having to do anything too involved.Leave a comment:
-
Thanks for the reply acoder, but yeah, that's kind of my problem. My specific scenario is with a grandparent who you could say is less than able to navigate to get her IP so I can remote in and help.
I'm looking for something built into widows that could do this because the less I have to alter the better. However, I can install some kind "server" software to enable this, but I'm attempting to eliminate as many vulnerabilities...Leave a comment:
-
Ok, so 02,03,04 do they have internet access? what OS is PC-01 running?Leave a comment:
-
so you can get the web interface if you're on the lan? You could try using a different port to forward. Like in your port forwarding on your router forward port 8080 to the server ip on port 80. so to get to it you would put in the url;
Code:http://<router Ip>:8080
Leave a comment:
-
You might have shotty cables that cant handle the higher bandwidth, just an idea.Leave a comment:
-
Hi sukeshchand,
So if I read that right, PC-01 has a nic for internet access and the second nic just acts as a switch for PC-02 through PC-04(where PC-02,03,04 do not have internet access).
If the Lan PC's with the 192.168.1.x network do not have any access to the internet, the only way for them to control the remote machine would be to LogMeIn on PC-01 and then do a remote desktop from PC-02,03, or 04 to PC-01 which can...Leave a comment:
-
How to get ip address have have email sent out?
Hi everyone, I've been having a hard time with this one... All I'm trying to do is have someone click a batch file that will get their IP address and email it to me, that simple.
So far I have a batch file called GetIP.bat that contains
Code:cscript getip.js
Code:var request = new ActiveXObject("Msxml2.XMLHTTP"); var notyetready = 1;
-
Not really, your best bet would probably be to purchase a second NIC and put it in the server and use the server as a proxy. That way you can have control over the internet and who accesses it. NICs arent super expensive and are easy to install.Leave a comment:
-
virtual memory
I had a previous question which may be relevant, i dont konw for sure tho.
http://bytes.com/topic/windows/answers/873720-windows-bootloader-2-hard-drives
anyways, now I have an absolutely fresh install of windows. When it boots up everything is great. But before I can get to the part where I have to set the defaults like the time and what not, I get an error saying its out of virtual memory, and the computer restarts... -
Ok, i figured out what the problem was with that. instead of Disk(1), i needed rdisk(1)
[boot loader]
timeout=30
default=multi(0 )disk(0)rdisk(0 )partition(1)\W INDOW S
[operating systems]
multi(0)disk(0) rdisk(0)partiti on(1)\WINDOWS=" Micro soft Windows XP Home Edition" /fastdetect /NoExecute=OptIn
multi(0)disk(0) rdisk(1)partiti on(1)\WINDOWS=" Micro soft Windows XP fresh install" /fastdetect...Leave a comment:
-
Windows bootloader+2 hard drives
Hey everyone, for the love of god i cannot get this straight. I have 2 hard drives, each runing windows xp home. I installed linux on my second hard drive and it over wrote the windows mbr. thats fine, not an issue. when i put my restore cd in to just install windows over the existing linux install everything goes great. accept it doesnt put a fresh windows mbr over grub. I realize if i get a restore cd i can do "fixmbr" or whatever... -
move active directory to '08
Hey everyone,
I'm pretty sure this is a somewhat stupid question, but I don't wana run into any issues. I already have active directory setup on a machine runing server 2000, exchange is also on there. I've just bought a new server runing server 2008. I would like to move the active directory, just the active directory to the server 08 machine.
I'm not opposed to re-doing the schema because it is somewhat a mess,... -
Remote Desktop Printing
Hi everyone,
I'm having a problem with getting my printers to show up on the remote computer. My local server is running server 2000 and is hosting all the drivers. My clients are just xp sp2. And the remote is server 03.
I had this issue a while ago, and I think it was something about the way the printer was named on the client, some bug. Anyways, I was able to find out how to fix this in the past and the printer... -
OpenVpn routing issue
Hi everyone,
I'm somewhat new to Linux, and completely new to OpenVPN. But here is my situation, I have OpenVPN Installed on my server runing Ubuntu 7.10. I also have wandered through tutorials and have it runing to the point where I can connect to it.
server.conf
Code:local 10.0.0.242 port 1194 ;proto tcp proto udp ;dev tap dev tun0 ;dev-node MyTap ca ca.crt
-
boot .iso
Hi everyone, I'm trying to "burn","mou nt" what ever you want to call it, an .iso file to a hard disk partition. What I'm trying to do is get this iso on a partition and boot it much like I would a cd. I saw a couple examples where it was able to work using a boot loader, and just pointing to the iso, but i want to do it with out using a boot loader. The iso is just a linux live cd, but I was curious weather or not this is actually... -
print to a que
Hi everyone,
I have kind of an odd question. What I'm trying to do is have a program run when I want to print something.
A little background on my situation is, I'm sharing a little thermal label printer. I want to be able to print labels from other computers. But when I do this, the labels just fly out of the printer and get tangled in a mess. Ideally what I want to happen is when I press print, the document is... -
Ok, I looked through php.ini and changed those and i had to change the max_execution_t ime or something like that. And yes, that solved another problem of the missing "/". Everything seems to be working correct now.
thank youLeave a comment:
-
Ok, I totally forgot to check the max upload size, I changed it to 2000000. That seems to fix a lot of the problem. I thought I read somewhere that the biggest size that php can upload is 2Mb, is that true and if so is it possible to change?Leave a comment:
-
Sorry, heres the html
Code:echo "<form enctype=\"multipart/form-data\" action=\"upload.php\" method=\"POST\">\n"; echo "<input type=\"hidden\" name=\"MAX_FILE_SIZE\" value=\"30000\" />\n"; echo "Send this file: <input name=\"userfile\" type=\"file\" size=\"50\" />\n<br />\n";
Leave a comment:
No activity results to display
Show More
Leave a comment: