SolarOS 4.6.8 manual · job
slip
IPv4 SLIP gateway on a byte-stream port. This is intended for retro machines, headless boards, and serial networking experiments.
Usage:
job start slip [port] [baud] [local-ip] [peer-ip] [netmask]
job stop slip
job status slip
Defaults:
| Setting | Value |
|---|---|
| Port | uart0 |
| Baud | 115200 |
| Local IP | 192.168.7.1 |
| Peer IP | 192.168.7.2 |
| Netmask | 255.255.255.252 |
Examples:
job start slip uart0 115200
job start slip cdc0 115200
job start slip uart0 38400 192.168.7.1 192.168.7.2 255.255.255.252
Notes:
- The peer should use the local IP as its gateway.
- SolarOS enables NAT on the SLIP-facing interface.
- The selected port is claimed by the SLIP job until it stops.
cdc0is useful for Linux host testing;uart0is the natural expansion
port path.