LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-10-2004, 07:59 PM   #1
Johnny2003
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Rep: Reputation: 0
Mandrake9.1 and WinXP networking


I believe I posted in the wrong area earlier. Forgive me. I'm New. This is the post I need help with.
Hello all,
I am new but willing to learn. I am trying to get my two laptops to network thru my Host computer. I have tried many things but haven't had any luck. I am very new to Linux. Here is my setup and network readings:

My host computer is dual-boot with WinXP pro on one hard drive and Mandrake 9.1 on another hard drive. I have two laptops, both with WinXP pro installed on them that I can network thru the host when booted into WinXP. When I have my Linux running I can not get on the internet from the laptops although my Linux system gets online with no problem. I have Samba installed but I'm not sure what to do with it. I also use firestarter as a firewall but even with it not running (I have it set as not running when closed down) I can not get online from the laptops. Here are the settings I believe one would need to see to help me:

resolv.conf
search launchmodem.com
nameserver 192.168.1.254
nameserver 192.168.1.254

ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
IPADDR=192.168.1.96
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
MII_NOT_SUPPORTED=yes
NEEDHOSTNAME=no

ifcfg-eth1
DEVICE=eth1
BOOTPROTO=dhcp
IPADDR=192.168.1.0
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
ONBOOT=yes
MII_NOT_SUPPORTED=yes
NEEDHOSTNAME=yes

ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian, # you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

ifconfig
[root@bellsouth network-scripts]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:07:95:01:FD:52
inet addr:192.168.1.96 Bcast:255.255.255.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1736 errors:0 dropped:0 overruns:0 frame:0
TX packets:2066 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:1080134 (1.0 Mb) TX bytes:282402 (275.7 Kb)
Interrupt:11 Base address:0xd000

eth1 Link encap:Ethernet HWaddr 00:20:78:10:0C:1F
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1073 errors:0 dropped:0 overruns:0 frame:0
TX packets:398 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:115929 (113.2 Kb) TX bytes:69722 (68.0 Kb)
Interrupt:5 Base address:0xcc00

eth1:9 Link encap:Ethernet HWaddr 00:20:78:10:0C:1F
inet addr:169.254.9.108 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:5 Base address:0xcc00

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.255.255.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:476 errors:0 dropped:0 overruns:0 frame:0
TX packets:476 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:42759 (41.7 Kb) TX bytes:42759 (41.7 Kb)


WinXP settings:

Host Computer:
1394 Connection Network Bridge Enabled, Bridged 1394 Net Adaptor
Local Area Connection Obtains IP and DNS automatically
Details: SiS 900 IP address 192.168.1.97 Subnet Mask 255.255.255.0 assigned by DHCP
Local Area Connection 2 Network Bridge Enabled, Bridged
Details: Linksys Network Bridge (Network Bridge) IP address 192.168.0.1
Subnet Mask 255.255.255.0 Use following DNS, nothing listed
Network Bridge Enabled MAC Bridge Miniport IP address 192.168.0.1 Subnet Mask 255.255.255.0 Manually configured
Laptop settings: Internet Gateway: Enabled Local Area connection on Host computer
LAN or High-Speed Internet Obtain an IP and DNS automatically Enabled IP address 192.168.0.175 Subnet Mask 255.255.255.0 DHCP

I have DSL. I hope someone can help me out. I tried even just plugging numbers into my ifcfg files, but to no avail. I'm not sure what settings in WinXP need to be placed where in Linux. Does My bridge reading go into eth0 etc...

Thanks for your patience and I appreciate any and all help. Thanks again.
 
Old 01-12-2004, 07:33 AM   #2
superbaguss
LQ Newbie
 
Registered: Jan 2004
Posts: 4

Rep: Reputation: 0
try to setup a firewall which forwards your packets from the laptops to the internet. also needed for dnat. try www.shorewall.net, or urpmi shorewall.
they got a nice walkthrough on their site.
have fun
malte
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WinXP networking Spooky Other *NIX 5 11-19-2004 08:41 PM
Installing Mandrake9.2 on a Fedora winxp dual boot machine dhanakom Mandriva 2 07-04-2004 09:24 AM
How to network WinXP & Mandrake9.1 ?? emleymore Linux - Networking 5 01-25-2004 06:09 AM
Mandrake9.1 and WinXP networking Johnny2003 Linux - Wireless Networking 1 01-11-2004 07:45 AM
Networking RedHat9/Mandrake9.2 with Windows XP? Is it possible? (!~CoW~!) Linux - General 3 01-07-2004 02:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration