Questions tagged [ip6tables]

33 questions
-1
votes
1 answer

Best way to forward whole ipv6 /64 subnet range to single address (on Linux, obv)?

I want to forward incoming connections to any address within an assigned ipv6 /64 subnet on a VPS. Obviously I can't add a billion individual address to the interface, but perhaps I could use a bogus route with a mangle iptables rule to pretend 1…
Luke Mlsna
  • 123
  • 4
-1
votes
1 answer

ruleset iptables- user defined chains

I am very new in iptables. Learning to use them. I got a hang of some basic commands from https://help.ubuntu.com/community/IptablesHowTo. However, I didnt find good explanations of examples of a ruleset file which can be applied using the…
Ankur Bhatia
  • 113
  • 5
-2
votes
1 answer

port forward in INPUT level

I want to change the destination port of the ipv6 packet in the INPUT level. So I tried to use ip6tables with nat in the INPUT level but seems this command does not work # ip6tables -t nat -I INPUT ! -i br0 -p TCP --dport 8080 -j REDIRECT --to-ports…
MOHAMED
  • 151
  • 7
1 2
3