cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
234
Views
0
Helpful
1
Replies

Problem with access list

phanichandk
Level 1
Level 1

(inside network) one switch+ Router+firewall+router+Switch(outside network)

outside network have total four users

inside one printer

all four users have to access the one printer with single ip address

out side starting with 10.1.1.1

10.1.1.2,10.1.1.3,10.1.1.4

inside printer ip address 3.185.56.1

outside interface ip address starting with 10.x.x.x

inside ip address 3.x.x.x

how to create access list for four users and

how write nat from outside network to inside

1 Reply 1

vmoopeung
Level 5
Level 5

You can use PAT to configure the outside networks to access the printer in the inside network using single IP address.

Static PAT Example:

In order to redirect Telnet traffic from the outside interface (10.1.2.14) to the inside host at 10.1.1.15, enter this command:

hostname(config)#static (inside, outside) tcp 10.1.2.14 telnet 10.1.1.15 telnet netmask 255.255.255.255

For configuring the access list:

http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/1cfip.html#wp1067360

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card