cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
534
Views
5
Helpful
2
Replies

cisco 831 configuration

maheraltmemi
Level 1
Level 1

dear sir,

i have cisco router 831 and i want to configure it and i have a puplic IP from VSAT modem to get an internet to my Pc's behind the cisco router but i don't know how to do that and i have information but not enough can you help me please ASAP .

thanx

Maher

2 Replies 2

desai.jaideep
Level 5
Level 5

Hi

There is a WAN port and LAN ports on your cisco 831 router.

The scenerio will be

----------

The following is the config for internet access with NAT.

int

ip add 10.0.0.2 255.255.255.252

ip nat outside

int

ip add 192.168.1.1 255.255.255.0

ip nat inside

access-list 1 permit 192.168.1.0 0.0.0.255

ip nat inside source-list 1 interface overload

ip route 0.0.0.0 0.0.0.0 10.0.0.1

Hope this helps

Pls rate all posts.

Regards

JD

I have a similar issue. Im trying to confiure a Cisco Router with a VSAT module. All i want to to is provide internet access for one user connected to the e0 port of the router. Can you please show me what the configs would look like? I have never worked with a VSAT module before.

Thanks