| |||
Home > Getting Started > Setting-up a network connection and configuring the networking environment for Linux > Disabling and re-enabling networking |
You can disable RTSM networking without having to uninstall
it. Use the installed init
script (by default, /etc/init.d/FMNetwork
)
for this purpose.
To disable RTSM networking, invoke the init
script
as root with the parameter stop
. For example, sudo
/etc/init.d/FMNetwork stop
. To re-enable RTSM networking, invoke
the init
script as root with the parameter start
.
For example, sudo /etc/init.d/FMNetwork start
.
These operations remove/restore TAP devices and the network bridge. There is a temporary loss of network connectivity and your IP address might change.