Jump to content
Not connected, Your IP: 44.200.179.138

Recommended Posts

Hi all,

 

im getting network unreachable on my dd-wrt

I don;t know what im doing wrong, but i did follow everything from here :https://airvpn.org/ddwrt/

 

I added the screenshots and the error code.

 

lets hope some1 can help me 

 

regards 

 


20180310 22:05:00 I TCP/UDP: Preserving recently used remote address: [AF_INET]213.152.161.180:1194 
20180310 22:05:00 Socket Buffers: R=[172032->172032] S=[172032->172032] 
20180310 22:05:00 I UDPv4 link local: (not bound) 
20180310 22:05:00 I UDPv4 link remote: [AF_INET]213.152.161.180:1194 
20180310 22:05:00 N write UDPv4: Network unreachable (code=128) 
20180310 22:05:00 I Network unreachable restarting 
20180310 22:05:00 I SIGUSR1[soft network-unreachable] received process restarting 
20180310 22:05:00 Restart pause 300 second(s) 
20180310 22:10:00 W WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead. 
20180310 22:10:00 W NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 
20180310 22:10:00 I TCP/UDP: Preserving recently used remote address: [AF_INET]213.152.161.180:1194 
20180310 22:10:00 Socket Buffers: R=[172032->172032] S=[172032->172032] 
20180310 22:10:00 I UDPv4 link local: (not bound) 
20180310 22:10:00 I UDPv4 link remote: [AF_INET]213.152.161.180:1194 
20180310 22:10:00 N write UDPv4: Network unreachable (code=128) 
20180310 22:10:00 I Network unreachable restarting 
20180310 22:10:00 I SIGUSR1[soft network-unreachable] received process restarting 
20180310 22:10:00 Restart pause 300 second(s) 
20180310 22:12:00 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16 
20180310 22:12:00 D MANAGEMENT: CMD 'state' 
20180310 22:12:00 MANAGEMENT: Client disconnected 
20180310 22:12:00 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16 
20180310 22:12:00 D MANAGEMENT: CMD 'state' 
20180310 22:12:00 MANAGEMENT: Client disconnected 
20180310 22:12:00 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16 
20180310 22:12:00 D MANAGEMENT: CMD 'state' 
20180310 22:12:00 MANAGEMENT: Client disconnected 
20180310 22:12:00 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16 
20180310 22:12:00 D MANAGEMENT: CMD 'status 2' 
20180310 22:12:00 MANAGEMENT: Client disconnected 
20180310 22:12:00 MANAGEMENT: Client connected from [AF_INET]127.0.0.1:16 
20180310 22:12:00 D MANAGEMENT: CMD 'log 500' 
19700101 01:00:00 
 

 

Share this post


Link to post

Change your port to 443

 

i did no that not working aswell... what can cause the problem?

 

also when i check ifconfig i don't see tun in the list.... 

Share this post


Link to post

ok i got it working now.

 

there is 1 thing whats not working.

when i connect my laptop to this router it hides my ip 

but when i connect my phone or something else i see my ip and its not hidden.. 

 

did i do anything wrong ?

Share this post


Link to post
Guest

Hi! Try adding remote-cert-tls server to OpenVPN "Additional Config" box and remove "nsCertType verification" check box above TLS Auth key. Edit: I just read your last comment, sorry. Good you got it working.

 

 

 

Your phone probably overrides your router's DNS server IP-addresses. I use these in DD-WRT Firewall settings at Administartion page:

 

iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to $(nvram get lan_ipaddr)
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to $(nvram get lan_ipaddr)

 

Edit. It forces LAN devices to make DNS queries to your router IP address thus DNS servers are what your router uses.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...