Re: Forwarding not work in FC9 but ip forward is turn on

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<snip>
> 1) there is no default gateway entered in your netstat -nr command. Gateway 0.0.0.0 is
> missing in your routing table. So, where do you expect to go your traffic to?
>
> 2) you need the appropiate entries for accepting connections with iptables. just setting
> the ip.forward.v4 param is not that enough (IMHO). Use system-config-firewall:
> - set the NIC you want to accept connection as a trusted device (for test purposes now)
> - add a forward rule to the nic, you want to to forward, such as :
> iptables -A FORWARD -i [NIC_TO_FORWARD] -j ACCEPT
>
> Try, then you should see using iptables -L -v some traffic on the NIC and in the FORWARD
> state.
>
> HTH
> Roger
>
>
>   
There's no need for a default route in these cases since the traffic is
all going to networks connected to the interfaces.  If he was trying to
send packets outside of these direct connected networks then he would
need a default route, I agree.

As to the firewall, he's set all of everything to ACCEPT in all cases at
this point so traffic "should just flow" (I hate saying "should just"
'cause whenever I say it, it doesn't)..(might as well just turn off the
firewall software actually during this testing...that would take one
piece of the puzzle completely out of play).

Kevin

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux