Netgate SG-1000/SG-1100 + Linux + console access
The magic combination to access the console port on the SG-1X00 series firewalls on linux:
cu -l /dev/ttyUSB0 -s 115200 --parity=none --nostop --nortscts
- user is in dialout group
- usb to serial is at USB0
cu -l /dev/ttyUSB0 -s 115200 --parity=none --nostop --nortscts
Comments
Post a Comment