LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-20-2014, 12:30 PM   #1
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Rep: Reputation: 38
iptables denied; no IPv6 routers present?


Using Crunchbang Waldorf

I installed a firewall (iptables) from https://wiki.debian.org/iptables

I noticed an error message when I booted up afterwards:
Code:
dmesg|tail

[   16.929151] iptables denied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=255.255.iptables denied:255.255 LEN=65 TOS=0x00 PREC=0x00 TTL=64 ID=46533 DF PROTO=UDP SPT=51467 DPT=1124 LEN=45 
[   17.179459] iptables denied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=224.0.0.251 LEN=182 TOS=0x00 PREC=0x00 TTL=255 ID=43605 DF PROTO=UDP SPT=5353 DPT=5353 LEN=162 
[   17.430418] iptables denied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=224.0.0.251 LEN=182 TOS=0x00 PREC=0x00 TTL=255 ID=43606 DF PROTO=UDP SPT=5353 DPT=5353 LEN=162 
[   17.483256] iptables deniptables denied:ied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=70.73.103.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=57858 DF PROTO=UDP SPT=8610 DPT=8612 LEN=24 
[   25.912016] eth0: no IPv6 routers present
[   35.014950] iptables denied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=224.0.0.251 LEN=67 TOS=0x00 PREC=0x00 TTL=255 ID=43617 DF PROTO=UDP SPT=5353 DPT=5353 LEN=47 
[   45.814530] fuse init (API version 7.17)
[   51.016998] iptables denied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=224.0.0.251 LEN=67 TOS=0x00 PREC=0x00 TTL=255 ID=43618 DF PROTO=UDP SPT=5353 DPT=5353 LEN=47 
[   71.038522] iptables denied: IN=eth0 OUT= MAC=01:00:5e:00:00:01:c8:4c:75:77:25:d9:08:00 SRC=22.1.96.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0xC0 TTL=1 ID=14595 PROTO=2 
[   83.049337] iptables denied: IN=eth0 OUT= MAC= SRC=70.73.100.115 DST=224.0.0.251 LEN=67 TOS=0x00 PREC=0x00 TTL=255 ID=43619 DF PROTO=UDP SPT=5353 DPT=5353 LEN=47
Quote:
This my iptables running:
root@crunchbang:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
REJECT all -- anywhere loopback/8 reject-with icmp-port-unreachable
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT tcp -- anywhere anywhere tcp dpt:http
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT icmp -- anywhere anywhere icmp echo-request
LOG all -- anywhere anywhere limit: avg 5/min burst 5 LOG level debug prefix "iptables denied: "
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable

Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
I'm assuming this is the problem :no IPv6 routers present. Where do I change the settings to fix this?

Thanks
 
Old 05-20-2014, 05:15 PM   #2
Ser Olmy
Senior Member
 
Registered: Jan 2012
Distribution: Slackware
Posts: 3,341

Rep: Reputation: Disabled
iptables filters/NATs IPv4 traffic, not IPv6. None of the rules listed will have any effect on IPv6 packets.

IPv6 works differently from IPv4 with regards to routers. An IPv6 router announces its presence to the network by sending an ICMPv6 Router Advertisement packet to an IPv6 multicast address. The message "no IPv6 routers present" simply means that your system received no Router Advertisement packet in response to an ICMPv6 Router Solicitation packet, which is to be expected if your network isn't configured to use IPv6.
 
Old 05-21-2014, 11:07 PM   #3
JosephS
Member
 
Registered: Jun 2007
Distribution: Debian Jessie, Bunsenlabs
Posts: 586

Original Poster
Rep: Reputation: 38
I did a bit of searching, but am not clear on things.
Does this mean that Linux is sending out a signal with IPV6 and it is not working because my ISP doesn't support it?

If different websites use IPV4 or IPV6 then would I need to setup a firewall for each on my computer?

Thanks
 
Old 05-22-2014, 01:33 AM   #4
psycroptic
Member
 
Registered: Aug 2011
Location: USA
Distribution: ArchLinux - 3.0 kernel
Posts: 349

Rep: Reputation: Disabled
Quote:
Originally Posted by JosephS View Post
Does this mean that Linux is sending out a signal with IPV6 and it is not working because my ISP doesn't support it?
that would be one reason, though there could be others.

Quote:
Originally Posted by JosephS View Post
If different websites use IPV4 or IPV6 then would I need to setup a firewall for each on my computer?
you most certainly do. ip6tables is the requisite utility, and it has largely the same syntax as iptables.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
eth0: no IPv6 routers present radiodee1 Debian 8 10-17-2013 05:28 PM
no IPv6 routers present Ben Cobb Slackware - Installation 2 05-20-2011 09:27 AM
no IPv6 routers present (IPW2200 1.0.h6) viniosity Linux - Laptop and Netbook 2 09-18-2005 05:36 PM
no IPv6 routers present lynrees Debian 0 05-13-2004 04:18 AM
No IPv6 routers present - SuSE 8.2 valkraider Linux - Laptop and Netbook 1 09-20-2003 04:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration