This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
userdoc:tt_network_config [2010/01/08 20:08] – droemel | userdoc:tt_network_config [2010/01/18 11:09] (current) – Language clarification tom |
---|
====== Network Configuration ====== | ====== Network Configuration ====== |
==== Giving ''$INTIF'' a gateway ==== | === Giving '$INTIF' a gateway === |
| |
In some installations, AstLinux will not be your LAN's gateway, and AstLinux itself might have to use that gateway to reach a particular subnet (common in VPN situations). To configure this, edit ''/mnt/kd/rc.elocal'' (or create it if not yet present and make it executeable), and add the following to it: | In some installations, AstLinux will not be your LAN's gateway, and AstLinux itself might have to use a gateway to reach a particular subnet (common in VPN situations). To configure this, edit ''/mnt/kd/rc.elocal'' (or create it, if not yet present, and make it executable), and add the following to it: |
| |
''ip route add to xxx.xxx.xxx.xxx/xx via yyy.yyy.yyy.yyy dev ethz'' | ''ip route add to xxx.xxx.xxx.xxx/xx via yyy.yyy.yyy.yyy dev ethz'' |