У нас вы можете посмотреть бесплатно WiFI232: Fully stable tcp/ip stack over WiFI232 device! или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is probably the last video around implementing a full tcp/ip stack over WiFI232 using ppp and it demonstrates a fully stable and usable link, routing traffic to both my LAN and the internet! Final server config file: add telnetd support using xinetd root@filtering-appliance:~# cat /etc/xinetd.d/telnetd service telnet { socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/in.telnetd instances = 20 } root@filtering-appliance:~# cat /etc/hosts 127.0.0.1 localhost 172.16.0.1 filtering-appliance.retro filtering-appliance 172.16.0.2 rh62.retro rh62 root@filtering-appliance:~# cat /etc/ppp/options usehostname domain retro local lock noauth -pap -chap debug connect-delay 5000 172.16.0.1:172.16.0.2 asyncmap 1 root@filtering-appliance:~# Client config file: [retro@rh62 retro]$ cat /etc/hosts 127.0.0.1 localhost.localdomain localhost 172.16.0.1 filtering-appliance.retro filtering-appliance 172.16.0.2 rh62.retro rh62 [retro@rh62 retro]$ cat /etc/ppp/options usehostname domain retro local lock noauth -pap -chap debug connect-delay 5000 172.16.0.2:172.16.0.1 defaultroute asyncmap 1 [retro@rh62 retro]$ For more information, check out the following two other videos: • WiFI232: Implementing a full tcp/ip stack ... • WiFI232: Routing traffic to the rest of my... You can download the VM shown in this video at the following url: https://drive.google.com/open?id=0Bzg... Default ip: 192.168.200.111, user: root pass: wifi232 and user: retro pass: wifi232