Jump to content

mystified

Platinum
  • Posts

    5828
  • Joined

  • Last visited

Posts posted by mystified

  1. OK, so you go through all the steps each time, and by "reset" you mean you validate the Wizard at the end. Is that so?

     

    What is the device for it? (It is probably wlan0)

    Could you post the corresponding ifcfg file (eg: /etc/sysconfig/network-scripts/ifcfg-wlan0)?

     

    BTW, do you have any way to know if it is the whole config that you have to reset each time, or just WPE/WPA? I ask because I was not able myself to enable WPE/WPA automatically on link-up (with hotplug), so I won't be able to help you with that.

     

    BTW2 :) Is this WiFi nic always up (at boot): eg. PCI, or is it hotpluggable: eg: USB?

     

    Yves.

     

    EVICE=wlan0
    BOOTPROTO=dhcp
    ONBOOT=yes
    METRIC=10
    MII_NOT_SUPPORTED=yes
    USERCTL=yes
    WIRELESS_MODE=Managed
    WIRELESS_ESSID=any
    DHCP_CLIENT=dhclient
    NEEDHOSTNAME=yes
    PEERDNS=yes
    PEERYP=no
    PEERNTPD=no

     

    My network card doesn't even show up in MCC unless I reconfigure it. And it's a pci card.

  2. I have gentoo on my main box with a netgear router and have Mandriva on my daughter's box and I use a Netgear MA311 wireless nic. I just upgraded from 10.1 to LE and now everytime her computer reboots I have to reset the connection. It detects the card just fine every time when I go to reset the connection and it's worked fine with earlier versions of Mandrake. Any ideas?

  3. Nothing relevant in /var/log/messages either? Checking for PAM errors might be an idea.

     

    I don't have a /var/log/messages. Just for the hell of it I recompiled PAM with ssh support but it didn't make a difference. Sorry I don't feel like I'm being very helpful here but I'm just completely stumped by this problem. I've been using ssh with the same set up for almost two years and nothing has changed. :wall:

  4. do an ssh -vvv and post the results...

     

    mystified@gentoo ~ $ ssh -vvv mysti@xx.xxx.xxx.xx
    OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to xx.xxx.xxx.xx [xx.xxx.xxx.xx] port 22.
    debug1: connect to address xx.xxx.xxx.xx port 22: Connection refused
    ssh: connect to host xx.xxx.xxx.xx port 22: Connection refused

     

    I blocked out the user's ip at his request.

     

    Also Qchem the same thing happens if he tries to ssh into my box.

  5. this is part of the response of netstat -anpt

     

    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN

     

    No tcpwrapper. And no errors for clues other than what I posted.

     

    I'm out of ideas myself.

×
×
  • Create New...