Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to obtain IPV6. #679

Open
pymumu opened this issue Sep 8, 2024 · 4 comments
Open

Unable to obtain IPV6. #679

pymumu opened this issue Sep 8, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@pymumu
Copy link

pymumu commented Sep 8, 2024

Router Model Affected
Models: RT-AX82U

Firmware Version Affected
388.8_2

Is this bug present in upstream Merlin releases too?
NA

Describe the bug
After setting the IPV6 rules, restarting the router cannot obtain the IPV6 address assigned by the carrier.
After deleting the IPV6 rules or turning off the IPV6 firewall, IPV6 can be successfully obtained.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'IPV6'
  2. Select 'Connection type' 'Native', 'Interface' PPP
  3. Set IPV6 Firmware Rules:
[Remote IP]: Empty
[Local IP]: ::xxxx:32ff:fe4a:xxxx/::ffff:ffff:ffff:ffff
[Port]: 1118
[Protocol]: udp
  1. No IPV6 address obtained

Expected behavior
There is no problem with the official firmware.
Set IP rules and restart the router to quickly obtain the IPV6 address.

Screenshots
admin@RT-AX82U:/tmp/home/root# odhcp6c -R -s /tmp/dhcp6c -N try -c 00030001c87f540ea510 -P 0:ea510 -r23 -r24 ppp0 -e -vvvv

odhcp6c[9068]: (re)starting transaction on ppp0
odhcp6c[9068]: Starting SOLICIT transaction (timeout 4294967295s, max rc 0)

[odhcp6c stuck here]

@pymumu pymumu added the bug Something isn't working label Sep 8, 2024
@gnuton
Copy link
Owner

gnuton commented Sep 8, 2024

Hi!
did you try to run odhcp6c in debug mode (-d -f ) to check what happens?

@pymumu
Copy link
Author

pymumu commented Sep 9, 2024

The -d option is daemonize, not DEBUG mode.
The DEBUG option is not found in the parameter list.

Invocation options:
        -p <pidfile>    Set pidfile (/var/run/odhcp6c.pid)
        -d              Daemonize
        -e              Write logmessages to stderr
        -v              Increase logging verbosity
        -h              Show this help

@gnuton
Copy link
Owner

gnuton commented Sep 9, 2024

How do you set the rule? What's the config you use?

@pymumu
Copy link
Author

pymumu commented Sep 9, 2024

The Rule:

Chain FORWARD (policy DROP)
ACCEPT     udp      anywhere             ::xxxx:67ff:fe3b:xxxx/::ffff:ffff:ffff:ffff  state NEW udp dpt:xxxx

Steps to reproduce the behavior:

  1. Go to 'IPV6'
  2. Select 'Connection type' 'Native', 'Interface' PPP
  3. Set IPV6 Firewall Rules:
[Remote IP]: Empty
[Local IP]: ::xxxx:32ff:fe4a:xxxx/::ffff:ffff:ffff:ffff
[Port]: 1118
[Protocol]: udp

I just want to forward the IPV6 request with specific port to an internal host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants