First of all try this to test your configs. Put 127.0.0.1 in realms config and set your realms in your wow folder to...
Realmslist
Code:
set realmlist 127.0.0.1
Realms config
Code:
<Realm1 Name = "****** **** - 3.3.5"
Address = "127.0.0.1:8129"
Icon = "Normal"
Population = "1.0"
TimeZone = "8">
If you can connect and get in game after that, then there is another issue that is causing you not to connect
with your Dynds name or external IP (Whichever your trying with).
If you can't connect, try setting your port on your address line to something like 8050 or something else within your open ports.
like this.
Code:
<Realm1 Name = "****** **** - 3.3.5"
Address = "127.0.0.1:8050"
Icon = "Normal"
Population = "1.0"
TimeZone = "8">
Be sure and check your internal IP to see if it changed(Mine does some times.
Open your command prompt with administration privileges and type cmd then type ipconfig
You should see an ip similar to this below.
Code:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . :*****************
IPv4 Address. . . . . . . . . . . : 192.168.1.***
Subnet Mask . . . . . . . . . . . : ***.***.***
Default Gateway . . . . . . . . . : 192.168.1.1
RED is your internal IP and this ip needs to match the info in your routers page and
in your Hosts file in windows.
Check those.
Hope this helped...
