- ifconfig:
- # ethernet card (modelled by point-to-point link) 0 to router
- name: eth0 inet_addr: 10.3.1.1 Mask: 255.255.255.0 MTU: 1500 Metric: 1 BROADCAST MULTICAST
- ifconfigend.
- route:
- default: 10.3.1.254 0.0.0.0 G 0 eth0
- #10.1.0.0 10.1.1.254 255.255.0.0 G 0 ppp0
- #10.2.0.0 10.2.1.254 255.255.0.0 G 0 ppp1
- routeend.
|