View previous topic :: View next topic |
Author |
Message |
dequeued n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Oct 2007 Posts: 19 Location: NYC
|
Posted: Sun Dec 09, 2007 11:27 pm Post subject: iptables kills my networking |
|
|
I am walking through the instructions on http://gentoo-wiki.com/HOWTO_Iptables_for_newbies
After I follow the instructions to enable packet filtering in my kernel, my networking doesn't work.
My wireless network associates with an access point, but I can't send or receive any packets, neither can my hardwired Ethernet.
What should I do?? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dequeued n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 16 Oct 2007 Posts: 19 Location: NYC
|
Posted: Mon Dec 10, 2007 12:16 am Post subject: |
|
|
I made sure to completely unmerge iptables, and I still don't have access to any networking.
My hardware is working, I can associate with wireless networks, but I can't do dns resolution or any tcp networking. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hu Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
Joined: 06 Mar 2007 Posts: 23093
|
Posted: Mon Dec 10, 2007 3:03 am Post subject: |
|
|
You should start by posting some information. What is the output of emerge --info ; iptables-save -c ; for a in /etc/conf.d/net* ; do echo $a ; echo ; nl $a; echo; done? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cyrillic Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/8174739453e52fd5e9aef6.jpg)
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Mon Dec 10, 2007 9:34 pm Post subject: |
|
|
dequeued wrote: | I made sure to completely unmerge iptables, and I still don't have access to any networking. |
Did you reboot afterwards ?
Unmerging iptables only gets rid of the userspace part. The kernel part is probably still blocking your network packets. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|