Hello you,
I have a problem with the configuration of the serverFreebsd FreeBSD 10.1 with 4G modem. This modem accepts 4G Internet and attaches wireless internet to the server. Configured
When I type in shell:
When I write
My problem is that I can not start the server on the Internet.
I have a problem with the configuration of the server
ifconfig wlan0, status: associated; ssid: 4G_MaxTelecomWhen I type in shell:
ping 192.168.8.1, the modem get the packets. cat /etc/rc.conf
Code:
hostname="sKaFF"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
local_unbound_enable="YES"
sshd_enable="YES"
moused_enable="YES"
ntpd_enable="YES"
powerd_enable="YES"
dumpdev="AUTO"
zfs_enable="YES"
ifconfig_wlan0="WPA inet 192.168.8.1 netmask 255.255.255.0"
defaultrouter="192.168.8.1"
cat /etc/wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="4G_MaxTelecom"
proto=WPA
key_mgmt=WPA-PSK
psk=qweassqwe
}
When I write
service netif restart
Code:
sKaFF wpa_supplicant[328]: ioctl[SIOCS80211, op=16, val=1, arg_len=0]"Device not configured
Starting wpa_supplicant.
Starting network: lo0 re0 ath0
lo0: flags=8049<UP ,LOOPBACK ,RUNNING ,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM ,TXCSUM ,RXCSUM_IPV6 ,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%:lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD ,AUTO_LINKLOCAL>
re0: flags=8802<BROADCAST ,SIMPLEX ,MULTICAST> metric 0 mtu 1500
options=8209b<RXCSUM ,TXCSUM ,VLAN_MTU ,VLAN_HWTAGGING ,VLAN_HWCSUM ,,WOL_MAGIC ,LINKSTATE>
ether f0:92:1c:89:4a:ec
nd6 options=29<PERFORMNUD ,IFDISABLED ,AUTO_LINKLOCAL>
media: Ethernet autoselect (none)
status: no carrier
ath0: flags=8843<UP ,ROADCAST, RUNNING, SIMPLEX, MULTICAST> metric 0 mtu 2290
ether 40:f0:2f:92:d8:01
nd6 options=21<PERFORMNUD ,AUTO_LINKLOCAL>
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status associated
My problem is that I can not start the server on the Internet.