Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Networking Windows and Linux

  • 09-02-2002 11:57am
    #1
    Registered Users, Registered Users 2 Posts: 935 ✭✭✭


    Okay, after a lot of mind-numbingly tedious work, I've managed to get my home network working with 1 exception. At home, I've got 2 windows pcs and 1 linux pc on a BNC network. The windows PCs can ping/fileshare/etc no problems. The linux pc can ping both Windows PCs , but neither windows pc can ping the linux PC - let alone anything else.

    Does anyone know why this would happen?



    OS ---- IP --- Subnet
    Windows 98se ---- 192.168.1.2 ---- 255.255.255.0
    Windows XP ---- 192.168.1.1 ---- 255.255.255.0
    Linux (Man. 8) ---- 192.168.1.3 ---- 255.255.255.0

    The windows PCs are on the workgroup 'Workgroup', although Linux has no workgroup specified (can't find anywhere to put it).


Comments

  • Closed Accounts Posts: 649 ✭✭✭The Cigarette Smoking Man


    Have you got a firewall on the linux box? You can set it up to not respond to ICMP packets (so ping won't work).

    You can use samba to let the windows pcs connect for file sharing.


  • Registered Users, Registered Users 2 Posts: 935 ✭✭✭Mixie


    The pre-installed mandrake firewall is installed, but as far as i can tell its set to allow everything.


  • Registered Users, Registered Users 2 Posts: 2,694 ✭✭✭Dingatron


    The windows PCs are on the workgroup 'Workgroup', although Linux has no workgroup specified (can't find anywhere to put it).

    Put WG in samba.conf or use the samba browser to do this. Have a look in Linux conf / networking. Lots of options there and more likely to be a problem with that. Had same problem but resolved with linux conf as far as I can rember. Try and dig it out if no one posts answer before me.


  • Closed Accounts Posts: 296 ✭✭moist


    Originally posted by Mixie
    The windows PCs can ping/fileshare/etc no problems. The linux pc can ping both Windows PCs , but neither windows pc can ping the linux PC - let alone anything else.

    You just contradicted yourself here, can the windows PC's ping or not ?

    Try running tcpdump on the linux machine while pinging from the windows machine,
    and see what happens.
    You should see something _like_ this...

    fred# tcpdump -i eth0 icmp
    tcpdump: listening on eth0

    02:04:00.164090 192.168.1.2 > 192.168.1.3: icmp: echo request (DF)
    02:04:00.164167 192.168.1.3 > 192.168.1.2: icmp: echo reply (DF)

    I'm guessing some sort of firewalling thang on the linux machine...


  • Registered Users, Registered Users 2 Posts: 935 ✭✭✭Mixie


    Thanks for all the input guys, just in case anyone has a similar experience in future and decides to trawl through this forum, I fixed it by:

    ifconfig eth0 down; rmmod 3c59x
    insmod 3c59x options=0x0203
    ifconfig eth0 192.168.1.3 netmask 255.255.255.0


    The card is a 3com combi 10/100mb pci card.


  • Advertisement
Advertisement