David wrote:
>
>
> David wrote:
>
>>
>>
>> Ben Reser wrote:
>>
>>> On Sun, Sep 30, 2001 at 10:34:11PM -0500, David wrote:
>>>
>>>> Thanks, here you go, the results:
>>>>
>>>> iptables-save --table filter
>>>> # Generated by iptables-save v1.2.2 on Sun Sep 30 22:33:10 2001
>>>> *filter
>>>> :INPUT ACCEPT [0:0]
>>>> :FORWARD ACCEPT [0:0]
>>>> :OUTPUT ACCEPT [0:0]
>>>> COMMIT
>>>> # Completed on Sun Sep 30 22:33:10 2001
>>>>
>>>
>>> And when you ran this it still was having the problems unless you
>>> removed iptables_filter?
>>>
>>>
>>
>> Not to leave you hanging, but I will try that when I get home from work.
>> Just got this message in the morning, so will get back with you.
>>
>>
>>
> No, still doesn't work. Going to start from scratch and try again tonight.
>
>
>
>
Okay, got it working part way. Hear are the detail somewhat:
1) cards already setup, so configured: hosts, host.deny, host.allow,
exports.
2) used the mount command to access from each computer to the other.
(This was part of my problem, I let a former email corrupt my thinking,
when they said "Mount another computer??". So I made directories for the
other computer in each /mnt folder.
3) Then mount master.foo:/ /mnt/folder (example).
a) The computer connected to the internet was able to mount the
other right away in /mnt folder.
b) The computer computer connected to the internet was not able to
mount the internet computer because of module iptable_filter
still. Removed that module and accessed it right away.
**So there is still a issue with iptable_filter module!! I haven't
tried internet connection sharing yet now that I have them connected,
but don't look like it will work if that module is in there. Is there a
fix or do I have to remove that mod on bootup.
Still have to work on some permissions and such, but nfs is working now.