Search results

  1. X

    problem with gateway and route

    netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire localhost link#8 UH 0 1366 lo0 192.168.0.0 link#1 U 0 265 re0 192.168.0.6 link#1 UHS 0 0 lo0 192.168.1.0 link#9 U 0 256 wlan0 asus link#9 UHS 0 0 lo0
  2. X

    problem with gateway and route

    Is it because of just two net interfaces, so route must be default?
  3. X

    problem with gateway and route

    Problem sovled. Should be 11g instead of 11n, and all static routes should be erased. Thank you all.
  4. X

    hostapd problem

    Dear friends: If hostapd is enabled in /etc/rc.conf, when booting, system will say panic: page fault Why? If no hostapd is enabled, wireless AP will be useless. Thanks your help
  5. X

    problem with gateway and route

    The wireless card comes up correctly. And when booting, wlan0 appears before dhcpd. So what shall I do? Even cp the module into /boot/kernel/ is no good.
  6. X

    problem with gateway and route

    Thanks, rc.conf looks much better. But dhcpd still can't be started as before. The problem is wlan0 can't be found by it.
  7. X

    problem with gateway and route

    Thanks for your help. /etc/rc.conf is: keymap="us.iso" moused_enable="YES" saver="daemon" keyrate="normal" sshd_enable="YES" #named_enable="YES" sendmail_enable="NO" sendmail_submit_enable="NO" sendmail_outbound_enable="NO" sendmail_msp_queue_enable="NO" postfix_enable="YES"...
  8. X

    problem with gateway and route

    Thanks SirDice. I will try. The problem is from dhcpd: /usr/local/etc/rc.d/isc-dhcpd restart dhcpd not running? (check /var/run/dhcpd/dhcpd.pid). Starting dhcpd. Internet Systems Consortium DHCP Server V3.1-ESV Copyright 2004-2010 Internet Systems Consortium. All rights reserved. For info...
  9. X

    problem with gateway and route

    Put: dhcpd_enable="YES" dhcpd_ifaces="wlan0" defaultrouter="192.168.0.1" defaultrouter="192.168.1.1" into /etc/rc.conf then SSID stay there. but connection restricted,even no any encryption. and I wonder why 2 defaultrouters allow me to assign 192.168.1.1 to wlan0. Still need help
  10. X

    problem with gateway and route

    Yes, I have read the 2 links and put: create_args_wlan0="wlanmode hostap" into /etc/rc.conf. I can assign 192.168.1.1 to wlan0 right now. But SSID stays on desktop's screen just several seconds, and then goes away. Thanks.
  11. X

    problem with gateway and route

    Thanks bbzz and kpa. I have # the 2 lines: #router_enable="YES" #route_inrenalnet1="-net 192.168.1.0/24 192.168.1.1" but still can't assign IP address to wlan0 by sysinstall and of course can't ping 192.168.1.1 also. By the way, how to config 192.168.1.1 as default router of 192.168.1.0/24...
  12. X

    problem with gateway and route

    Dear friends; There are two network cards: re0 and wlan0. I just want to set up my server to be a wireless rourer with subnet 192.168.1.1/24 based on wlan0 also, so I add following words in /etc/rc.conf: ifconfig_wlan0="inet 192.168.1.1 netmask 255.255.255.0 ssid concordfamily mode 11n...
  13. X

    can't # ATA_CAM option even ada0X boot correctly

    Yes, you are right. Desktop is supported by ahci. But server is not. Thanks!
  14. X

    can't # ATA_CAM option even ada0X boot correctly

    maybe, I will double check it soon.
  15. X

    can't # ATA_CAM option even ada0X boot correctly

    thanks your reply very much! 1, freebsd FreeBSD desktop: I edit ad0X in fstab to be ada0W and disable ATA_CAM in kernel, then the unit reboot correctly. 2, freebsd FreeBSD server: I did as above, but when reboot, my server ask me to choose boot disk, if I list the disk(s), no ad0X and ada0X...
  16. X

    can't # ATA_CAM option even ada0X boot correctly

    But I can disable the ATA_CAM option, I mean add #, for my FreeBSD desktop. and after that, everything is ok.
  17. X

    can't # ATA_CAM option even ada0X boot correctly

    Thank you! It works. But why not disable the ATA_CAM opton in kernel?
  18. X

    can't # ATA_CAM option even ada0X boot correctly

    Thanks! I don't like adX and adaX in /dev together. and I have done that with my freebsd FreeBSD desktop no any problem.
  19. X

    can't # ATA_CAM option even ada0X boot correctly

    Dear Friends: My server can boot correctly with the /etc/fstab in which "adX"s have been changed to be "adaX"s...etc. But even so, I still can't # the option of ATA_CAM in kernel. Why? This problem bothers me several days, I need your help. thanks!
  20. X

    where is atadisk in kernel of 9.0?

    Thanks! Edit fstab to be new disk name is ok. But ATA_CAM still can't be #. Regards!
Back
Top