Opened 15 years ago
Closed 12 years ago
#191 closed enhancement (fixed)
Tools for manual network configuration
Reported by: | Jakub Jermář | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/net/other | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | #405 | |
See also: |
Description
Create tools for manual configuration of the networking stack, such as:
- a tool for listing/disabling/enabling network interfaces
- a tool for associating a network interface with an IP address, netmask and the default gateway
- a tool for listing/manipulating the IP routing table
Change History (6)
comment:1 by , 14 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:2 by , 13 years ago
Depends on: | → #405 |
---|
comment:3 by , 13 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:4 by , 13 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:5 by , 13 years ago
Milestone: | 0.5.1 → 0.5.0 |
---|
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed as part of work on #405. The inetcfg
utility allows you to configure IP addresses on IP datalinks, configure simple static routes (which includes the case of default router).
Note:
See TracTickets
for help on using tickets.
I am working on this as part of ticket #405. The
inetcfg
utility is used to configure address objects (an address object is a network address associated with an IP link). Soon it will also allow configuring gateways. The internet service (inet
) routes based on this configuration. There is no special interface for administering a routing table since no such special table exists.