opensuse
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
opensuse [2009/04/17 15:43] – created k2patel | opensuse [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
<code text> | <code text> | ||
- | NOTE : change " | + | NOTE : change " |
</ | </ | ||
Line 14: | Line 14: | ||
TUNNEL_LOCAL_IPADDR=' | TUNNEL_LOCAL_IPADDR=' | ||
TUNNEL_REMOTE_IPADDR=' | TUNNEL_REMOTE_IPADDR=' | ||
- | IPADDR=' | + | IPADDR=' |
TUNNEL_TTL=' | TUNNEL_TTL=' | ||
</ | </ | ||
Line 22: | Line 22: | ||
</ | </ | ||
- | | + | |
You should be good to go | You should be good to go | ||
+ | |||
+ | ==== Load Kernel module at boot ==== | ||
+ | |||
+ | From previous wiki, if you reboot system you lost your tunnel.\\ | ||
+ | The only reason is you have no longer sit.ko (sit module) loaded to kernel. | ||
+ | |||
+ | There is two way to enable kernel module to suse - GUI and Editor | ||
+ | |||
+ | <code text | GUI> | ||
+ | * Open YaST and authenticate, | ||
+ | * Navigate to System > / | ||
+ | * Navigate to System > Kernel > MODULES_LOADED_ON_BOOT | ||
+ | * Enter a list of modules to load at startup, separated by spaces. | ||
+ | * Click Finish when done. | ||
+ | * Confirm the modified variables and click OK. | ||
+ | </ | ||
+ | |||
+ | <code text | Editor> | ||
+ | * Use a superuser or root shell | ||
+ | * Open a text editing tool, such as vim or nano to edit the / | ||
+ | * Find the line starting with: MODULES_LOADED_ON_BOOT | ||
+ | * Between the quotes, enter the modules you wish loaded at boot time, separated by spaces. | ||
+ | * Save the file and exit the editor. | ||
+ | </ | ||
+ | |||
+ | Type in the following command: | ||
+ | <code bash> | ||
+ | SuSEconfig | ||
+ | </ | ||
+ | The module(s) will now load at startup. |
opensuse.1239983000.txt.gz · Last modified: 2020/08/10 02:30 (external edit)