LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-20-2009, 04:43 AM   #1
mythcat
Member
 
Registered: Dec 2007
Location: Fălticeni, Romania
Distribution: Debian;Fedora
Posts: 77
Blog Entries: 1

Rep: Reputation: 15
Lightbulb connect linux with XP laptop


I need to connect one desktop - Fedora 10 with XP laptop .
I put network device on pci, lspci see this :
Code:
[net@acasa ~]$ lspci | grep Eth
00:0f.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
On VIA i have internet with pppoe ipv6.
ifconfig not see the 3Com network device (this should be eth1).
Code:
eth1: unknown interface: No such device
So i have only eth0,lo and ppp0.
I try use usr/bin/system-config-network but i thinking is not solution for my problems.
I think i need to use ip6table and iptable to solve this .
I need help.
Regards !

Last edited by mythcat; 10-20-2009 at 04:46 AM. Reason: eth1 response on ipconfig eth1 ip up
 
Old 10-20-2009, 12:22 PM   #2
mythcat
Member
 
Registered: Dec 2007
Location: Fălticeni, Romania
Distribution: Debian;Fedora
Posts: 77

Original Poster
Blog Entries: 1

Rep: Reputation: 15
I set up a new eth1 with a static ip .
So i have eth0 , eth1 ,ppp0 on Linux
I set a static ip on XP .
ppp0 is use it for internet .
How i connect all together to use internet on XP using only one PPPOE USER ?

Quote:
Originally Posted by mythcat View Post
I need to connect one desktop - Fedora 10 with XP laptop .
I put network device on pci, lspci see this :
Code:
[net@acasa ~]$ lspci | grep Eth
00:0f.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 74)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
On VIA i have internet with pppoe ipv6.
ifconfig not see the 3Com network device (this should be eth1).
Code:
eth1: unknown interface: No such device
So i have only eth0,lo and ppp0.
I try use usr/bin/system-config-network but i thinking is not solution for my problems.
I think i need to use ip6table and iptable to solve this .
I need help.
Regards !
 
Old 10-30-2009, 01:33 PM   #3
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
There is a FREE app. on the Internet called Putty for WindowsXP, that will allow you connect Linux to a WindowsXP box using SSHD for file sharing. But I have never used it. (Both computers on same LAN/Router)

Another way if you want to move files from Windows into Linux you can setup /etc/fstab to mount a WindowsXP (ntfs partition) .

/etc/fstab is only for a Linux/Windows Dual Boot computer.
 
Old 10-31-2009, 02:42 AM   #4
mythcat
Member
 
Registered: Dec 2007
Location: Fălticeni, Romania
Distribution: Debian;Fedora
Posts: 77

Original Poster
Blog Entries: 1

Rep: Reputation: 15
I think my problem is how to set hardware.
I know putty .
Thank you !
Quote:
Originally Posted by mickeyboa View Post
There is a FREE app. on the Internet called Putty for WindowsXP, that will allow you connect Linux to a WindowsXP box using SSHD for file sharing. But I have never used it. (Both computers on same LAN/Router)

Another way if you want to move files from Windows into Linux you can setup /etc/fstab to mount a WindowsXP (ntfs partition) .

/etc/fstab is only for a Linux/Windows Dual Boot computer.
 
Old 10-31-2009, 11:47 AM   #5
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
Mythcat is the two computers you want to connect to on a Router to your local network or Across the internet (Remotely) ??

When you setup network ethernet as static it is a big problem with settings.
If you use DHCP it is a lot less headaches.

The big question is are using a router and where ??
 
Old 11-01-2009, 03:59 AM   #6
mythcat
Member
 
Registered: Dec 2007
Location: Fălticeni, Romania
Distribution: Debian;Fedora
Posts: 77

Original Poster
Blog Entries: 1

Rep: Reputation: 15
No . I don't use router.
I wanna use my user account (pppoe account) on my laptop with XP.
I wanna use this in sametime with same user.
I think is something about settings (services maybe).
I stop from XP firewall (from services.msc)
i try to change eth1 with 10.0.0.2 (i think maybe P-t-P from ppp0 have problem...)
This is my network:

ppp0 --> eth0 --> Linux --> eth1 --> XP

ifconfig show me all interfaces
eth0 inet6 addr: Scope:Link
eth1 inet addr:10.0.0.2 Bcast:10.0.0.255 Mask:255.255.255.0
lo inet addr:127.0.0.1 Mask:255.0.0.0
ppp0 Link encap:Point-to-Point Protocol
inet addr:1...P-t-P:10.0.0.1 Mask:255.255.255.255

ipcongig on XP
ip adress 10.0.0.3
subnetmask 255.255.255.0
gateway 10.0.0.2

On linux
ping 10.0.0.2
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
From 10.0.0.2 icmp_seq=1 Destination Host Prohibited
From linux on XP ip
ping 10.0.0.3
PING 10.0.0.3 (10.0.0.3) 56(84) bytes of data.
From 10.0.0.2 icmp_seq=2 Destination Host Unreachable

On system-config-network eth1 is Active.

On XP i have send package but not receive on status connection.

Quote:
Originally Posted by mickeyboa View Post
Mythcat is the two computers you want to connect to on a Router to your local network or Across the internet (Remotely) ??

When you setup network ethernet as static it is a big problem with settings.
If you use DHCP it is a lot less headaches.

The big question is are using a router and where ??
 
  


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
New linux laptop wants to connect to wifi ufmale Linux - Newbie 1 06-20-2008 10:38 AM
New to Linux: Can't Connect to DSL Internet using Fedora 5 on Laptop sgware Linux - Networking 1 07-30-2006 07:10 PM
any way to connect my Freebsd box and my linux laptop user1442 *BSD 7 11-07-2005 09:07 PM
can connect my win 98 laptop to my linux box newusermike Linux - Networking 1 09-06-2005 06:16 PM
Newbie (me) wants to connect Linux laptop to hotel network wjn Linux - Networking 5 09-28-2003 04:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:43 AM.

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