Results 1 to 15 of 187

Thread: IPv6 Support

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by theMIROn View Post
    btw, do we need following (for the first approach without detailed ifs names)?

    iptables -t nat -I POSTROUTING -p ! ipv6 ... -j MASQUERADE
    nat is absent for IPv6

    Quote Originally Posted by kamil View Post
    My scripts write in other routers where base system is linux with kernel 2.6.x
    You are happy man
    One more question - have you ever use TCPMSS for IPv6?

  2. #2
    Quote Originally Posted by lly View Post
    nat is absent for IPv6
    yep, it's abs useless for that, in case or routed ipv6 range

  3. #3
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    I have the new build and it works great
    I'm proudly running:
    1.9.2.7-d-r815
    is it just me or is that portscanner from he.net quite slow?
    maybe I'll make a c# ipv6 portscanner, you need a mono version theMIROn?

  4. #4
    Quote Originally Posted by wpte View Post
    I have the new build and it works great
    is it just me or is that portscanner from he.net quite slow?
    maybe I'll make a c# ipv6 portscanner, you need a mono version theMIROn?
    what for?
    he.net uses nmap 5.00, you could use the same from optware.

    btw, http://wpte.crabdance.com/ isn't accessable via ipv6, but themiron.ru is =)

  5. #5
    Thoughts 'bout ip6tables defaults:
    1. filter6_ruses should be grouped by chain, not by match/target, following changes should be applied to rc internally
    2. OUTPUT chain should always have default ACCEPT policy, and only REJECT/DROP targets (for ex. -m rt --rt-type - -j DROP/REJECT)
    coz output ifs could be br0/vlan1/sixtun/lo - to much to enum them all
    3. ipv6-icmp proto used for ipv6 advert (radvd), auto conf, etc, so it shouldn't depend on firewall coz it'll break the overall netability
    4. did I miss smth?

  6. #6
    Join Date
    Nov 2006
    Location
    Russia, Moscow
    Posts
    3,640
    Quote Originally Posted by theMIROn View Post
    Thoughts 'bout ip6tables defaults:
    1. filter6_ruses should be grouped by chain, not by match/target, following changes should be applied to rc internally
    Sounds resonable. No problem, we still on the way
    2. OUTPUT chain should always have default ACCEPT policy, and only REJECT/DROP targets (for ex. -m rt --rt-type - -j DROP/REJECT)
    coz output ifs could be br0/vlan1/sixtun/lo - to much to enum them all

    3. ipv6-icmp proto used for ipv6 advert (radvd), auto conf, etc, so it shouldn't depend on firewall coz it'll break the overall netability
    Unfortunately, I don't know yet. Maybe kamil or someone else can help us and answer to this questions?

  7. #7
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by theMIROn View Post
    what for?
    he.net uses nmap 5.00, you could use the same from optware.

    btw, http://wpte.crabdance.com/ isn't accessable via ipv6, but themiron.ru is =)
    I know it's not accessable, though I opened up the port
    -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
    after I added the line
    -A INPUT -d 2001:470:1f14:31e::2/128 -i sixtun -p tcp -m tcp --dport 80 -j ACCEPT
    everything goes open
    what do you use to open up ports then?

  8. #8
    Quote Originally Posted by wpte View Post
    after I added the line
    Code:
    -A INPUT -d 2001:470:1f14:31e::2/128 -i sixtun -p tcp -m tcp --dport 80 -j ACCEPT
    everything goes open
    what do you use to open up ports then?
    you should open it with
    Code:
    ip6tables -A INPUT -d 2001:470:1f14:31e::2/128 -i sixtun -p tcp -m tcp --dport 80 -j ACCEPT
    and not to forget about (in case of lighttpd)
    Code:
    server.use-ipv6 = "enable"

  9. #9
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by theMIROn View Post
    and not to forget about (in case of lighttpd)
    Code:
    server.use-ipv6 = "enable"
    yes I enabled that
    hmmm still odd with the mixed results from the he portscanner.. only online working ipv6 portscanner as far as I can see

Similar Threads

  1. New oleg firmware version
    By Lesiuk in forum WL-500gP Firmware Discussion
    Replies: 713
    Last Post: 13-05-2016, 04:55
  2. Broadcom 63xx SOCs support in linux-mips and OpenWrt
    By goundoulf in forum WL-600g Firmware Discussion
    Replies: 0
    Last Post: 22-10-2008, 17:48
  3. About to remove IPv6 support from the firmware
    By Oleg in forum WL-500g Firmware Releases
    Replies: 7
    Last Post: 25-04-2008, 18:51
  4. HOWTO use your WL-500g as IPv6 router
    By phedny in forum WL-500g/WL-500gx Tutorials
    Replies: 8
    Last Post: 17-02-2008, 07:19

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •