I am having difficulties connecting to a computer through a router. The problem is that when i use an internet web page to get my IPAdress, I get the Ip Adress of my router and what i really need is to get to The Machine that has a server running on it. Is there anyway to get pass the router and connect directly to the machine without using Port Forwarding.
I am developing an application and necessary to send to my data base address IP of mine pocket PC is using visual beginner's all-purpose symbolic instruction code .net 2005 as I must make?
How to get the flag icon to a ip adress ? For example, you add a textbox, a button and a picturebox, and the textbox should contain a website[url]... And when you press the button, a function getts the ip adress of the url, and setts the picturebox image to the contry flag icon.
I have five buttons. Each one has the logo of a website. When the user clicks the button he should go to the website.The five websites are stored in a database (because they need to be changed later during runtime, and the changes saved for the next time the program is opened), in the adress colum.The number of the button corrosponds to the row number of the adress.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click WebBrowser1.Navigate(Me.Table1DataGridView.adress(1))
I am trying to change the computer name and IP address of a client computer, doing so locally.Ideally, I would like it to look something like thisNew Computer Name: [TextBox]New IP Address: [Textbox][Button]That comes up when you click the executable and the program changes the computer name and ip and automatically reboots the computer to apply said computer nameI think have figured most of it, but I can't figure out how to get the my.computer.name out of "readonly" mode.
i need to create a network map (from any pc). For now i get my own ip, the router ip, but i can't get the IP from others pc's connected to the router. Can i get the IP's only with the framework? or i need another external library? [code]
I'm using the following code and it yields me my computer's private IP address:
Code:Private Sub frmGetIP_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]...
However, this is NOT what I want. Basically what I'm looking at doing, is using Remote Desktop Connection from Windows XP Professional, but in order to do that, I need to know my IP address. My IP Address is dynamic (it changes).What I'm looking at doing, is building a website that I can log onto with a username and password, that posts my router's IP Address.My question is, how do I programmatically obtain my router's IP address? It's the same address found on [URL].. I tried viewing the website's source but it's not all there.
How to successfully log into a DSL-Router (Model: Speedport w504v Type A).I wrote a function usinig HttpWebRequest and HttpWebResponse. So far this function is not finished and is only for finding out the right login process.[cde]...
How can i use webbrowser1.navigate to get the adress from 3 differen text boxes and combine them in to one adress,, example textbox1.text contains [URL]
I am trying to retrieve the WAN side IP address of my router within a windows form. I am using VS 2005, programming in VB.net, developing a windows application (not a web app).
Is there a way to list up all connected pc to my router (wifi )? Even if they arent on same LAN (like ipod touch). Or list list all user that are using internet? Atm I figured out this code :
Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load WebBrowser1.Navigate("http://192.168.15.x/DHCP_Static.asp")[code]....
Which i though was suppose to list connected client but logged on my DS and didnt listed it up. Maybe it doesnt list DS?
Im programming in VB.NET and i dont know how to block a website from the router. Something similar to a Patch Blocker or similar to Anon Proxy Server just i need to know how to do this in vb.net. More info: The thing is that i have a ps3 and want it to block certain url from accessing my router.
I need to find a way to login to my router/ap with the proper credentials and read from a designated textbox from the router's page and then virtualy submit some input that I might enter in my program to go as like a textbox.
Basically, if you go to Start and click Computer and then click on the Network link on the left hand side, you'll notice on the right hand side several categories, one of which is titled "Network Infrustructure", in that category, my router is listed, and in my case, it is "LINKSYS WAG160N Wireless-N ADSL2+ Gateway" and when you right-click and select properties, it lists basic info such as internal/gateway IP address, on mine it is "192.168.1.1" I would like to know how to retreive this information in code, preferably a Windows API so that i can call it using a legacy VB6 app. Also, even if you just know a .NET version or a Delphi version, please do list that as well as i can code in both. However, the answer i'm ultimately seeking is a method to access this via VB6 so that would probably be a WinAPI call (will upvote & select this as answer), however, other methods are also welcome incase i can't find a legacy method (i will upvote these).
I want to make a program to manage my homehub 2.0 router.There's a reset option which requires a piece of script to be run;
<script type="text/javascript"> <![CDATA[ var restartButton = new Button("restart","","Restart my BT Home Hub",function(){restart_ajax();}); ]]> </script>
I think this will cause my router to reset, although I'm not sure.How would I get this to run in a vb.net program?
I have a problem to make a program for autologin my tplink router if I open a connection example : 84.82.1.123 port 80 with winsock (this is my router IP Address ) I can not get my router menu HTML pages. because the router ask for the user name and password How can I send my User Name and Password with this winsock? This Picture was captured when I access 84.82.1.123 with IE How to make an autologin program with winsock to my router?
i am creating server/client application using .net.Sockets something like cybercafe software.Im following this example on codeproject Simple Socket Chat Program there is no problem i run it on local pc. But when i run the client in the other pc in network i got a problem.
says :No connection could be made because the target machine actively refused it.
I tried to use netstat -a on cmd and i found out that the portnumbers of all the p.c on our network always changes.Is there any way to do it without using portnumber and just hostname or ipaddress only.
I would like to know is this possible.I have a simple form in vb2008 with a button and textbox when i press the button i would like textbox to display my default router ip address.
I have setup a MS SQL server in my computer and enable the sql server to listen to the TCP/IP port 1500. I can use my vb.net program to access to the sql server from another pc within the same LAN by using the following connection string "Data Source=192.168.1.101,1500;Database=ABC;UID=SA;PWD=123;
But if I changed the "192.168.1.101" in the connection string to the IP address that provided by the ISP (i.e.: "Data Source=<IP from ISP>,1500;Database=ABC;UID=SA;PWD=123 the connection string do not work. I have set the port forwarding function in the router as forward all TCP from 1500 port to IP 192.168.1.101. But it don't work neither......
Then I checked the port 1500 with the webpage below: [URL] It show that the port 1500 is closed! But if I use DMZ function on the router to explose my computer the internet.... the above webpage can checked the port 1500 is opened! And I can successfully connect the sql server with this connection string "Data Source=<IP from ISP>,1500;Database=ABC;UID=SA;PWD=123;" Is that the mssql cannot pass the port forwarding function on the router? I have set the port 8080, 21 forward to another IP on the router and it work fine......
Our company has setup several remote devices that link to a switch Whenever there are problems on the device, some technicans will replace it using a new one We have a vb program that can automatically update the device setup in our server when technicans replace devices. So we do not need to login and update the setting manually However, our program cannot handle the case that there are more than 1 device that need replacement Therefore, our idea is to retrieve the ip and port of the router/switch that links to remote device using VB.net.
I run a server for a project of mine. The clients invoke an Update check function running as a webservice at start-up. These requests are logged to file. I use the following function to log to file:
[Code]....
O_O How can this be returned? Is this normal? Is this possible? How can the request have originated from localhost (127.0.0.1) and at the same time from a remote IP-address? Was the server hacked? Is this a glitch? This was posted some time ago on [URL]: [URL] but no one answered, so I am asking it here again.