Can Ping but not Curl, Wget or HTTP IPv6 HE Tunnel

Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions
Author Message
AceScottie
DD-WRT Novice


Joined: 07 Nov 2015
Posts: 7

PostPosted: Sat Feb 22, 2020 13:26    Post subject: Can Ping but not Curl, Wget or HTTP IPv6 HE Tunnel Reply with quote
Hello. Im having some issues with IPv6. I can ping from the router but curl and wget both fail.
I am using ipv6.google.com as a test so i know DNS is working on both the router and client.

Not sure where to start to fix this issue.

Ip tables:
Code:

Chain INPUT (policy ACCEPT 1739 packets, 188K bytes)
num   pkts bytes target     prot opt in     out     source               destination
1        0     0 ACCEPT     icmp --  any    any     tserv1.lon2.he.net   anywhere
2        0     0 ACCEPT     ipv6 --  vlan1  any     anywhere             anywhere
3      942  134K ACCEPT     ipv6 --  any    any     anywhere             anywhere
4        5   200 DROP       tcp  --  ppp0   any     anywhere             anywhere            tcp dpt:telnet

Chain FORWARD (policy ACCEPT 106 packets, 5204 bytes)
num   pkts bytes target     prot opt in     out     source               destination
1    24240   18M ACCEPT     0    --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED
2      554 53337 lan2wan    0    --  any    any     anywhere             anywhere
3        0     0 ACCEPT     0    --  br0    br0     anywhere             anywhere
4      448 48133 ACCEPT     0    --  br0    ppp0    anywhere             anywhere
5        0     0 ACCEPT     udp  --  ppp0   any     anywhere             base-address.mcast.net/4
6        0     0 TRIGGER    0    --  ppp0   br0     anywhere             anywhere            TRIGGER type:in match:0 relate:0
7        0     0 trigger_out  0    --  br0    any     anywhere             anywhere
8        0     0 TRIGGER    0    --  ppp0   eth0    anywhere             anywhere            TRIGGER type:in match:0 relate:0
9        0     0 trigger_out  0    --  eth0   any     anywhere             anywhere
10       0     0 ACCEPT     0    --  eth0   any     anywhere             anywhere            state NEW
11       0     0 TRIGGER    0    --  ppp0   eth1    anywhere             anywhere            TRIGGER type:in match:0 relate:0
12       0     0 trigger_out  0    --  eth1   any     anywhere             anywhere
13       0     0 ACCEPT     0    --  eth1   any     anywhere             anywhere            state NEW
14       0     0 TRIGGER    0    --  ppp0   ath0    anywhere             anywhere            TRIGGER type:in match:0 relate:0
15       0     0 trigger_out  0    --  ath0   any     anywhere             anywhere
16       0     0 ACCEPT     0    --  ath0   any     anywhere             anywhere            state NEW
17       0     0 TRIGGER    0    --  ppp0   ath1    anywhere             anywhere            TRIGGER type:in match:0 relate:0
18       0     0 trigger_out  0    --  ath1   any     anywhere             anywhere
19       0     0 ACCEPT     0    --  ath1   any     anywhere             anywhere            state NEW
20       0     0 ACCEPT     0    --  br0    any     anywhere             anywhere            state NEW


ip6tables:
Code:

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     0        anywhere             anywhere           state RELATED,ESTABLISHED
ACCEPT     ipv6-icmp    anywhere             anywhere
ACCEPT     0        fe80::/64            anywhere
ACCEPT     0        anywhere             anywhere
ACCEPT     udp      anywhere             anywhere           udp dpt:dhcpv6-client
DROP       0        anywhere             anywhere

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
ACCEPT     tcp      anywhere             tunnel572323-pt.tunnel.tserv1.lon2.ipv6.he.net/128tcp dpt:http
TCPMSS     tcp      anywhere             anywhere           tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
ACCEPT     0        anywhere             anywhere           state RELATED,ESTABLISHED
ACCEPT     0        anywhere             anywhere
ACCEPT     ipv6-icmp    anywhere             anywhere           ipv6-icmp echo-request limit: avg 2/sec burst 5
DROP       0        anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Note: tunnel572323-pt.tunnel.tserv1.lon2.ipv6.he.net/128tcp dpt:http is added through startup commands as mentioned from another post on this issue but failes to do anything.
Sponsor
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> General Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum