Quick Start Guide
Internet Connection using PPP, NAT/PAT and Firewall Filters
Internet Connection using PPP, NAT/PAT and Firewall Filters
Router in Slot 1
ISP Router that provides the Internet connection. Router with NAT/PAT and Firewall Filters.
Command
set clock1 a:1
set 1 default
disconnect a:1
disconnect 1
set a:1:all type data
connect a:1:all 1:1:1
rename 1 "LocalUnit" "Boulder"
rename 1 "RemoteUnit" "wan1"
set 1:1 ip address 192.168.21.14 255.255.255.0
set 1 "wan1" nat enable
set 1 "wan1" nat address 216.174.44.2 1
add 1 "wan1" static ip network
0.0.0.00.0.0.0 1
add 1 "wan1" firewall 1 pass incoming log telnet 192.168.21.14/32 xxx.xxx.xxx.xxx/32
Description
Set primary master transmit clock source
Set Router to default settings
Disconnect all connections to the T1 on the Controller (slot a)
Disconnect all connections to the router in slot 1
Set the
Connect all of
Rename the from "LocalUnit" (default) to "Boulder" (LAN)
Rename WAN #1 from "RemoteUnit" (default) to "wan1"
Set the ethernet IP address, in the conventional IP address format. (Router LAN)
Set the WAN interface named "wan1" enable NAT mapping
Set the WAN interface named "wan1" NAT address
Adds a static IP network (route) to the WAN interface
Adds a Firewall rule to the WAN. Where xxx.xxx.xxx.xxx is the host’s IP address at the far end that will be able to ping or telnet to the router. 0.0.0.0/0 will allow any other host at the far end to ping and/or telnet to the router.
IP Router - Release 1.8 | 7 |