Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Windows + Linux network

  1. #11
    Senior Member
    Join Date
    Oct 2001
    Posts
    385
    nevermind
    Preliminary operational tests were inconclusive (the dang thing blew up)

    \"Ask not what the kernel can do for you, ask what you can do for the kernel!\"

  2. #12
    Junior Member
    Join Date
    Apr 2002
    Posts
    5

    What do...

    What do I do to get my linux box to ping my win box? My win box has the connection? Can you tell the step-by-step including the commands and everything? thx

  3. #13
    Senior Member
    Join Date
    Sep 2001
    Posts
    800
    just type ping (win ip number)
    its the same waya s ping linux from windows
    [gloworange]\"A hacker is someone who has a passion for technology, someone who is possessed by a desire to figure out how things work.\" [/gloworange]

  4. #14
    Senior Member
    Join Date
    Oct 2001
    Posts
    385
    to ping the win box from the linux box, open a terminal and type the command:
    ping xxx.xxx.xxx.xxx
    where xxx.xxx.xxx.xxx is the ip address of the win box
    (note: to stop it, type ctrl+c)

    Hope that's what you were looking for
    Preliminary operational tests were inconclusive (the dang thing blew up)

    \"Ask not what the kernel can do for you, ask what you can do for the kernel!\"

  5. #15
    Junior Member
    Join Date
    Apr 2002
    Posts
    5

    LOL

    I'm an idiot, but not that big. I ment, what do I need to configure in linux to be able to ping my windows box...? Sorry for lack of detail or whatever.

  6. #16
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    I am also having the same problem. Here is my setup.

    box1 XP pro with ip of 192.168.x.x class c subnet
    box2 win2k/redhat 6.1 pro ip on same scheme

    I can get a ping reply if booted into win2k

    I can get a reply if I boot into rehat, but only from localhost. I am unable to ping anything else on the same scheme.

    ??????????

    in linuxconf, what do I have to specify? I have specified the computer name, but what do I put for domain? I don't have any servers, just setup up in a workgroup.

    I have tried to add the addresses of my other boxes in the hosts files of both win and linux boxes

    what else should I do?

    I have even tried to configure SMB where I have had to specify the workgroup and other hosts that I want to allow access...

    I've talked to other people and they say that it shouldn't matter as IP takes precedence over the domain and workgroup, but I know that is not the case in windows...

    any suggestions?

    Appreciate your help and I love reading the threads. Much useful info. Thanks AO!

  7. #17
    Senior Member
    Join Date
    Sep 2001
    Posts
    110
    if each computer can ping each other ok, then set up the box with the internet connection as the gateway from the console:
    $ route add default gw 192.168.x.x <-- the ip address of the internet connected machine

    you may have to enable win xp to share its internet connection if you are using ICS (which i don't recommend), so as suggested before, use a software proxy downloaded from the net.

    phishphreek80: there is no need to configure samba if you won't be sharing files or printers between the two computers.
    \'hi, welcome to *****. if you would like to speak to an operator, please hang up now.\'
    * click *

  8. #18
    here is a link that will help explain secretagent's tip
    http://www.tldp.org/LDP/nag2/x-087-2...interface.html

    just a link to one of the many mirrors of the Linux Network Administrators Giude.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •