Problem with activesync 4 - MDA II, XDA II, 2060 ROM Development

Hi,
I am having problems syncing my XDA2 with WM2K5. I can seem to establish a partnership through activesync. When I connect my PPC it just says "connecting,..." in activesync. It never asks for new partnership.
Please help.
Thanks.

delete mo yong old partnership bro?

look in settings --> connections --> network cards
click Remote-NDIS Host and note the IP address in the top box, then choose use specific IP address and type the address in the box.
use subnet mask 255.255.0.0

Related

Browsing desktop web server from xda

Hi all,
I know we can connect to the internet using desktop connectivity with ActiveSync.
Now, I want to develop some simple WAP application and place it in my http://localhost (desktop IIS) for testing purpose. How can I browse it this site from my xda?
Anyone can help? TIA.
try http://<ip-number of Desktop PC>
It doesn't work at all. Beside, I use dial-up connection in my desktop, so the desktop doesn't have any ip before connecting to the internet, and I want to develop the application offline.
I tried to assign permanent ip address to my desktop in without connecting and it still doesn't work.
internal network
I doubt you have networked computers but here goes...
If you have a network card in your PC for networking. Then you have an IP address with this. normally "192.168.???.???" so you could use that.
Hope this may be of help ..
or http://127.0.0.1
You will need to be connected to the internet on your PC before you try to browse, or you will need to configure internet connection sharing while your xda is cradled for it to work.
Though I can't test this (no webserver running), it's gotta work:
Put your XDA in the cradle, and the go in VXutil and go to info. There, under the adapter called "Serial on USB," you should see some IP config info. The "Default Gateway" should be the IP of your machine (as your XDA sees it).
Just for kicks, mine turns out to be 192.168.55.100
I've tries http://127.0.0.1 but since my desktop computer is not network and I don't have any ethernet card installed, I cannot assign IP address to this machine?
What is Vxutil anyway?
Thanks.
rezz16 said:
I've tries http://127.0.0.1 but since my desktop computer is not network and I don't have any ethernet card installed, I cannot assign IP address to this machine?
What is Vxutil anyway?
Thanks.
Click to expand...
Click to collapse
POCKET HOSTS worsk ok
yes use usb asycn to pda -
setup VPN or non-vpn
first setup VPN network in computer
link to that in pda
no password ect
admin or guest with autologon on direct contact will do
I use say 192.168.100.100 etc

Possible solution for ActiveSync with WM2005

Hi,
I recently reinstalled WM2005 and found that my experience from last time didn't help to get ActiveSync 4 working with WM2005:
In 2005 the primary connection mode between devices and desktop pc's via USB has changed from a serial over USB connection (WM2002 & 2003) to a TCP/IP based connection.
This connection is made by the RNDIS (Remote NDIS) driver. On the desktop PC, you device will no longer show as a serial USB device but as a network board. You can check this by looking at the network connections.
So when trying to troubleshoot ActiveSync problems you should pay special attention to everything that could interfere with TCP/IP. I had problems when the MS ISA Server Firewall client was activated. After deactivating (and some hours of research) it finally worked, so try to deactivate personal firewalls and things like that.
Checklist:
- Does you device appear in the Device Manager as "Windows Mobile based device"?
- Does it appear in network connections?
- run ipconfig and see if it has an IP adress assigned? (should be something like 169.254.2.2)
- open network cards on your mobile device >> Settings >> Connections >> Network cards >> Click "Remote NDIS host" and see if an IP address is auto-assigned (leave the setting just look at the IP address
- if you can ping your device from your desktop PC, ActiveSync should work, too.
Click to expand...
Click to collapse
It turned out that the problem was that I had disabled the "DHCP Client" service on my W2k machine. The RNDIS mechanism works in a way that the CE devices act as a DHCP server. When there is no DHCP client request from the PC, it simply doesn't work (a static IP address on the PC doesn't help).
I've read a lot of posts from people claiming that it only worked after a reinstall of the OS. Since the DHCP Client service is enabled by default, this might explain why the reinstall solved the problem. So before reinstalling your OS, you may want to try to start the DHCP client service....
Hope this will help some of you..
hello softworkz my friend...
yeah the same as i config my win2k PC...
i got no problem with my winXPsp2 and win2k3server PC, as i don't have problem with my BT sync...
tnx,
jojo
http://buzzdev.net

