View Single Post
  #6  
Old 15th January 2017, 17:40
majio majio is offline
Senior Member
 
Join Date: Jun 2009
P2P
Posts: 20
Exclamation
Hi

Im using ddns.net/No-ip when i access the site from the internet, also at home.

the local ip does not work cause the TBDEV scripts settings have been set up with the ddns.net/no-ip address and that works for now.

I can remember that before i got the DDNS setup i ran the web server on my simple home network with local ip inside the settings to test it out... actually got connected and my ip address was correct. (but it was all local ip addresses)

I`d never seen this happened ever with one tbdev .. since 2009 so it must be something with my home network or the web server?

it all started for me when the ddns.net was set up!

After that my ip address is always 192.168.1.1 even my BT Client: 192.168.1.1:56882 and that is the seed box with his own ip ... so two different devices on my home network are saying my ip is the ip address of our router(192.168.1.1)

Here is some details:
Quote:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 UG 303 0 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 303 0 0 wlan0
Quote:
wlan0 IEEE 802.11bgn ESSID:"****" Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency:2.437 GHz Access Point: **:**:**:**:**:**
Bit Rate:72.2 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=90/100 Noise level=0/100
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Quote:
wlan0 Link encap:Ethernet HWaddr **:**:**:**:**:**
inet addr:192.168.1.222 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:41243 errors:0 dropped:124 overruns:0 frame:0
TX packets:9530 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12446868 (11.8 MiB) TX bytes:4170105 (3.9 MiB)
Quote:
auto lo
iface lo inet loopback

iface eth0 inet static
address 192.168.1.254
netmask 255.255.255.0
broadcast 192.168.1.255

auto wlan0
iface wlan0 inet static
hostname ****.ddns.net
address 192.168.1.222
netmask 255.255.255.0
broadcast 192.168.1.255
wpa-ssid ****
wpa-psk "******"

up /sbin/iptables -A INPUT -p tcp --dport 80 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
up /sbin/iptables -A OUTPUT -p tcp --sport 80 -m conntrack --ctstate ESTABLISHED -j ACCEPT
Bump:
Quote:
$BASIC=array(^M 'SITENAME' => '****',
'BASEURL' => '****.ddns.net',
'announce_url' => '****.ddns.net/announce.php',
'mysql_host' => 'localhost',
'mysql_user' => 'root',
'mysql_pass' => '***',
'mysql_db' => '****',
My allconfig.php

Quote:
< 1 min ago 192.168.1.1 router.asus.com
My iP History Log my User xD

And my USER CP details:

Quote:
Join date 2009-06-16 21:43:01 (7 year 8 months ago)
Email address ****@msn.com
Location 192.168.1.1

Last edited by majio; 15th January 2017 at 17:56.
Reply With Quote