Dave Heavy Industries » TPG http://www.daveheavyindustries.com Dave Heavy Industries - blog Mon, 12 Aug 2013 00:24:10 +0000 en-US hourly 1 http://wordpress.org/?v=3.6 TPG DNS Servers http://www.daveheavyindustries.com/2011/08/30/tpg-dns-servers/ http://www.daveheavyindustries.com/2011/08/30/tpg-dns-servers/#comments Mon, 29 Aug 2011 22:33:47 +0000 admin http://wp.daveheavyindustries.com/?p=181 Keep getting asked this one, for some reason.
here they are, the TPG DNS (Domain Name Servers)
203.12.160.35
203.12.160.36
203.12.160.37

]]>
http://www.daveheavyindustries.com/2011/08/30/tpg-dns-servers/feed/ 0
Cisco 877 TPG Config http://www.daveheavyindustries.com/2011/02/07/cisco-877-tpg-config/ http://www.daveheavyindustries.com/2011/02/07/cisco-877-tpg-config/#comments Mon, 07 Feb 2011 06:51:40 +0000 admin http://wp.daveheavyindustries.com/?p=91 Well, TPG uses PPPoE rather than PPPoA like most ISP, and there were a few issues with the MSS before my TPG was working correctly. Now it runs like a dream, no complaints at all.

I'll post the relevant sections below

config working on IOS 12.4(24)T3

replace [username] with your TPG username and [password] with your TPG password.

hostname router
ip dhcp pool general
network 10.10.10.0 255.255.255.0
dns-server 10.10.10.1
default-router 10.10.10.1
domain-name router.local
!
ip dns server
ip domain name router.local
ip name-server 203.12.160.35
ip name-server 203.12.160.36
ip name-server 203.12.160.37
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
no atm ilmi-keepalive
!
interface ATM0.1 point-to-point
description $ES_WAN$$FW_OUTSIDE$
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
switchport access vlan 1
!
interface FastEthernet1
switchport access vlan 1
!
interface FastEthernet2
switchport access vlan 1
!
interface FastEthernet3
switchport access vlan 1
!
interface Vlan1
description --- INSIDE INTERFACE ---
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface Dialer1
description --- OUTSIDE INTERFACE ---
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username [USERNAME]@tpg.com.au password 0 [PASSWORD]
!
ip access-list extended nat
permit ip 10.10.10.0 0.0.0.255 any
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
ip dns server
ip nat inside source list nat interface Dialer1 overload

[facebook_ilike]

Thanks Narkotix for correcting a mistake with the dns server config.

]]>
http://www.daveheavyindustries.com/2011/02/07/cisco-877-tpg-config/feed/ 9