4. DSL Router Configuration Examples
IP Passthrough Configuration Example
NAS
Customer Premises (CP)
Console
Port
Connection
WAN | DSL | Ethernet |
|
dsl1 | eth1 |
| |
|
| ||
| 197.23.26.51 | 192.168.158.1 | 197.23.26.51 |
|
| Public | Public |
|
| FTP | Web |
|
| Server | Server |
|
| 192.168.158.10 | 192.168.158.11 |
In this example, the 6351 router shares its public IP address with another device. NAPT is configured to support public FTP and web servers connected directly to the router’s LAN interface. These servers share the same public IP address as the passthrough device and are accessible to remote users via the configured static NAPT mappings.
The commands and syntax for this example are:
ip routing enable bridging disable proxy arp eth1 enable
ifn address eth1 192.168.158.1 255.255.255.0 pppoe enable
pppip passthrough nat napt enable
nat napt map tcp 192.168.158.11 80 nat napt map tcp 192.168.158.10 21
November 2003 |