I am trying to understand how kubuntu differentiates between the two nics. I have my local network on eth1 and our Internet on eth0. I want everything in kubuntu to understand that eth1 is OK and anything and everything is allowed. I want everything in kubuntu to understand that eth0 is the Internet and so only certain things can happen there.
Example: I install moblock and it is blocking on both nics. I install CIFS and it does not detect my network shares.
Are these issues specific to each installed program? Is there a communal area in kubuntu that allows me to to dictate my needs. Or, is it a mixture of both?
Example: I install moblock and it is blocking on both nics. I install CIFS and it does not detect my network shares.
Are these issues specific to each installed program? Is there a communal area in kubuntu that allows me to to dictate my needs. Or, is it a mixture of both?
Code:
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.0 * 255.255.255.0 U 0 0 0 eth1 192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 link-local * 255.255.0.0 U 1000 0 0 eth1 default 192.168.0.1 0.0.0.0 UG 100 0 0 eth0
Comment