Linux Debian - Обзор и настройка после установки
Route add linux
The route add command in Linux is used to manually add static routes to the system’s routing table. These routes define how network traffic should be directed to reach specific destinations. While route is still available, the modern and preferred method for managing routes is the ip route command (from the iproute2 package). However, it’s useful to understand route as you might encounter it in older scripts or systems. Using Route add (Legacy Method): The basic syntax for adding a route using route is: Sudo route add -net network_address netmask netmask_value gw gateway_address Sudo route add...
Сеть, работа с сетью в Unix и Windows системах
Сеть, работа с сетью в Unix системах: freebsd,linux, сетевой интерфейс, форвардинг маршрутов, маршрутизация, включить форвардинг маршрутов, открытые порты, фаервол, штатный фаервол, dns кэш, анализ трафика, netcat, передача файла. Отладка в Linux # ethtool eth0 # Показать Ethernet статус # ethtool -s eth0 speed 100 duplex full # Принудительная установка режима 100Mbit Full duplex # ethtool -s eth0 autoneg off # Отключить автоопределение # ethtool -p eth1 ...