[UPDATED 2/25/2009] SocksProxy v1.0: Free SOCKS proxy for internet sharing

I have created an SOCKS proxy server application to run on Windows Mobile phones. A SOCKS proxy is a proxy server that is capable of forwarding nearly all types of network traffic, similar to a NAT router. It is very simple to use. Simply type in the port you would like the proxy server to listen on (defaults is 1080), then click the large "Start Proxy" button.
In order to run this application you will need the .NET Compact Framework 3.5 installed on your device.
Some applications are SOCKS-ready and others are not. You can use FreeCap (freeware) to SOCKS enable any Windows application. ** FreeCap seems to have problems connecting to SocksProxy. Let me know if it works or doesn't work for you. **
I am *NOT* responsible for any fees charged to anyone for the use of this software. There is no warranty and no guarantee.
[UPDATE 2/25/2009]
I've completed the new version of SocksProxy. It implements socks version 4a. There is no security, so it will allow anyone to connect with any user id.
Please let me know of any issues you find.
[UPDATE 2/24/2009]
SocksProxy v1.0 Reboot
--------------------------------------------------------------------------------
I've completed the new proxy server. It looks pretty much like the old one, but I've anchored the controls to the edges so it should scale properly with VGA devices.
I've written a new Socks 4a proxy from scratch and completed ditched all the old code. It seems to be working pretty well, though a bit slow. I think I need to increase the size of my read buffers. I will have to write a smarter heuristic for determining the size of the buffer per connection though. I have them at 128 Kb now. I need to grow each buffer dynamically according to how it's being used, that way I don't create large buffers for connections that are only transfering small amounts before closing (downloading a small gif or javascript file, for example).
I'll probably release it tomorrow after some more testing.
BTW: I'm posting this through the proxy right now!
[UPDATE 2/24/2009]
I've decided not to move forward with the J2ME version of SocksProxy. I will however be writing a new .NET CF version. The current version's proxy is based on code I ported from a proxy targeted to the standard .NET framework. Some features in the standard framework are absent in the compact framework. When porting the proxy I pretty much just did it as quick and dirty as I could because I really wanted something that just got the job done. I didn't care how stable or 'good' it was because I hadn't even intended on releasing it to anyone. Since it looks like there's still a lot of interest I will be writing a new one from scratch. Don't expect too much; It'll be the simplest thing that possibly works, but it'll be stable and reliable.
I'll be naming this version SocksProxy 1.0 Reboot. I'm not upping the version number because I'm really not going to be adding any new features.
[UPDATE 11/4/2008]
I am working on a J2ME version of this application. I will no longer be maintaining the .NET version of the application. The SVN repository for the .NET version will continue to be available. I have no plans on taking it down.
I have decided to switch to J2ME because I will be able to reuse source code in a future Android release -- that is, if Google or someone adds the ability for Android to have more than one IP address.
[UPDATE 10/27/2008]
There is a usage issue with the application with certain configurations of Windows Mobile and Activesync. It seems that when the Activesync host (your PC) has a connection to the internet the handheld device will prefer to connect to the internet via the PC's connection rather than its cellular connection. This completely eliminates any benefit to using the proxy. Does anyone know how to prevent the handheld from routing its internet traffic back through Activesync? Note that this is NOT solved by setting the "Allow data connections" setting in Activesync.
[UPDATE 10/27/2008]
I have updated the SVN respository (https://pchasco.homedns.org/svn/SocksProxy/trunk). Here are the changes:
* Changed "Listening on" box to list all IPs on the handheld
* Added an IP box. Enter an IP to listen on that IP or leave blank to listen on all.
* Rearranged form
* Added "Use selected IP" button to insert into the IP box the IP selected in the list of available IP addresses.
You can enter any IP address in the IP box, but the proxy will fail to start if the IP is not valid for your device.
Hi pchasco,
Could you explain a bit more what this does (and how it works)?
The reason I ask is that I'm looking for an application for the PPC which allows me to share its internet connection by pointing the Desktop browser' proxy to the PPC.
This allows me to be connected to the wired network and using this proxied browser to browse even the blocked sites ...
Can your application be used for this?
If so could you also explain how it works..
I've ran the App on my PPC, and clicked start, this gave me an IP address
next i hooked it up to USB and pointed IE's proxy to that address...didn't work
I also tried to activate the 3G first and/or with ICS activated
but both times I didn't see a IP address...
I'm probably doing something wrong..
Thanks
This is a SOCKS proxy, so it does not work in quite the same way that a normal HTTP proxy does. For internet explorer you'll have to open the advanced proxy options and fill in the information for the SOCKS hostort entry.
Can someone please explain a sample usage of this software on Windows Mobile?
pchasco said:
This is a SOCKS proxy, so it does not work in quite the same way that a normal HTTP proxy does. For internet explorer you'll have to open the advanced proxy options and fill in the information for the SOCKS hostort entry.
Click to expand...
Click to collapse
Have you used this with ICS? In other words, share your internet connection with a computer and then have the computer connect via your sock proxy to the internet?
abdulzis said:
Can someone please explain a sample usage of this software on Windows Mobile?
Click to expand...
Click to collapse
I'm not sure what you mean. An example of how to use it or an example describing why someone would want to use it?
hoopsbwc34 said:
Have you used this with ICS? In other words, share your internet connection with a computer and then have the computer connect via your sock proxy to the internet?
Click to expand...
Click to collapse
I am not sure why you would need to use both SOCKS proxy and ICS at the same time. They are both means to provide internet connectivity through your phone to another device. If ICS were an option on my phone, I would use it over SOCKS unless the client device did not support it.
pchasco said:
I am not sure why you would need to use both SOCKS proxy and ICS at the same time. They are both means to provide internet connectivity through your phone to another device. If ICS were an option on my phone, I would use it over SOCKS unless the client device did not support it.
Click to expand...
Click to collapse
Basically, I'm trying to allow access to two networks at the same time. So I want to adjust my settings in firefox to point to my WM phone and your socks proxy. Then my other applications and IE can use my LAN. Otherwise, to get my WM ICS to work I have to disable my LAN connection which I need for certain apps.
edit... I'm good with using it without ICS, but that doesn't seem to work either. No matter when I click start proxy, I get an IP of 0.0.0.0 and if I connect my computer via USB I can't ping that address.
hoopsbwc34 said:
Basically, I'm trying to allow access to two networks at the same time. So I want to adjust my settings in firefox to point to my WM phone and your socks proxy. Then my other applications and IE can use my LAN. Otherwise, to get my WM ICS to work I have to disable my LAN connection which I need for certain apps.
Click to expand...
Click to collapse
Then setting the SOCKS proxy setting without setting any other proxy settings should work in Internet Explorer. I've been trying to test it, but my phone refuses to access the internet through the cellular connection right now; it's always going through my PC while activesync is connected. I can't get it to stop! The funny thing is IE on my PC is making its HTTP requests through my phone, then my phone is going right back through my PC to the internet!
pchasco said:
Then setting the SOCKS proxy setting without setting any other proxy settings should work in Internet Explorer. I've been trying to test it, but my phone refuses to access the internet through the cellular connection right now; it's always going through my PC while activesync is connected. I can't get it to stop! The funny thing is IE on my PC is making its HTTP requests through my phone, then my phone is going right back through my PC to the internet!
Click to expand...
Click to collapse
That's what I tried... but the IP address I get is 0.0.0.0 from your app. What IP do you usually get back when you run it? Do you just connect via USB? If ActiveSync is running is that an issue?
pchasco said:
Then setting the SOCKS proxy setting without setting any other proxy settings should work in Internet Explorer. I've been trying to test it, but my phone refuses to access the internet through the cellular connection right now; it's always going through my PC while activesync is connected. I can't get it to stop! The funny thing is IE on my PC is making its HTTP requests through my phone, then my phone is going right back through my PC to the internet!
Click to expand...
Click to collapse
I think there is a setting in ActiveSync that says "allow wireless connections when connected" sounds like that might be your problem.
Mr_Gee said:
Hi pchasco,
Could you explain a bit more what this does (and how it works)?
The reason I ask is that I'm looking for an application for the PPC which allows me to share its internet connection by pointing the Desktop browser' proxy to the PPC.
This allows me to be connected to the wired network and using this proxied browser to browse even the blocked sites ...
Can your application be used for this?
If so could you also explain how it works..
I've ran the App on my PPC, and clicked start, this gave me an IP address
next i hooked it up to USB and pointed IE's proxy to that address...didn't work
I also tried to activate the 3G first and/or with ICS activated
but both times I didn't see a IP address...
I'm probably doing something wrong..
Thanks
Click to expand...
Click to collapse
Sounds like the same thing that is happening to me. I finally got it to give me an IP address, but only if my data connection is inactive. As soon as the data connection is active it becomes a 0.0.0.0 IP address. Bug?
I tried to establish the IP, then activate the data connection... still doesn't work when I enter the IPort into my proxy list for firefox.
hoopsbwc34 said:
That's what I tried... but the IP address I get is 0.0.0.0 from your app. What IP do you usually get back when you run it? Do you just connect via USB? If ActiveSync is running is that an issue?
Click to expand...
Click to collapse
I am not sure why you are receiving 0 as your IP address. Check in Settings->Connections->USB to PC that "Enable advanced network functionality" is selected.
Gave it another try
Connected to ActiveSync (AS) loaded the application
removed the AS connection, started the application
It showed me the IP address op 127.0.0.1 (localhost)
Stopped the App, initiated the gprs and started the App again.
now i'm getting an IP of 0.0.0.0, I restarted the App a couple of times but no dice
I also checked if the advanced network functionality was enabled and it was..
Mr_Gee said:
Gave it another try
Connected to ActiveSync (AS) loaded the application
removed the AS connection, started the application
It showed me the IP address op 127.0.0.1 (localhost)
Stopped the App, initiated the gprs and started the App again.
now i'm getting an IP of 0.0.0.0, I restarted the App a couple of times but no dice
I also checked if the advanced network functionality was enabled and it was..
Click to expand...
Click to collapse
Hmm... I'm not sure what's going on here. 127.0.0.1 is the loopback interface-- It is only valid for your phone to connect to itself. If your computer attempted to connect to 127.0.0.1 it would connect to itself, not your phone.
pchasco said:
Hmm... I'm not sure what's going on here. 127.0.0.1 is the loopback interface-- It is only valid for your phone to connect to itself. If your computer attempted to connect to 127.0.0.1 it would connect to itself, not your phone.
Click to expand...
Click to collapse
Yes I know... :-/
Well, if I have time in the next few days I will take a look and see whether there is anything I can do. Maybe there is another IP address available on your device but for whatever reason I'm displaying the loopback instead of the external interface.
What happens when you set your proxy client up to go to 169.254.2.1:1080?
Mr_Gee said:
Gave it another try
Connected to ActiveSync (AS) loaded the application
removed the AS connection, started the application
It showed me the IP address op 127.0.0.1 (localhost)
Stopped the App, initiated the gprs and started the App again.
now i'm getting an IP of 0.0.0.0, I restarted the App a couple of times but no dice
I also checked if the advanced network functionality was enabled and it was..
Click to expand...
Click to collapse
Sounds like the same bug I am getting.
An example describing why someone would want to use it?
abdulzis said:
An example describing why someone would want to use it?
Click to expand...
Click to collapse
If you can't use ICS and want to connect to the internet from your desktop, you can connect your phone using USB and start this proxy, then you can setup your desktop connection to use the proxy to get internet access.

Please help me set up remote desktop

I have it on my phone.. Ive checked you tube the web and here but i cant seem to get it working
what is a domain for windows vista?
How do i get it?
Can someone please help me.
put ip address for domain, or put real domain and connect.
It will ask you login infomation and password.
OK
zsunsun said:
put ip address for domain, or put real domain and connect.
It will ask you login infomation and password.
Click to expand...
Click to collapse
under username i put my comp username
and password
and domain is IP
so computer is what? my computer name?
?
zsunsun said:
put ip address for domain, or put real domain and connect.
It will ask you login infomation and password.
Click to expand...
Click to collapse
its says
Cannot connect. Likely reasons are:
1. Specified computer name or ip does not exist.
2. A network error occurred while establishing the connection.
Are you sure your computer and PDA is in same network? and can talk to each other?
Try pinging from and to computer.
Are you trying to RD to a computer on your same local network or across the internet? Either way, you should make sure your software firewall on your target computer is allowing the Remote Desktop connections through. That would be opening port 3389.
Also, you said you have Windows Vista. Make sure that you have allowed RD on that computer. Right Click My Computer in the Start Menu and go to Properties. Click on Advanced system settings link when the System dialog box pops up. Then click on the Remote tab when the System Properties box pops up. Make sure you have selected the middle option.
start/run/system/remote settings/ check 2nd option under remote desktop
input your network in your phone. Connect to it. (turn on wifi please)
Make exception in your firewall (windows , norton , avg whatever)
put ip of computer you want to connect to in computer
user name is what you see when you click start and look up
password is if you have one to log on to windows . Not everyone does .
There is one more step if you don't have UPnP enabled. You would have to forward ports 3389 open to conncet. Thats ONLY if you don't have UPnP enabled on your router.
Also
Just to add to the previous post, also make sure that you have XP PROFFESIONAL or VISTA PRO or ULTIMATE as the other versions of Windows do not have/support Remote Desktop Connections.

[Q] Weird wifi issue

Hey guys,
i have an issue with my wifi connection, but only in one specific place.
Here goes: I can connect and use wifi everywhere(without any problem), but not at my friends house. Wifi connects without a problem, but after that i cannot use it (can't download from market, can't surf, etc.). It says there is an internet connection failure, altough i'm still connected.
I know for sure there isn't a problem with routers, modems, networks, etc. coz i setup his network myself (exactly the same as al the other networks i use) So in this there cannot be a problem. My friend can connect his iphone4, my wife can with S+, even a guy with an ACE can connect and use, except for me and my ACE.
Already reset router, modem and phone (even other firmware), but still nothing!
Hope somebody can help with this, coz i'm really bugged out on this one.
Cheers.
Check if u have a WPA protection.. My ACE doesnt work with Wifi with WPA pwd..
or
Try this:
Go to Wifi Settings, select the hotspot you are connecting to, forget the connection, restart ACE, connect to the hotspot again by entering the password
Hope this helps..
While on the topic of not being able to surf, I can never download anything from mediafire.
consegregate said:
While on the topic of not being able to surf, I can never download anything from mediafire.
Click to expand...
Click to collapse
Hold the link , then open the link in a new tab
Sent from my Ultima Weapon© using XDA App
EmoBoiix3 said:
Hold the link , then open the link in a new tab
Sent from my Ultima Weapon© using XDA App
Click to expand...
Click to collapse
No, i'll download htm files of a few kilobytes always. It's weird.
consegregate said:
No, i'll download htm files of a few kilobytes always. It's weird.
Click to expand...
Click to collapse
It's problem with MediaFire
Sent from my Ultima Weapon© using XDA App
tvigyan said:
Check if u have a WPA protection.. My ACE doesnt work with Wifi with WPA pwd..
or
Try this:
Go to Wifi Settings, select the hotspot you are connecting to, forget the connection, restart ACE, connect to the hotspot again by entering the password
Hope this helps..
Click to expand...
Click to collapse
Hey,
thnx, but tried both already and it didn't work.
Cheers
consegregate said:
While on the topic of not being able to surf, I can never download anything from mediafire.
Click to expand...
Click to collapse
Hmm, strange i can't download either. Nothing, not even textdocuments always get message "download failed".
Try to find out from this other Ace which modem he has installed. Check yours as well. If they are different, it can be a clue...
Sent from my GT-I9000B using Tapatalk
consegregate said:
No, i'll download htm files of a few kilobytes always. It's weird.
Click to expand...
Click to collapse
I had this problem i found to get around it i started using Skyfire worked 8/10 times..
Lior Messer said:
Try to find out from this other Ace which modem he has installed. Check yours as well. If they are different, it can be a clue...
Sent from my GT-I9000B using Tapatalk
Click to expand...
Click to collapse
Hey,
thnx, but already tried this too. The other ACE has Froyo.
I already tried Froyo, GB kph and GB kpn, but evrytime the same result.
Cheers
aronfeerick said:
I had this problem i found to get around it i started using Skyfire worked 8/10 times..
Click to expand...
Click to collapse
Hey, thnx.
This is a browser, right?
Will try it, but that doesn't solve the problem that i can't use whattsapp, market, etc.
The strange thing is i can reciev whattsapp messages, but cannot send them.
Cheers
Sgace said:
Hey, thnx.
This is a browser, right?
Will try it, but that doesn't solve the problem that i can't use whattsapp, market, etc.
The strange thing is i can reciev whattsapp messages, but cannot send them.
Cheers
Click to expand...
Click to collapse
APN settings malfunction ? Or EiFi malfunction ?
Sent from my Ultima Weapon© using XDA App
Might be the password u applied is wrong. Forget the network and rejoin it with correct password.. Hope it works..
Sent from my GT-S5830 using XDA Premium App
EmoBoiix3 said:
APN settings malfunction ? Or EiFi malfunction ?
Sent from my Ultima Weapon© using XDA App
Click to expand...
Click to collapse
No, everything is working fine with other networks.
GambiTx said:
Might be the password u applied is wrong. Forget the network and rejoin it with correct password.. Hope it works..
Sent from my GT-S5830 using XDA Premium App
Click to expand...
Click to collapse
Nope, already tried this like 100 times, but thnx.
Gonna try a diffrent way now. Trying it with some tweaks in build.prop, a tweakscript, implemend a dns-server file and gonna mess around with wep/wpa again.
Hope this will workout.
Will report back in a day or 2.
Thnx and cheers.
weirdo wifi
Check on router setting the ip address your phone is using is not bind to another device,s mac address this is on the router settings something like ip & Mab binding.
It could be the ip you are trying to use alocated for use by another device only.
However u will be able to connect to the router it will show in the router you phone is connected and alsoshow in wifi on the phone you are connected but you will NOT be able to connect to the internet.
durbancurry said:
Check on router setting the ip address your phone is using is not bind to another device,s mac address this is on the router settings something like ip & Mab binding.
It could be the ip you are trying to use alocated for use by another device only.
However u will be able to connect to the router it will show in the router you phone is connected and alsoshow in wifi on the phone you are connected but you will NOT be able to connect to the internet.
Click to expand...
Click to collapse
Hey,
Thnx, will try this ASAP. This might be it.
Question: If my phones ip-adress is indeed the problem, is it possible to change it without any problem? Or should i delete the binded ip at the router?
Cheers.
ip no problem
You can set another ip address manually for phone first find out what routers ip address is
normally 192.168.1.1 is default for lots of routers then see router has DHCP
enabled this means router issues ips to devices. if it is enabled the leave your phone as is and check on the router under ip & Mac binding see if it is enabled UNanble u can always put it back
even better see on router what ip your phone is using then checxk in ip & mac binding that it is not assigned to another device for use. if it is u can delete that binding.
binding means you give a certain device's mac address a certain ip so only that device can you that ip
for example say your phones mac adress is 12:34:56:78:90:00 and you assign or give it ip adress 192.168.1 10 then in theory only your phone can use this ip. THIS not always the case depends on what make router. Whilst we are at that what is your router model.
Look in these places on roter
DHCP settings
IP & Mac Binding.
IP address filtering ( perhaps the ip your phone is using is blocked from internet, it will still be connected but cant access the internet) shout if you need more info
sorry got carried away yes delete bind ip you can always rebind. this below / following is from my router most routers are similar.
IP & MAC Binding Help
To manage the computers well in the LAN, you could control access among computers by ARP Binding.
MAC Address - The MAC address of the controlled computer in the LAN.
IP Address - The assigned IP address of the controlled computer in the LAN.
Bind - Whether or not enable the arp binding.
Modify - Edit or delete item.
Link - Turn to IP & MAC Binding Setting page.
Example: If you want assign 192.168.1.4 to PC A (MAC: 00-E0-4C-00-07-BE), and any other PCs could not use this IP,you should first enable "ARP Binding", and add a new item as below.
ID MAC Addrss IP Address Bind Modify
1 00-E0-4C-00-07-BE 192.168.1.4
DHCP ip Address Reservation Help
When you specify a reserved IP address for a PC on the LAN, that PC will always receive the same IP address each time when it accesses the DHCP server. Reserved IP addresses should be assigned to servers that require permanent IP settings.
MAC Address - The MAC Address of the PC that you want to reserve IP address for.
Reserved IP Address - The IP address of the router reserved.
To Reserve IP Addresses:
Enter the MAC Address (The format for the MAC Address is XX-XX-XX-XX-XX-XX.) and the IP address in dotted-decimal notation of the computer you wish to add.
Click the Save button when finished.
To modify a Reserved IP Address:
Select the reserved address entry as you desire, modify it. If you wish to delete the entry, make all of the entry fields blank.
Click the Save button.
shout if you need more help
durbancurry said:
You can set another ip address manually for phone first find out what routers ip address is
normally 192.168.1.1 is default for lots of routers then see router has DHCP
enabled this means router issues ips to devices. if it is enabled the leave your phone as is and check on the router under ip & Mac binding see if it is enabled UNanble u can always put it back
even better see on router what ip your phone is using then checxk in ip & mac binding that it is not assigned to another device for use. if it is u can delete that binding.
binding means you give a certain device's mac address a certain ip so only that device can you that ip
for example say your phones mac adress is 12:34:56:78:90:00 and you assign or give it ip adress 192.168.1 10 then in theory only your phone can use this ip. THIS not always the case depends on what make router. Whilst we are at that what is your router model.
Look in these places on roter
DHCP settings
IP & Mac Binding.
IP address filtering ( perhaps the ip your phone is using is blocked from internet, it will still be connected but cant access the internet) shout if you need more info
Click to expand...
Click to collapse
durbancurry said:
sorry got carried away yes delete bind ip you can always rebind. this below / following is from my router most routers are similar.
IP & MAC Binding Help
To manage the computers well in the LAN, you could control access among computers by ARP Binding.
MAC Address - The MAC address of the controlled computer in the LAN.
IP Address - The assigned IP address of the controlled computer in the LAN.
Bind - Whether or not enable the arp binding.
Modify - Edit or delete item.
Link - Turn to IP & MAC Binding Setting page.
Example: If you want assign 192.168.1.4 to PC A (MAC: 00-E0-4C-00-07-BE), and any other PCs could not use this IP,you should first enable "ARP Binding", and add a new item as below.
ID MAC Addrss IP Address Bind Modify
1 00-E0-4C-00-07-BE 192.168.1.4
DHCP ip Address Reservation Help
When you specify a reserved IP address for a PC on the LAN, that PC will always receive the same IP address each time when it accesses the DHCP server. Reserved IP addresses should be assigned to servers that require permanent IP settings.
MAC Address - The MAC Address of the PC that you want to reserve IP address for.
Reserved IP Address - The IP address of the router reserved.
To Reserve IP Addresses:
Enter the MAC Address (The format for the MAC Address is XX-XX-XX-XX-XX-XX.) and the IP address in dotted-decimal notation of the computer you wish to add.
Click the Save button when finished.
To modify a Reserved IP Address:
Select the reserved address entry as you desire, modify it. If you wish to delete the entry, make all of the entry fields blank.
Click the Save button.
shout if you need more help
Click to expand...
Click to collapse
Wohw, wohw, that's alot of stuff to think about. Will try it ASAP.
Thank you very much for sharing your knowledge!
Cheers

Categories

Resources