cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
310
Views
0
Helpful
2
Replies

Need fast help with Cisco871 router again

itsnedkeren
Level 1
Level 1

Hi all

I need to configure my FastEthernet4 to a static ip adress(ISP). But I dunno how :(

Can some please help me, I've set the IP address, but need to set DNS and Gateway as well...

Info:

Ip: 195.49.39.89

subnet: 255.255.255.252

gateway: 195.49.39.88

dns: 193.162.164.134

Thanks in advance

1 Accepted Solution

Accepted Solutions

Craig Balfour
Level 1
Level 1

You would configure this as follows:

conf t

ip nameserver 193.162.164.134

ip route 0.0.0.0 0.0.0.0 195.49.39.88

int fa4

ip address 195.49.39.89 255.255.255.252

end

The "ip nameserver" line sets the DNS server.

The "ip route" line sets the default gateway / route.

The IP address and network mask get configured on the interface itself using the "ip address" command.

View solution in original post

2 Replies 2

Craig Balfour
Level 1
Level 1

You would configure this as follows:

conf t

ip nameserver 193.162.164.134

ip route 0.0.0.0 0.0.0.0 195.49.39.88

int fa4

ip address 195.49.39.89 255.255.255.252

end

The "ip nameserver" line sets the DNS server.

The "ip route" line sets the default gateway / route.

The IP address and network mask get configured on the interface itself using the "ip address" command.

Very nice it works :) Thanks alot

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:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco