Home | Forums | What's new | Resources | |
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! |
Des-ROW - Jun 9, 2004 |
1 | 2 | Next> |
mtxblau | Jun 9, 2004 | |||||||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! First, set up the ICS (or NAT). Use this link, it's very helpful. http://www.linuxforum.com/tutcomments/5/95.php... It truly is easier to do it from the command line that with the gui's. Now, to file sharing. There aren't any particular guides for SuSE 9.1 either, and Yast is buggy with it's Samba set up, so I'll explain how I did it. Control Center --> Yast2 modules --> network services --> samba server It's step by step, it's fairly straightforward. Enable the service, and then choose which folders you want to share. This is where it gets tricky. Since it's 9.1, Yast is a little buggy, so you'll have to manually check the samba.conf file. The easiest way to do it is: click the SuSE start button, and near the bottom choose 'Run Command', and enter: 'kdesu konqueror' without the quotes. Alternately, you can use a terminal, but if you close a terminal you kill the super user browser. Get to /etc/samba/smb.conf and make sure all is well. Add shares like so:
Code:
Now, you need to add users to the share, with this (as a super user in a terminal) command:
Code:
where user is the client's username and password is the client's password. |
Des-ROW | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! I'm sorry, maybe I just don't understand... But by doing that thing on YaST, I don't have to follow the instructions on that link you provided before? I just have to do that Firewall thing and the DHCP server will be working, and I will have to just set the iBook to use DHCP to connect to the internet and it will all work? |
mtxblau | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! Ok, here's the steps, hopefully you can cut and paste and make it coherent. The Samba and the Firewall thing can be done separately, as far as I can tell. For ICS: 1) Enable the Firewall under Yast2. - there's about four screens of setup for the firewall, I think it's pretty self explanatory. - using the link I provided, only follow step number 6 (this is for setting up client machines. After you set up the firewall, make sure to physically restart the SuSE machine. It's easier to trouble shoot that way. For Samba: 1) Follow the directions above. |
Des-ROW | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! Thank you. That is more simple to understand! I do have one doubt... On YaST, you can choose the "Devices to Protect". It states "Internal Devices" and "External Devices". Since my connection is set to dsl0, I chose that one to be the External Device to be protected. Then I have 2 other options (which I assume are my Ethernet cards...), and I chose one of the two as the Internal Device to be protected. Is that the correct thing to do? |
Des-ROW | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! "On each client computer, set the gateway to the internal IP address of the linux computer that is connected directly to the internet. Under DNS put in the primary and/or secondary DNS IP addresses of your ISP (Internet Service Provider)." How do I find out the Internal IP address of my Linux computer? And where can I find those DNS addresses? |
mtxblau | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! No, it's not. The correct setting is to protect the external network only. If you protect the internal AND external network, no packets will go through. That, and it's redundant. You're protecting the server pc from the external world AND the internal network you're trying to serve. Aren't computers fun? |
Des-ROW | Jun 9, 2004 | ||||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking!
Then which External Interface should I choose to be protected? I really appreciate your help, and thank you for staying around to help me! |
mtxblau | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! In a terminal, log in as a super user, and type in: ifstatus [connection]. In your case, it'd be 'ifstatus dsl0'. This will tell you everything you need to know: IP, DNS, etc. The external device you want to protect is the DSL connect, so dsl0 (if that's the connection name). Not a problem; there aren't any specific guides out for SuSE 9.1 yet (and the updates are slow in coming), so we all have to help each other. |
Des-ROW | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! Typing that on the Terminal gave me this: interface dsl0 is up provider-file: provider0 status: connected demand: no I did not see the internal IP address there... |
mtxblau | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! Hmm, ok. 'ifstatus eth0' |
Des-ROW | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! eth0 No IP address Assigned (DHCP) Is that bad..? |
mtxblau | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! Ugh. No, it's not. Hmm, I need to think about this one (I don't have DSL). Hrm... |
Des-ROW | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! Thank you very much for taking the trouble of helping me. I will be here... |
mtxblau | Jun 9, 2004 | |||
Help with SuSE 9.1 & Mac OS X 10.3.4 networking! ifstatus dsl0 -o check Hopefully that works. Still searching... ::smack:: !!! it's simply 'ifconfig' Jesus! What a waste of time. :lol: |
1 | 2 | Next> |